stable

Clone or download

Read-only

Use dedicated error page for regular users

Administrator and users don't have the same page when the planning don't have any columns. Part of story #13730: display columns Change-Id: I587ec68f604366ca553e10ccbeb65fd1426a4ef6

Modified Files

Name
M plugins/taskboard/scripts/taskboard/po/fr_FR.po +6 −0 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/GlobalError/BoardWithoutAnyColumnsError.test.ts +9 −15 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/GlobalError/BoardWithoutAnyColumnsError.vue +5 −17 Go to diff View file
A plugins/taskboard/scripts/taskboard/src/components/GlobalError/BoardWithoutAnyColumnsErrorForAdmin.test.ts +41 −0 Go to diff View file
A plugins/taskboard/scripts/taskboard/src/components/GlobalError/BoardWithoutAnyColumnsErrorForAdmin.vue +49 −0 Go to diff View file
A plugins/taskboard/scripts/taskboard/src/components/GlobalError/BoardWithoutAnyColumnsErrorForUsers.test.ts +40 −0 Go to diff View file
A plugins/taskboard/scripts/taskboard/src/components/GlobalError/BoardWithoutAnyColumnsErrorForUsers.vue +42 −0 Go to diff View file
R plugins/taskboard/scripts/taskboard/src/components/GlobalError/BoardWithoutAnyColumnsSvg.vue Go to diff View file
A plugins/taskboard/scripts/taskboard/src/components/GlobalError/BoardWithoutAnyColumnsForUsersSvg.vue +64 −0 Go to diff View file
R plugins/taskboard/scripts/taskboard/src/components/GlobalError/__snapshots__/BoardWithoutAnyColumnsError.test.ts.snap Go to diff View file
A plugins/taskboard/scripts/taskboard/src/components/GlobalError/__snapshots__/BoardWithoutAnyColumnsErrorForUsers.test.ts.snap +33 −0 Go to diff View file