stable
Clone or download
Read-only
part of: story #13626 Drag and drop cards How to test: - Remove the permission to update the status field for a tracker of your taskboard - Try to dn'd a card of this tracker in the taskboard --> You can't change the card of column but you can reorder it Change-Id: I3b2b377f5ffb591e20a76ca5cf647e664deffb0e
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/taskboard/scripts/taskboard/index.ts | +1 | −0 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Cell/DropContainerCell.test.ts | +2 | −1 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Cell/DropContainerCell.vue | +4 | −1 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/TaskBoard.vue | +9 | −1 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/store/mutations.ts | +15 | −0 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/store/swimlane/swimlane-getters.test.ts | +95 | −0 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/store/swimlane/swimlane-getters.ts | +25 | −0 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/store/type.ts | +11 | −0 | Go to diff View file |