[rt-users] Sorting "RT at a Glance" page
Shannon Adams
shannon_adams68 at yahoo.com
Sun Oct 2 14:39:05 EDT 2005
I want to change the main page sort to be by priority
ascending and within priority by ticket # ascending.
I have the priority part, but don't know how to apply
the ticket number sort within the priority.
Here is how I did the priority part:
stop apache
Change /opt/rt3/share/html/Elements/MyTickets
FROM:
$QueryString = '?' . $m->comp('/Elements/QueryString',
Query =>
$Query, Order => 'DESC', OrderBy => 'Priority') if
($Query);
TO:
$QueryString = '?' . $m->comp('/Elements/QueryString',
Query =>
$Query, Order => 'ASC', OrderBy => 'Priority') if
($Query);
rm -rf /opt/rt3/var/mason_data/obj then restart
apache.
Thanks for any help.
______________________________________________________
Yahoo! for Good
Donate to the Hurricane Katrina relief effort.
http://store.yahoo.com/redcross-donate3/
More information about the rt-users
mailing list