Modify ↓
      
#12702 closed defect (worksforme)
Ticket query Columns checkboxes are reordered
| Reported by: | Ryan J Ollos | Owned by: | Ryan J Ollos | 
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | query system | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Attachments (2)
Change History (5)
by , 9 years ago
| Attachment: | Screen Shot 2017-02-24 at 10.37.25.png added | 
|---|
by , 9 years ago
| Attachment: | Screen Shot 2017-02-24 at 10.37.40.png added | 
|---|
comment:1 by , 9 years ago
comment:2 by , 9 years ago
| Milestone: | next-stable-1.2.x → 1.2.1 | 
|---|---|
| Owner: | set to | 
| Status: | new → assigned | 
Thanks, that change works well.
comment:3 by , 9 years ago
| Milestone: | 1.2.1 | 
|---|---|
| Resolution: | → worksforme | 
| Status: | assigned → closed | 
I see we did a similar refactoring on the trunk in r15332.
  Note:
 See   TracTickets
 for help on using tickets.
    




  
This behavior is intentionally implemented in
Query.get_all_column()at tags/trac-1.2/trac/ticket/query.py@:226-238#L217. We could simply rewrite theQuery.get_all_column()like:trac/ticket/query.py