stable
Clone or download
Read-only
story #7934: Edit a kanban
If user is admin of the agiledashboard, then she should be able to edit the label of a given kanban. Change-Id: I9a752474a8668cdfe626f51663755955c14d56b2
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/include/AgileDashboard/KanbanDao.class.php | +11 | −0 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/REST/v1/KanbanResource.php | +68 | −6 | Go to diff View file |
M | plugins/agiledashboard/tests/rest/KanbanTest.php | +24 | −0 | Go to diff View file |
M | plugins/agiledashboard/www/js/kanban/po/fr.po | +16 | −0 | Go to diff View file |
M | plugins/agiledashboard/www/js/kanban/po/template.pot | +16 | −0 | Go to diff View file |
M | plugins/agiledashboard/www/js/kanban/src/app/app-kanban-controller.js | +35 | −1 | Go to diff View file |
A | plugins/agiledashboard/www/js/kanban/src/app/edit-kanban/edit-kanban-controller.js | +25 | −0 | Go to diff View file |
A | plugins/agiledashboard/www/js/kanban/src/app/edit-kanban/edit-kanban.tpl.html | +17 | −0 | Go to diff View file |
M | plugins/agiledashboard/www/js/kanban/src/app/kanban-service.js | +8 | −1 | Go to diff View file |
M | plugins/agiledashboard/www/js/kanban/src/app/kanban.less | +14 | −0 | Go to diff View file |
M | plugins/agiledashboard/www/js/kanban/src/app/kanban.tpl.html | +4 | −0 | Go to diff View file |
M | plugins/agiledashboard/www/themes/FlamingParrot/css/style.less | +4 | −0 | Go to diff View file |