Opened 12 years ago
Closed 12 years ago
#7855 closed defect (fixed)
[patch]Grid: Changing column order messes up sorting index
Reported by: | Nathan Toone | Owned by: | Nathan Toone |
---|---|---|---|
Priority: | high | Milestone: | 1.2.1 |
Component: | DojoX Grid | Version: | 1.2.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
When changing the column order, our sort index information can sometimes get messed up. We need to make sure and update it accordingly
Attachments (1)
Change History (5)
comment:1 Changed 12 years ago by
Changed 12 years ago by
Attachment: | 7855_gridColumnSort-1.2.patch added |
---|
Patch against 1.2 branch, if it is deemed simple enough and wanted to be integrated
comment:2 Changed 12 years ago by
Milestone: | 1.3 → 1.2.1 |
---|---|
Summary: | Grid: Changing column order messes up sorting index → [patch]Grid: Changing column order messes up sorting index |
Change to 1.2.1 - for review to see if it gets included in branch
comment:3 Changed 12 years ago by
Status: | new → assigned |
---|
comment:4 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed in branch in revision [15474]
Note: See
TracTickets for help on using
tickets.
(In [15437]) Refs #7855 - update sort info on the grid when moving columns - to preserve column header sort notification !strict