stable

Clone or download

Read-only

Warn admin that color is not compatible

If columns is configured with a color from the legacy palette, then administrator is warned and incited to update the configuration. Regular users don't see the warning. Part of story #13730: display columns Change-Id: Id225ef04628129b2d181149a09df3b836f640185

Modified Files

Name
M plugins/taskboard/include/Column/ColumnPresenterCollectionRetriever.php +7 −0 Go to diff View file
M plugins/taskboard/phpunit/Column/ColumnPresenterCollectionRetrieverTest.php +7 −4 Go to diff View file
M plugins/taskboard/scripts/package-lock.json +22 −0 Go to diff View file
M plugins/taskboard/scripts/package.json +6 −2 Go to diff View file
M plugins/taskboard/scripts/taskboard/index.ts +3 −1 Go to diff View file
M plugins/taskboard/scripts/taskboard/po/fr_FR.po +16 −0 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/TaskBoardHeaderCell.test.ts +24 −0 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/TaskBoardHeaderCell.vue +31 −3 Go to diff View file
A plugins/taskboard/scripts/taskboard/src/components/TaskBoard/WrongColorPopover.test.ts +41 −0 Go to diff View file
A plugins/taskboard/scripts/taskboard/src/components/TaskBoard/WrongColorPopover.vue +79 −0 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/__snapshots__/TaskBoardHeaderCell.test.ts.snap +77 −5 Go to diff View file
A plugins/taskboard/scripts/taskboard/src/components/TaskBoard/__snapshots__/WrongColorPopover.test.ts.snap +73 −0 Go to diff View file
A plugins/taskboard/scripts/taskboard/src/store/index.ts +30 −0 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/type.d.ts +5 −0 Go to diff View file
M plugins/taskboard/themes/includes/_header.scss +34 −0 Go to diff View file