stable

Clone or download

Read-only

request #8731 Kanban real time: when we edit kanban

Actions: - Add/Remove/Edit column - Edit Kanban label - Delete Kanban Change-Id: I71704fa4f46127e05fbd8b4c1434b52fb6abd28a

Modified Files

Name
A plugins/agiledashboard/include/AgileDashboard/KanbanRightsPresenter.php +45 −0 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/Kanban/KanbanColumnsResource.php +49 −7 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/Kanban/KanbanResource.php +61 −0 Go to diff View file
M plugins/agiledashboard/include/autoload.php +3 −2 Go to diff View file
M plugins/agiledashboard/www/js/kanban/po/template.pot +1 −1 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/app-kanban-controller.js +139 −13 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/edit-kanban/edit-kanban-controller.js +13 −31 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/wip-popover/wip-popover-directive.js +3 −1 Go to diff View file
M plugins/tracker/include/Tracker/Permission/PermissionSerializer.class.php +19 −0 Go to diff View file
M plugins/tracker/tests/Tracker/Permission/PermissionSerializerTest.php +37 −1 Go to diff View file