stable
Clone or download
Read-only
Part of story #11189: have a smart bread crumb Extract showKanban method from main AgileDashboard_Controller to a dedicated controller so that it can display relevant information about the current Kanban (like it is done for a milestone in the scrum part). Change-Id: If3edf6eb3a9caee2f3d521f3ed0a06ea6f3c9d1f
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/include/AgileDashboard/AgileDashboardController.class.php | +3 | −41 | Go to diff View file |
A | plugins/agiledashboard/include/AgileDashboard/Kanban/BreadCrumb.php | +75 | −0 | Go to diff View file |
A | plugins/agiledashboard/include/AgileDashboard/Kanban/ShowKanbanController.php | +132 | −0 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboardRouter.class.php | +9 | −2 | Go to diff View file |
M | plugins/agiledashboard/include/autoload.php | +4 | −2 | Go to diff View file |
M | plugins/agiledashboard/tests/include/AgileDashboard/AgileDashboardControllerTest.php | +0 | −3 | Go to diff View file |
M | plugins/agiledashboard/tests/include/ControllerTest.php | +0 | −1 | Go to diff View file |