[Rt-commit] rt branch, master, updated. rt-4.1.17-3-ga5b66a8
Thomas Sibley
trs at bestpractical.com
Fri Jul 12 20:49:37 EDT 2013
The branch, master has been updated
via a5b66a8cbffca911957ea879938292705a1423b5 (commit)
via 68bb1d6588fb817a75eb2c97fe331862475d8d49 (commit)
from a83d54d96d425aeffcb6bca9342bdf54a3e53332 (commit)
Summary of changes:
etc/RT_Config.pm.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit 68bb1d6588fb817a75eb2c97fe331862475d8d49
Author: Christian Loos <cloos at netcologne.de>
Date: Fri Jul 12 15:26:51 2013 +0200
remove parentheses in RequestorTicketListFormat
This is an leftover from the old days where the ticket list where just strings
and not a collection list.
diff --git a/etc/RT_Config.pm.in b/etc/RT_Config.pm.in
index c2139b0..82e55b4 100755
--- a/etc/RT_Config.pm.in
+++ b/etc/RT_Config.pm.in
@@ -1388,7 +1388,7 @@ Control the appearance of the ticket lists in the 'More About Requestors' box.
Set($MoreAboutRequestorTicketListFormat, q{
'<a href="__WebPath__/Ticket/Display.html?id=__id__">__id__</a>',
- '(__Owner__)',
+ '__Owner__',
'<a href="__WebPath__/Ticket/Display.html?id=__id__">__Subject__</a>',
'__Status__',
});
commit a5b66a8cbffca911957ea879938292705a1423b5
Merge: a83d54d 68bb1d6
Author: Thomas Sibley <trs at bestpractical.com>
Date: Fri Jul 12 17:27:56 2013 -0700
Merge remote-tracking branch 'github/pr/62'
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list