stable

Clone or download

Read-only

Set wip limit in UI

This task is part of story #7580 limit the number of cards par column Change-Id: Iecf340a08089bff19abbfce772efa7cebbb45828

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/AgileDashboardController.class.php +21 −9 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/KanbanPresenter.class.php +10 −6 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/KanbanColumnRepresentation.php +3 −2 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/KanbanRepresentation.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboardRouter.class.php +2 −1 Go to diff View file
M plugins/agiledashboard/templates/kanban.mustache +1 −1 Go to diff View file
M plugins/agiledashboard/tests/include/AgileDashboard/AgileDashboardControllerTest.php +10 −5 Go to diff View file
M plugins/agiledashboard/tests/include/ControllerTest.php +2 −1 Go to diff View file
M plugins/agiledashboard/www/js/kanban/po/fr.po +6 −2 Go to diff View file
M plugins/agiledashboard/www/js/kanban/po/template.pot +4 −0 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/app-kanban-controller.js +19 −0 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/app-main-controller.js +2 −1 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/kanban-service.js +15 −1 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/kanban.less +36 −2 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/kanban.tpl.html +19 −2 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/shared-properties/shared-properties-service.js +13 −2 Go to diff View file