Opened 18 years ago
Closed 17 years ago
#7018 closed defect (fixed)
Ticket field order is different for new and existing tickets.
| Reported by: | Owned by: | Remy Blank | |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.11.2 |
| Component: | ticket system | Version: | devel |
| Severity: | normal | Keywords: | |
| Cc: | kamil@…, jaylward@… | Branch: | |
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
Hi,
I noticed that the GUI organization of ticket properties was different when :
- you create a ticket
- and when you change properties on an already created ticket.
Indeed, property columns are on the reverse order and I don't know why…
- For ticket creation, the priority, component, severity and cc fiels are on the left
- and for ticket changes they are on the right
It disturbed my users, so I create a ticket for this which is _not_ a high priority but could improve the trac look and feel.
Attachments (2)
Change History (9)
by , 18 years ago
| Attachment: | new_ticket.JPG added |
|---|
comment:1 by , 18 years ago
| Milestone: | 0.11 → 0.11.1 |
|---|
This is due to the automatic placement of the various field. This could be improved, indeed but should not be addressed within 0.11 if we ever want a release some day before the end of 2008 ;-)
comment:2 by , 17 years ago
| Severity: | normal → minor |
|---|---|
| Summary: | GUI for tickets → Ticket field order is different for new and existing tickets. |
#7435 was closed as duplicate (grabbing its summary)
comment:3 by , 17 years ago
| Cc: | added |
|---|
comment:4 by , 17 years ago
| Cc: | added |
|---|
comment:5 by , 17 years ago
| Priority: | low → normal |
|---|---|
| Severity: | minor → normal |
comment:7 by , 17 years ago
| Milestone: | 0.11.3 → 0.11.2 |
|---|---|
| Resolution: | → fixed |
| Status: | new → closed |
Fixed in [7564] by moving the "Assign to" field on its own line at the end of the form whenever it is shown (i.e. in the "new ticket" form, when the reporter has TICKET_MODIFY permission).



New ticket ui