stable

Clone or download

Read-only

feat: Implement Reader role

Baseline administrators can now define who can read the baselines and comparisons. Please note that there are still buttons to create/delete for readers. Those buttons will be removed in a dedicated changeset. Part of story #26359: define dedicated baseline administrators & readers Change-Id: Ib4f60d37a586f76cbf9a36a280b02ef975959f8e

Modified Files

Name
M plugins/baseline/include/Adapter/Administration/AdminPermissionsPresenter.php +5 −0 Go to diff View file
M plugins/baseline/include/Adapter/Administration/AdminPermissionsPresenterBuilder.php +59 −8 Go to diff View file
M plugins/baseline/include/ServiceSavePermissionsController.php +45 −9 Go to diff View file
M plugins/baseline/site-content/fr_FR/LC_MESSAGES/tuleap-baseline.po +8 −0 Go to diff View file
M plugins/baseline/templates/baselines-admin.mustache +31 −0 Go to diff View file
M plugins/baseline/tests/unit/Adapter/Administration/AdminPermissionsPresenterBuilderTest.php +23 −4 Go to diff View file
M plugins/baseline/tests/unit/ServiceAdministrationControllerTest.php +2 −1 Go to diff View file
M plugins/baseline/tests/unit/ServiceSavePermissionsControllerTest.php +6 −1 Go to diff View file