diff options
-rw-r--r-- | httemplate/search/rt_ticket.html | 5 |
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, |