diff options
| author | ivan <ivan> | 2010-11-20 23:23:02 +0000 | 
|---|---|---|
| committer | ivan <ivan> | 2010-11-20 23:23:02 +0000 | 
| commit | f1dbc8663ccc99a1ee592d498a3eb976124fb1ad (patch) | |
| tree | bfebfe13af87b8aecc4912833deddc967217be0f | |
| parent | 011fc73692cc02924be7f7d786a9a841d4cb2037 (diff) | |
sort fields in time worked summary, RT#7573
| -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, | 
