Opened 13 years ago
Closed 13 years ago
#1713 closed enhancement (done)
Allow dragging of the checked state in the checked item collection views
Reported by: | mkommend | Owned by: | ascheibe |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.6 |
Component: | Core.Views | Version: | 3.3.6 |
Keywords: | Cc: |
Description
Currently it is only possible to drag items of the collections from one view to another. It would ease the work with checked item collections considerably, if the checked state of all contained items could be dragged and dropped as well. Of course, this is only possible if the source and destination collection contain exactly the same items.
Change History (6)
comment:1 Changed 13 years ago by mkommend
- Status changed from new to accepted
comment:2 Changed 13 years ago by mkommend
- Owner changed from mkommend to ascheibe
- Status changed from accepted to reviewing
comment:3 follow-up: ↓ 4 Changed 13 years ago by mkommend
Maybe we should revert the changes in the CheckedItemCollectionView, because the behavior depends on the ordering of the items in the collection, which is not defined for collections.
comment:4 in reply to: ↑ 3 Changed 13 years ago by mkommend
comment:5 Changed 13 years ago by ascheibe
- Status changed from reviewing to readytorelease
Review comments: None. Looks good to me!
comment:6 Changed 13 years ago by swagner
- Resolution set to done
- Status changed from readytorelease to closed
- Version changed from 3.3.5 to 3.3.6
Note: See
TracTickets for help on using
tickets.
r7195: Implemented drag & drop operations for the checked state.