stable

Clone or download

Read-only

Hide taskboard first column if no children no more based on hierarchy

This is part of request #17997 Remove first Taskboard column if no hierarchy defined Given that the herarchy is now only an helper[1], hidding the first taskboard column must check that artifacts have at least one child artifact and no more check the defined hierarchy. [1] https://tuleap.net/plugins/tracker/?aid=18857&group_id=101 Change-Id: I0a379ebd03e9075a4a8936ee3100da5e31a5070c

Modified Files

Name
M plugins/taskboard/include/Board/BoardPresenter.php +5 −5 Go to diff View file
M plugins/taskboard/include/Board/BoardPresenterBuilder.php +17 −9 Go to diff View file
M plugins/taskboard/include/taskboardPlugin.php +2 −1 Go to diff View file
M plugins/taskboard/scripts/taskboard/index.ts +2 −4 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/Add/AddCard.vue +5 −0 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Header/SwimlaneHeader.test.ts +2 −2 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Header/SwimlaneHeader.vue +2 −2 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Header/TaskBoardHeader.test.ts +2 −2 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Header/TaskBoardHeader.vue +2 −2 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/store/mutations.ts +4 −0 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/store/type.ts +1 −1 Go to diff View file
M plugins/taskboard/templates/taskboard.mustache +1 −1 Go to diff View file