Order of attachments

Is there some way to specify the order of attachments? Either
alphabetical or by date would work. Right now they seem to be in random
order.

We’re running 3.8.10.

I found some old references to

Set($OldestTransactionsFirst, ‘1’);

but that seems to have no effect in 3.8.10.

My daughter is racing a triathlon to raise money for her swim club. Want
to help?

http://akari.seiner.com

Is there some way to specify the order of attachments? Either
alphabetical or by date would work. Right now they seem to be in random
order.

We’re running 3.8.10.

I found some old references to

Set($OldestTransactionsFirst, ‘1’);

but that seems to have no effect in 3.8.10.

OldestTransactionsFirst is documented in RT_Config.pm for 3.8.10 and
doesn’t affect the Attachments Box on Ticket/Display.html

Those attachments appear to be coming out of a hash, which means the
order is guaranteed to be random.

I’d take a patch to add some sorting to that, but it’d need to
maintain the current behavior that attachments of the same name group
together by date.

-kevin