[rt-devel] reversing order of RT history

Colleen colleen at darksideproductions.net
Fri Apr 26 16:32:26 EDT 2002


I figured it out with some searching.
For those who are interested, add:
$Transactions->OrderBy( FIELD => 'id', ORDER => 'DESC' );

right after:
my $Transactions = $Ticket->Transactions;

in  /usr/local/rt/WebRT/html/Ticket/Elements/ShowHistory

Colleen

> -----Original Message-----
> From: Colleen
> Sent: Friday, April 26, 2002 12:11 PM
> To: rt-devel at lists.fsck.com
> Subject: [rt-devel] reversing order of RT history
> 
> Is there a simple place to reverse the order of the history?  Maybe in
> Transaction.pm? I'd like it to show most current first.
> 
> Thanks!
> 
> Colleen
> 
> 
> _______________________________________________
> rt-devel mailing list
> rt-devel at lists.fsck.com
> http://lists.fsck.com/mailman/listinfo/rt-devel




More information about the Rt-devel mailing list