I ran into this one too, that is undocumented (yet?)
For your custom fields you need to specify .order attribute and assign it a
numeric value that will be the UI display order.
You have to assign the .order attribute to all your custom fields, those
that do not have the attribute are considered to have one set to zero by
default....

Example: let assume we have a custom field some_list which is a dropdown
list:

some_list = select
some_list.label = Test Dropdown
some_list.options = Selection 1|Selection 2|Other
some_list.order = 5


Vladimir
 

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of James Guyton
Sent: Wednesday, August 16, 2006 12:37 PM
To: [email protected]
Subject: [Trac] Custom_ticket_field priority

All,
How do you specify the order of custom ticket fields displayed when
creating a ticket/viewing a ticket?
Is there a priority scheme as to how they are displayed?
I'd prefer to have items listed in a certain order.

Thanks!
James 
_______________________________________________
Trac mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac

_______________________________________________
Trac mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac

Reply via email to