#12447 closed defect (fixed)
Actions in batch-modify form should be sorted by `.default` attribute
| Reported by: | Jun Omae | Owned by: | Ryan J Ollos |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.0.12 |
| Component: | ticket system | Version: | |
| Severity: | normal | Keywords: | batch-modify |
| Cc: | Branch: | ||
| Release Notes: |
Workflow actions on the batch modify form are sorted by the |
||
| API Changes: | |||
| Internal Changes: | |||
Description
The actions in ticket form are sorted by the .default attribute. However, the actions in batch-modify form are sorted by the action key. The behavior confuses users.
I think the actions in batch-modify form should be sorted by the .default attribute, also.
Attachments (0)
Change History (5)
comment:1 by , 10 years ago
| Milestone: | 1.0.11 → 1.0.12 |
|---|
comment:2 by , 9 years ago
| Owner: | set to |
|---|---|
| Status: | new → assigned |
comment:4 by , 9 years ago
| Release Notes: | modified (diff) |
|---|---|
| Resolution: | → fixed |
| Status: | assigned → closed |
comment:5 by , 9 years ago
While working on this ticket, I wondered if it might make sense to move the call to add_template_data in query.py to an implementation of IRequestFilter in batch.py: trunk/trac/ticket/query.py@14914:1133-1137#L1113.



Proposed fix in log:rjollos.git:t12447.