summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2010-11-20 23:23:02 +0000
committerivan <ivan>2010-11-20 23:23:02 +0000
commitf1dbc8663ccc99a1ee592d498a3eb976124fb1ad (patch)
treebfebfe13af87b8aecc4912833deddc967217be0f
parent011fc73692cc02924be7f7d786a9a841d4cb2037 (diff)
sort fields in time worked summary, RT#7573
-rw-r--r--httemplate/search/rt_ticket.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/httemplate/search/rt_ticket.html b/httemplate/search/rt_ticket.html
index 62fcce213..7ffe55fc1 100644
--- a/httemplate/search/rt_ticket.html
+++ b/httemplate/search/rt_ticket.html
@@ -18,6 +18,11 @@
&{ $format_seconds_sub }( $seconds );
},
],
+ 'sort_fields' => [ 'ticketid',
+ 'subject',
+ 'transaction_time',
+ 'support_time',
+ ],
'links' => [
$link,
$link,