stable
Clone or download
Read-only
When I click on a milestone in the sidebar, it should be marked as active in every Backlog tabs (overview, cardwall, taskboard, tests, planning). Part of story #35104: Milestones below Backlog Change-Id: I7ab5cd597ebdb663a5e3b511c77e372e0c75e1c2
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/include/AgileDashboard/Milestone/Sidebar/AgileDashboardPromotedMilestonesRetriever.php | +11 | −6 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboardService.php | +1 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/Planning/ArtifactMilestone.class.php | +7 | −0 | Go to diff View file |
M | plugins/agiledashboard/include/Planning/Milestone.class.php | +2 | −0 | Go to diff View file |
M | plugins/agiledashboard/include/Planning/MilestoneController.class.php | +5 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/Planning/NoMilestone.class.php | +5 | −0 | Go to diff View file |
M | plugins/agiledashboard/include/Planning/VirtualTopMilestone.class.php | +5 | −0 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/AgileDashboard/Milestone/Sidebar/AgileDashboardPromotedMilestonesRetrieverTest.php | +19 | −11 | Go to diff View file |
M | plugins/taskboard/include/Routing/TaskboardController.php | +5 | −1 | Go to diff View file |
M | plugins/testplan/include/TestPlanController.php | +5 | −1 | Go to diff View file |
M | plugins/testplan/tests/unit/TestPlanControllerTest.php | +1 | −0 | Go to diff View file |