stable

Clone or download

Read-only

Check permissions of description fields

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 the "Can submit" or "Update" permission for the description field - When you browse the aggregator project's top backlog planning, you should NOT see the "Create milestone" button. - If you set back the permissions, the button should appear. Change-Id: I6a5a627065e0e93ec0c1bb1b8985799d50059b75

Modified Files

Name
A plugins/multi_project_backlog/include/Aggregator/Milestone/NoDescriptionFieldException.php +33 −0 Go to diff View file
M plugins/multi_project_backlog/include/Aggregator/Milestone/SynchronizedFieldCollectionBuilder.php +47 −12 Go to diff View file
M plugins/multi_project_backlog/include/multi_project_backlogPlugin.php +2 −1 Go to diff View file
M plugins/multi_project_backlog/tests/unit/Aggregator/Milestone/SynchronizedFieldCollectionBuilderTest.php +39 −1 Go to diff View file