On Thursday, January 19, 2017 at 12:31:44 AM UTC-8, Florian Berger wrote: > > Hi, > > in trac 1.0.9, when adding or editing a ticket, the component dropdown > list shows the components in the order as they have been created. So > does /admin/ticket/components. > > Is there a straightforward way to render the component list in > alphabetical order? > > Neither WebAdmin nor trac-admin seem to offer a way to influence > component order - other that removing all components and re-adding them > in alphabetical order. > > Thanks, > > Florian >
The component list is sorted alphabetically. You can see this in the code, and on trac.edgewall.org/demo-1.0: https://trac.edgewall.org/browser/tags/trac-1.0.9/trac/ticket/model.py?marks=925#L918 https://trac.edgewall.org/demo-1.0/ticket/1#no4 Maybe you have a plugin that is changing the behavior? Or you could have mistyped and intended to refer to Versions? - Ryan -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/trac-users. For more options, visit https://groups.google.com/d/optout.
