stable

Clone or download

Read-only

Error state for misconfigured planning

The error message is always displayed, conditionnal display will be done later, when we will be able to retrieve columns. For admin users, there is a button to reach the planning administration. Part of story #13730: display columns Change-Id: I463e6e122144ee39dbb9a6d5b20a6f69f2f0d4f8

Modified Files

Name
M plugins/taskboard/include/Routing/TaskboardController.php +11 −5 Go to diff View file
A plugins/taskboard/include/Routing/TaskboardPresenter.php +62 −0 Go to diff View file
M plugins/taskboard/scripts/taskboard/index.ts +6 −1 Go to diff View file
M plugins/taskboard/scripts/taskboard/po/fr_FR.po +10 −3 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/App.test.ts +28 −3 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/App.vue +14 −5 Go to diff View file
A plugins/taskboard/scripts/taskboard/src/components/GlobalError/BoardWithoutAnyColumnsError.test.ts +48 −0 Go to diff View file
A plugins/taskboard/scripts/taskboard/src/components/GlobalError/BoardWithoutAnyColumnsError.vue +52 −0 Go to diff View file
A plugins/taskboard/scripts/taskboard/src/components/GlobalError/BoardWithoutAnyColumnsSvg.vue +86 −0 Go to diff View file
A plugins/taskboard/scripts/taskboard/src/components/GlobalError/__snapshots__/BoardWithoutAnyColumnsError.test.ts.snap +74 −0 Go to diff View file
M plugins/taskboard/scripts/webpack.config.js +2 −1 Go to diff View file
M plugins/taskboard/templates/taskboard.mustache +3 −1 Go to diff View file