stable

Clone or download

Read-only

Display additional tab for taskboard

Every milestone with a cardwall has now an additional tab "taskboard". "Under construction" message is displayed in the tab. Interface has same L&F and behavior than for overview or pv2 panes. Part of story #13729: have taskboard empty state Change-Id: I86c1e296ab429fe31f3a41ecd5bd406d950355de

Modified Files

Name
A plugins/agiledashboard/include/AgileDashboard/Milestone/AllBreadCrumbsForMilestoneBuilder.php +75 −0 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Milestone/Pane/PaneInfo.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboardRouterBuilder.php +13 −16 Go to diff View file
M plugins/agiledashboard/include/Planning/MilestoneController.class.php +18 −70 Go to diff View file
M plugins/agiledashboard/include/Planning/MilestoneControllerFactory.class.php +17 −52 Go to diff View file
M plugins/agiledashboard/include/Planning/MilestonePresenter.class.php +3 −24 Go to diff View file
M plugins/agiledashboard/include/Planning/VirtualTopMilestoneController.class.php +1 −9 Go to diff View file
M plugins/agiledashboard/include/agiledashboardPlugin.class.php +38 −10 Go to diff View file
M plugins/agiledashboard/phpunit/AgileDashboard/Planning/MilestoneControllerTest.php +13 −5 Go to diff View file
A plugins/taskboard/include/AgileDashboard/TaskboardPaneInfo.php +56 −0 Go to diff View file
M plugins/taskboard/include/Routing/TaskboardController.php +75 −11 Go to diff View file
M plugins/taskboard/include/taskboardPlugin.php +33 −5 Go to diff View file
M plugins/taskboard/templates/taskboard.mustache +40 −2 Go to diff View file