stable
Clone or download
Read-only
- Add REST route kanban/:id/archive This task is part of story #7579 move cards in my cardwall Change-Id: Ia167e2cf358770b17ff47b8fb5b2b9b9e5e35262
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/include/AgileDashboard/KanbanItemDao.class.php | +25 | −1 | Go to diff View file |
A | plugins/agiledashboard/include/AgileDashboard/REST/v1/KanbanArchiveRepresentation.php | +52 | −0 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/REST/v1/KanbanResource.php | +38 | −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/src/app/app-kanban-controller.js | +17 | −3 | Go to diff View file |
M | plugins/agiledashboard/www/js/kanban/src/app/kanban-service.js | +23 | −0 | Go to diff View file |
M | tests/lib/rest/TestDataBuilder.php | +16 | −1 | Go to diff View file |
M | tests/rest/KanbanTest.php | +9 | −0 | Go to diff View file |