id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc,branch,changelog,apichanges,internalchanges 10951,[PATCH] Custom field order is not preserved,chris.nelson.1022@…,,"It appears that `_prepare_fields()` in `ticket/web_ui.py` is supposed to order the fields for the ticket property box: * Most standard fields * Custom fields in the order specified by the user * Keywords However, what I see is like: ||Reporter||Owner|| ||Priority||Milestone|| ||Custom 6||Custom 7|| ||Custom 8||Custom 9|| ||CC||Keywords|| ||Custom 0||Custom 1|| ||Custom 2||Custom 3|| ||Custom 4||Custom 5|| I've displayed the names, in order, from `fields` in `templates/ticket.html` and the fields are in the wrong order as the ticket is displayed. This may be a complex interaction of many plugins. Or one plugin's ticket handling reordering fields. (I have ~30 plugins installed.) While there may be a bug in a plugin that should not reorder fields, Trac can enforce its intended order with the attached patch. ",defect,closed,normal,,ticket system,0.11.6,normal,invalid,custom field order needinfo,,,,,