stable
Clone or download
Read-only
part of story #9858 have general planning view managing mono-milestone in milestone section (right part of screen) you should be able ti add elements with link button, new elements added are not preserved (an error is thrown) The save of value will be done in a dedicated commit Change-Id: I99137624d5d3f127b75932e13d2b11d56ddc39b8
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/include/AgileDashboard/Milestone/Backlog/DescendantBacklogStrategy.class.php | +7 | −3 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/REST/v1/MilestoneResource.class.php | +7 | −6 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/REST/v1/PlanningResource.class.php | +7 | −3 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/REST/v1/ProjectBacklogResource.class.php | +8 | −3 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/REST/v1/ProjectMilestonesResource.class.php | +3 | −2 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/REST/v2/ProjectBacklogResource.class.php | +6 | −3 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboardRouterBuilder.php | +3 | −2 | Go to diff View file |
M | plugins/agiledashboard/include/Planning/ArtifactMilestone.class.php | +28 | −14 | Go to diff View file |
M | plugins/agiledashboard/include/Planning/MilestoneFactory.class.php | +66 | −23 | Go to diff View file |
M | plugins/agiledashboard/include/agiledashboardPlugin.class.php | +3 | −2 | Go to diff View file |
M | plugins/agiledashboard/tests/builders/aMilestone.php | +24 | −14 | Go to diff View file |
M | plugins/agiledashboard/tests/include/MilestoneFactoryTest.php | +62 | −30 | Go to diff View file |
M | plugins/agiledashboard/tests/include/MilestoneTest.php | +120 | −59 | Go to diff View file |