stable

Clone or download

Read-only

Move card from other colmuns in backlog

This task is part of story #7579 move cards in my cardwall This first commit allows user to drop card in backlog column and the drop is saved. So when he reloads the page, the card is still in backlog. Change-Id: I40d24a68abbc1fb8692767a7239f5d5d1d731486

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/KanbanItemDao.class.php +11 −0 Go to diff View file
A plugins/agiledashboard/include/AgileDashboard/REST/v1/KanbanAddRepresentation.php +50 −0 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/KanbanResource.php +73 −25 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/ResourcesPatcher.class.php +4 −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 +49 −52 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/kanban-service.js +12 −1 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/kanban.tpl.html +7 −6 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_PriorityManager.class.php +4 −0 Go to diff View file
M tests/rest/KanbanTest.php +27 −0 Go to diff View file