stable

Clone or download

Read-only

Check if contributor milestone trackers are submittable

part of story #16124 [release management] ensure Aggregator release creation is possible How to test: - Setup aggregator and contributor projects - In a contributor or an aggregator project, go to the top milestone's tracker administration - Unset all "Can submit" permissions for all used fields (painful, I know) - When you browse the aggregator project's top backlog planning, you should NOT see the "Create milestone" button. - If you set back at least one "Can submit" permission, the button should appear. Change-Id: Ied80ff9bf1f41e7f6628aeae1b1d9a0a4fc2eb07

Modified Files

Name
M plugins/multi_project_backlog/include/Aggregator/Milestone/MilestoneCreatorChecker.php +3 −1 Go to diff View file
M plugins/multi_project_backlog/include/Aggregator/Milestone/MilestoneTrackerCollection.php +10 −0 Go to diff View file
M plugins/multi_project_backlog/tests/unit/Aggregator/Milestone/MilestoneCreatorCheckerTest.php +26 −1 Go to diff View file
A plugins/multi_project_backlog/tests/unit/Aggregator/Milestone/MilestoneTrackerCollectionTest.php +91 −0 Go to diff View file