stable

Clone or download

Read-only

request #17997 Remove first Taskboard column if no hierarchy defined

When plannable elements in taskboard don't have children defined in hierarchy, there is no need of the first column because it will always be empty. We can remove it in this case. Change-Id: Ib257906da182ec3a8a0eb6a22d40562a811d9b3b

Modified Files

Name
M plugins/taskboard/include/Board/BoardPresenter.php +10 −3 Go to diff View file
M plugins/taskboard/include/Board/BoardPresenterBuilder.php +11 −1 Go to diff View file
M plugins/taskboard/scripts/taskboard/index.ts +4 −0 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Header/SwimlaneHeader.test.ts +13 −4 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Header/SwimlaneHeader.vue +5 −1 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Header/TaskBoardHeader.test.ts +53 −32 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Header/TaskBoardHeader.vue +5 −1 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/store/type.ts +1 −0 Go to diff View file
M plugins/taskboard/templates/taskboard.mustache +1 −0 Go to diff View file