[Rt-commit] rt branch, 4.0.8-releng, updated. rt-4.0.8rc2-1-g27a6070
Alex Vandiver
alexmv at bestpractical.com
Wed Oct 24 20:58:15 EDT 2012
The branch, 4.0.8-releng has been updated
via 27a6070b6840d2f1ebcf9a89055d8bfb3aa97777 (commit)
from 84fcb93f28e1abdda30a667997e9ed88d8842c09 (commit)
Summary of changes:
etc/RT_Config.pm.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit 27a6070b6840d2f1ebcf9a89055d8bfb3aa97777
Author: Alex Vandiver <alexmv at bestpractical.com>
Date: Wed Oct 24 14:27:40 2012 -0400
Remove a stray unbalanced single quote from the default Queue format
diff --git a/etc/RT_Config.pm.in b/etc/RT_Config.pm.in
index 6532aed..0df3e2b 100755
--- a/etc/RT_Config.pm.in
+++ b/etc/RT_Config.pm.in
@@ -2556,7 +2556,7 @@ Set(%AdminSearchResultFormat,
Queues =>
q{'<a href="__WebPath__/Admin/Queues/Modify.html?id=__id__">__id__</a>/TITLE:#'}
.q{,'<a href="__WebPath__/Admin/Queues/Modify.html?id=__id__">__Name__</a>/TITLE:Name'}
- .q{,__Description__,__Address__,__Priority__,__DefaultDueIn__,'__Disabled__,__Lifecycle__},
+ .q{,__Description__,__Address__,__Priority__,__DefaultDueIn__,__Disabled__,__Lifecycle__},
Groups =>
q{'<a href="__WebPath__/Admin/Groups/Modify.html?id=__id__">__id__</a>/TITLE:#'}
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list