stable

Clone or download

Read-only

Taskboard card with no visible children should be drag&droppable like any other solo card

This is a follow up to git #tuleap/stable/9d085effd493f3a120c488aecc29b0bf411809bb. Items with no visible child (e.g. cards with children in another project) should be movable like other solo items. They already are represented like a solo item but you cannot change their status like you would expect. Closes request #21346: Taskboard cards with no displayed children should be shown as solo items Change-Id: I35450cc1f3f846c57593a9737fe031df5a340383

Modified Files

Name
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Cell/DropContainerCell.test.ts +1 −0 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Cell/DropContainerCell.vue +7 −2 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/store/swimlane/drag-drop-actions.test.ts +6 −4 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/store/swimlane/drag-drop-actions.ts +3 −5 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/store/swimlane/swimlane-actions.test.ts +2 −0 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/store/swimlane/swimlane-actions.ts +4 −2 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/store/swimlane/swimlane-helpers.test.ts +0 −33 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/store/swimlane/swimlane-helpers.ts +0 −4 Go to diff View file