stable

Clone or download

Read-only

Deal with priority change

For now, you can reorder items in the backlog and in the 'open' colmuns. Archive column is not taken in account for this change. Part of story #7579 move cards in my cardwall Change-Id: Ibf12b56e7ba63cb81c00416c05fcadc6adf6e6ab

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/KanbanItemDao.class.php +46 −0 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/KanbanResource.php +121 −0 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/app-kanban-controller.js +66 −0 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/kanban-service.js +29 −1 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/kanban.tpl.html +3 −3 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_PriorityHistoryChange.class.php +4 −2 Go to diff View file
M tests/lib/rest/TestDataBuilder.php +27 −0 Go to diff View file
M tests/rest/KanbanTest.php +80 −1 Go to diff View file