[rt-users] Sorting tickets by ID

Ruslan Zakirov ruslan.zakirov at gmail.com
Tue Apr 11 05:39:17 EDT 2006


Most probably you want to clean mason cache to see changes.

On 4/6/06, Chance Ervin <cervin at intelenet.net> wrote:
> We are looking to set our rt homepage to show tickets by id --> desc.
>
> We think we found the right file at :
> /opt/rt3/local/html/Elements/MyTickets
>
> This shows the following content:
>
> <& /Elements/TicketList,
>         Format => "'<a
> href=\"$RT::WebPath/Ticket/Display.html?id=__id__\">__id__</a>/TITLE:#',
> '<a
> href=\"$RT::WebPath/Ticket/Display.html?id=__id__\">__Subject__</a>/TITL
> E:Subject', Priority, QueueName, ExtendedStatus",
>
>         Query => $Query,
>         OrderBy => 'Status',
>         Order => 'DESC',
> #        Order => 'ASC',
>         Rows => $rows,
>         ShowNavigation => 0
>         &>
> </&>
>
> We changed OrderBy => 'Status', to OrderBy => 'id', but didn't see the
> sort results we thought we would. Do we need to use a different keyword
> than 'id'?
>
> Thank you.
>
> Chance Ervin
> Intelenet Communications Inc.
> OCP, SCSA, MCP
> Systems Engineer
>
> --------------------------------------------------------------------
>
> _______________________________________________
> http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users
>
> Community help: http://wiki.bestpractical.com
> Commercial support: sales at bestpractical.com
>
>
> Discover RT's hidden secrets with RT Essentials from O'Reilly Media.
> Buy a copy at http://rtbook.bestpractical.com
>
>
> We're hiring! Come hack Perl for Best Practical: http://bestpractical.com/about/jobs.html
>


--
Best regards, Ruslan.


More information about the rt-users mailing list