Opened 12 years ago
Closed 11 years ago
#2064 closed defect (done)
Fix sorting in Hive Job Manager and ItemCollectionView
Reported by: | ascheibe | Owned by: | ascheibe |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.9 |
Component: | Hive.Client | Version: | 3.3.8 |
Keywords: | Cc: |
Description
When setting a custom ListViewItemSorter, the ItemCollectionView accidently resets the Sorter by setting Sorting to SortOrder.None.
Change History (9)
comment:1 Changed 12 years ago by ascheibe
- Status changed from new to accepted
comment:2 Changed 12 years ago by ascheibe
comment:3 Changed 12 years ago by ascheibe
- Owner changed from ascheibe to mkommend
- Status changed from accepted to reviewing
comment:4 Changed 12 years ago by mkommend
- Owner changed from mkommend to ascheibe
- Status changed from reviewing to readytorelease
Reviewed r9523.
comment:5 Changed 12 years ago by mkommend
- Status changed from readytorelease to assigned
The changes in r9523 now automatically sort all items in an ItemCollectionViews (e.g., ResultsView) regardless of the order in which they were added and if they should be sorted at all.
comment:6 Changed 11 years ago by ascheibe
- reverted change in ItemCollectionView
- adapted sorting in RefreshableHiveJobListView
comment:7 Changed 11 years ago by ascheibe
- Owner changed from ascheibe to mkommend
- Status changed from assigned to reviewing
comment:8 Changed 11 years ago by mkommend
- Owner changed from mkommend to ascheibe
- Status changed from reviewing to readytorelease
Reviewed r9540. The changes in the ItemCollectionView have been reverted and everything works as it did before. The RefrehsableHiveJobListView shows the jobs order by date.
comment:9 Changed 11 years ago by ascheibe
- Resolution set to done
- Status changed from readytorelease to closed
Merged into stable branch in r9559
Note: See
TracTickets for help on using
tickets.
r9523 fixed sorting in Hive Job Manager and ItemCollectionView