stable
Clone or download
Read-only
Part of story #13626 Drag and drop cards No functional change expected. There is now a dedicated actions file for the drag and drop, and a helper to deal with all dragulas's options. They should all be tested. Change-Id: I86dda5b5d3178636e1786427a106680af9da2a0c
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/TaskBoardBody.vue | +8 | −82 | Go to diff View file |
A | plugins/taskboard/scripts/taskboard/src/helpers/drag-drop.test.ts | +148 | −0 | Go to diff View file |
A | plugins/taskboard/scripts/taskboard/src/helpers/drag-drop.ts | +51 | −0 | Go to diff View file |
A | plugins/taskboard/scripts/taskboard/src/store/swimlane/drag-drop-actions.test.ts | +178 | −0 | Go to diff View file |
A | plugins/taskboard/scripts/taskboard/src/store/swimlane/drag-drop-actions.ts | +57 | −0 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/store/swimlane/swimlane-actions.ts | +2 | −0 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/store/swimlane/type.ts | +7 | −0 | Go to diff View file |