stable

Clone or download

Read-only

request #21346: Taskboard cards with no displayed children should be shown as solo items

A taskboard card with non visible children in its taskboard's swimlane should be considered like a solo item. Tuleap currently does not do that which look like the swimlane is broken since you cannot move the card around and cannot change its status. This situation can happen in, at least, two situations: * children has no existence in the mapping (e.g. the child is from another project) * children cannot be seen by the current user because of the permissions Change-Id: I30178ca8c5cb44246b5e16086fd21577408f6212

Modified Files

Name
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/TaskBoardBody.test.ts +5 −0 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/TaskBoardBody.vue +5 −1 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/store/swimlane/swimlane-getters.test.ts +74 −0 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/store/swimlane/swimlane-getters.ts +16 −0 Go to diff View file