stable
Clone or download
Read-only
Merge commit 'refs/changes/40/3940/3' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD
* ssh://gerrit.tuleap.net:29418/tuleap: story #7954: Do not display the form if tracker is not simple or if user doesn't have perm Change-Id: Ic041eeaa91d5af4936498b5c04d4c9e2b860ff6b
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/include/AgileDashboard/REST/v1/KanbanBacklogRepresentation.php | +9 | −3 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/REST/v1/KanbanColumnRepresentation.php | +11 | −6 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/REST/v1/KanbanRepresentation.php | +4 | −4 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/REST/v1/KanbanResource.php | +49 | −2 | Go to diff View file |
M | plugins/agiledashboard/tests/rest/KanbanTest.php | +2 | −0 | Go to diff View file |
M | plugins/agiledashboard/www/js/kanban/src/app/app-kanban-controller.js | +4 | −2 | Go to diff View file |
M | plugins/agiledashboard/www/js/kanban/src/app/kanban-service.js | +3 | −2 | Go to diff View file |
M | plugins/agiledashboard/www/js/kanban/src/app/kanban.tpl.html | +2 | −2 | Go to diff View file |