dev

Forked from tuleap/dev

Clone or download

Read-only

Kanban can uses only trackers not used in Scrum

This task is part of story #7577 display a Kanban cardwall A tracker in planning / backlog cannot be selected in Kanban creation form. A tracker used in Kanban cannot be selected in planning form Change-Id: Ifd85433193545e376e811185ef6f9213d2cba0cf

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/AgileDashboardController.class.php +36 −10 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/AgileDashboardXMLController.class.php +17 −2 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/KanbanDao.class.php +7 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/KanbanFactory.class.php +14 −0 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/KanbanManager.class.php +2 −2 Go to diff View file
M plugins/agiledashboard/include/AgileDashboardRouter.class.php +7 −1 Go to diff View file
M plugins/agiledashboard/include/Planning/PlanningController.class.php +50 −6 Go to diff View file
M plugins/agiledashboard/include/Planning/PlanningFormPresenter.class.php +11 −16 Go to diff View file
M plugins/agiledashboard/include/Planning/PlanningRequestValidator.class.php +32 −7 Go to diff View file
M plugins/agiledashboard/include/Planning/TrackerPresenter.class.php +4 −10 Go to diff View file
M plugins/agiledashboard/site-content/en_US/agiledashboard.tab +2 −0 Go to diff View file
M plugins/agiledashboard/site-content/fr_FR/agiledashboard.tab +2 −0 Go to diff View file
M plugins/agiledashboard/templates/select-backlog.mustache +3 −3 Go to diff View file
M plugins/agiledashboard/templates/select-planning.mustache +3 −3 Go to diff View file
M plugins/agiledashboard/tests/include/AgileDashboard/AgileDashboardControllerTest.php +93 −16 Go to diff View file
M plugins/agiledashboard/tests/include/ControllerTest.php +7 −2 Go to diff View file
M plugins/agiledashboard/tests/include/RequestValidatorTest.php +6 −2 Go to diff View file
M plugins/agiledashboard/tests/include/TrackerPresenterTest.php +3 −4 Go to diff View file