| Summary: | Accumulate sorting columns changes sort sequence | ||
|---|---|---|---|
| Product: | [Technology] NatTable | Reporter: | Dirk Fauth <dirk.fauth> |
| Component: | GlazedLists Extension | Assignee: | Dirk Fauth <dirk.fauth> |
| Status: | CLOSED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | 2.0.3 | ||
| Target Milestone: | 2.0.4 | ||
| Hardware: | PC | ||
| OS: | Windows 10 | ||
| See Also: |
https://git.eclipse.org/r/c/nattable/org.eclipse.nebula.widgets.nattable/+/196575 https://git.eclipse.org/c/nattable/org.eclipse.nebula.widgets.nattable.git/commit/?id=9455fb8fea92055d2deadb29aa974d38a9756422 |
||
| Whiteboard: | |||
|
Description
Dirk Fauth
New Gerrit change created: https://git.eclipse.org/r/c/nattable/org.eclipse.nebula.widgets.nattable/+/196575 Gerrit change https://git.eclipse.org/r/c/nattable/org.eclipse.nebula.widgets.nattable/+/196575 was merged to [master]. Commit: http://git.eclipse.org/c/nattable/org.eclipse.nebula.widgets.nattable.git/commit/?id=9455fb8fea92055d2deadb29aa974d38a9756422 Fixed this by adding an update handling in NatTableComparatorChooser instead of a simple remove and append. Additionally the SortCommandHandler now checks for existing multi-column selection and if an accumulated sorting should be performed. If that is the case and the column to sort is already sorted and not the last column in the sort sequence, only ASC and DESC are toggled, the sorting can't be removed via accumulate this way now. Released with 2.0.4 |