stable

Clone or download

Read-only

Merge commit 'refs/changes/20/4920/24' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD

* ssh://gerrit.tuleap.net:29418/tuleap: request #8731 Kanban real time: when we edit kanban Change-Id: Iff5ed3bc4d46d21fcecaf9094bce06e5f2c8b703

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