stable

Clone or download

Read-only

Autocollapse swimlane where parent card is closed

Given a user story is closed, When the taskboard is displayed, Then the corresponding swimlane is automatically collapsed, And its children (if any) are not loaded. When the user expand it, Then its children are loaded. Part of story #13957: Expand/collapse swimlane Change-Id: I61c65ae08e739b410bfd67c1f387f92b63086c57

Modified Files

Name
M plugins/taskboard/include/REST/v1/CardRepresentation.php +5 −1 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/CollapsedSwimlane.test.ts +1 −1 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/CollapsedSwimlane.vue +1 −1 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/store/swimlane/swimlane-actions.test.ts +87 −7 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/store/swimlane/swimlane-actions.ts +12 −2 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/type.d.ts +1 −0 Go to diff View file
M plugins/taskboard/tests/rest/TaskboardTest.php +3 −0 Go to diff View file