stable

Clone or download

Read-only

The accepted_types should now return correct tracker for scrum V2 configuration

part of story #9858 have general planning view managing mono-milestone The REST route only deals with new trackers configuration, sub_milestone_types will be done in a dedicated commit To test it: - In the top backlog planning, for each top backlog element of Milestones, you should have a link "Planning" - When you go on the Planning link (in the sub milestone element), you should be able to add the same element than in the parent milestone Change-Id: I0900de1162305edfeae1438b38d7e2feda9c52d2

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/Milestone/Pane/Planning/SubmilestoneFinder.class.php +47 −8 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/MilestoneRepresentation.class.php +7 −4 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/MilestoneResource.class.php +11 −3 Go to diff View file
A plugins/agiledashboard/include/AgileDashboard/ScrumForMonoMilestoneDifferentThanOnePlanningException.php +31 −0 Go to diff View file
M plugins/agiledashboard/include/AgileDashboardRouterBuilder.php +12 −1 Go to diff View file
M plugins/agiledashboard/include/autoload.php +3 −2 Go to diff View file
M plugins/agiledashboard/site-content/en_US/agiledashboard.tab +1 −0 Go to diff View file
M plugins/agiledashboard/site-content/fr_FR/agiledashboard.tab +1 −0 Go to diff View file
M plugins/agiledashboard/tests/include/AgileDashboard/Milestone/Pane/Planning/SubmilestoneFinderTest.php +162 −13 Go to diff View file