On Thu, Jun 02, 2011 at 11:35:02AM -0700, Yan Seiner wrote:
> 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

Attachment: pgpkSlZWKS7gB.pgp
Description: PGP signature

Reply via email to