stable
Clone or download
Read-only
request #10111: Planning tab title in scrum v2 is a backlog tracker name instead of milestone tracker name How to test: - Given that you can plan Tasks and User stories in Releases - in GET /milestones/:id, in "resources" the accepted tracker should be Releases, not Tasks - in a Release R1, the "planning v2" tab title should be "Releases Planning", not "Tasks Planning" Change-Id: Ic162bb2e735371d8be16dcad81bc99dc935dacc8
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/include/AgileDashboard/Milestone/Pane/Planning/SubmilestoneFinder.class.php | +1 | −8 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/REST/v1/MilestoneResource.class.php | +4 | −10 | Go to diff View file |
D | plugins/agiledashboard/include/AgileDashboard/ScrumForMonoMilestoneDifferentThanOnePlanningException.php | +0 | −31 | Go to diff View file |
M | plugins/agiledashboard/include/autoload.php | +2 | −3 | Go to diff View file |
M | plugins/agiledashboard/tests/include/AgileDashboard/Milestone/Pane/Planning/SubmilestoneFinderTest.php | +3 | −18 | Go to diff View file |