stable

Clone or download

Read-only

Display the name of the current kanban

This is part of story #7577 display a Kanban cardwall Change-Id: I02f07085bff7f430a254a5cbbeb1c282448439ba

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/AgileDashboardController.class.php +9 −0 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/KanbanDao.class.php +2 −2 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/KanbanFactory.class.php +20 −8 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/KanbanPresenter.class.php +6 −3 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/KanbanSummaryPresenter.class.php +4 −0 Go to diff View file
M plugins/agiledashboard/include/AgileDashboardRouter.class.php +1 −0 Go to diff View file
M plugins/agiledashboard/include/Planning/PlanningController.class.php +1 −1 Go to diff View file
M plugins/agiledashboard/templates/home-kanban.mustache +1 −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 +2 −0 Go to diff View file
M plugins/agiledashboard/tests/include/ControllerTest.php +1 −0 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/app-kanban-controller.js +3 −2 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/app-main-controller.js +4 −3 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/app.js +1 −0 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/kanban.tpl.html +1 −0 Go to diff View file
A plugins/agiledashboard/www/js/kanban/src/app/shared-properties/shared-properties-service.js +24 −0 Go to diff View file
A plugins/agiledashboard/www/js/kanban/src/app/shared-properties/shared-properties.js +3 −0 Go to diff View file