[rt-users] How make Attachments sorted in ticket metadata

Jerrad Pierce jpierce at cambridgeenergyalliance.org
Thu Jan 21 19:20:48 EST 2010


Hashes are random.

Changing
  foreach my $key (keys %documents)
to
  foreach my $key (sort keys %documents)

would sort by filename

RT appears to already sort multiple versions of a file by date.
-- 
Cambridge Energy Alliance: Save money. Save the planet.



More information about the rt-users mailing list