stable

Clone or download

Read-only

feat: End users can promote a kanban

As project admin, edit a kanban and switch the "Is promoted" configuration. For now user has to reload the page in order to see the effect. Will see with Design team if we need to change this behavior. Part of story #34008: See promoted Kanban in sidebar Change-Id: If41f3f285d8cb8e3433284ab5a022218c49053e7

Modified Files

Name
M plugins/kanban/scripts/kanban/po/fr_FR.po +14 −1 Go to diff View file
M plugins/kanban/scripts/kanban/src/app/edit-kanban/edit-kanban-controller.js +16 −0 Go to diff View file
M plugins/kanban/scripts/kanban/src/app/edit-kanban/edit-kanban.tpl.html +17 −0 Go to diff View file
M plugins/kanban/scripts/kanban/src/app/kanban-service.js +15 −0 Go to diff View file
M plugins/kanban/scripts/kanban/src/app/kanban-service.test.js +18 −1 Go to diff View file
M plugins/kanban/scripts/kanban/themes/_edit-kanban.scss +5 −1 Go to diff View file