Modify ↓
Opened 21 years ago
Closed 21 years ago
#901 closed defect (fixed)
[PATCH] Custom fields are displayed in random order
| Reported by: | pkou <pkou at ua.fm> | Owned by: | daniel |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.8 |
| Component: | ticket system | Version: | devel |
| Severity: | normal | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
Custom fields are displayed in random order when tickets are created/reviewed.
Attached patch fixes this defect in the following way:
- New property field.order is added to trac.ini for any custom field;
- The property can be either number or string:
- For numbers, numeric comparison is used;
- For strings, string comparison is used.
- If the property is not specified it equals to 0 by default.
Note that TracTicketsCustom needs to be edited when this defect is fixed.
Attachments (1)
Change History (3)
by , 21 years ago
| Attachment: | patch-customorder-r1036.diff added |
|---|
comment:1 by , 21 years ago
| Milestone: | → 0.8 |
|---|---|
| Owner: | changed from to |
| Status: | new → assigned |
Beautiful. Many thanks!
Note:
See TracTickets
for help on using tickets.



Patch for the defect