#6280 closed defect (invalid)
Is there a way to control the ABSOLUTE (and not relative) order of custom and non-custom fields?
| Reported by: | Connie | Owned by: | Jonas Borgström |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | general | Version: | 0.10.4 |
| Severity: | normal | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
Hi I need help on the following, wondering if anyone can answer this?
I would like to control the ABSOLUTE order of the custom and out of the box fields. I know in ini file, I can specify the ORDER using ".order" under the [ticket_custom] section. I searched through google, but could not find anything….help! I want to do something like this: any idea??
| Priority | Keywords |
| Severity | Assign to |
| Component | —empty— |
| Custom field 1 | Custom field 2 |
| Custom field 3 | Custom field 4 |
| Custom field 5 | —empty— |
| Custom field 6 | —empty— |
| Custom field 7 | —empty— |
Attachments (0)
Change History (2)
comment:1 by , 18 years ago
| Resolution: | → invalid |
|---|---|
| Status: | new → closed |
comment:2 by , 18 years ago
For the benefit of others:
I actually figured this out: In the cs template file, I did this:
<?cs if: field.label == 'O/S' ?><?cs set:fullrow = 1 ?><?cs /if ?>
'O/S' is the name of my custom field and the next field now got pushed right below it! It is working perfectly!



allow closing this - would you mind posting this to the trac-users list on http://groups.google.com/group/trac-users?