stable
Clone or download
Read-only
This is part of request #14877 Fix project milestones widget UI The displayed trackers in widget project milestones (in badges at the left of burndown) were not the rights ones. How to test: - Configure a planning in AgileDashboard - Releases follow Epics - Sprints follow Bugs and US - In tracker hierarchy - Releases -> Sprints - Epics -> US -> Bugs and Tasks Expected results: - The displayed trackers are 'Bugs' and 'US'. (Before that was 'Epics') Change-Id: I8961d66440319e903dab4666802f0a02017b7b5a
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/projectmilestones/include/Widget/ProjectMilestonesPresenterBuilder.php | +8 | −18 | Go to diff View file |
M | plugins/projectmilestones/scripts/projectmilestones/src/api/rest-querier.test.ts | +35 | −40 | Go to diff View file |
M | plugins/projectmilestones/scripts/projectmilestones/src/api/rest-querier.ts | +14 | −24 | Go to diff View file |
M | plugins/projectmilestones/scripts/projectmilestones/src/helpers/milestones-sprints-helper.test.ts | +69 | −1 | Go to diff View file |
M | plugins/projectmilestones/scripts/projectmilestones/src/helpers/milestones-sprints-helper.ts | +17 | −0 | Go to diff View file |
M | plugins/projectmilestones/scripts/projectmilestones/src/store/actions.test.ts | +29 | −8 | Go to diff View file |
M | plugins/projectmilestones/scripts/projectmilestones/src/store/actions.ts | +42 | −22 | Go to diff View file |
M | plugins/projectmilestones/scripts/projectmilestones/src/type.ts | +1 | −0 | Go to diff View file |
M | plugins/projectmilestones/tests/unit/Widget/ProjectMilestonesPresenterBuilderTest.php | +23 | −33 | Go to diff View file |