stable

Clone or download

Read-only

fix: inefficient permissions management

In baseline permissions interface, you have at least two ugroups displayed: [Project members, Developers] Developers is already selected as baseline administrators. => If you want to switch Developers as readers only, then you have to do it in too many steps: deselect it from administrators, submit, select it from readers, submit :( This change removes any "smart" logic in permissions management so that it is easier to manage permissions. Closes request #29207: Inefficient permissions management Change-Id: Icf16bb63d7fd7ca046601ce7cdfdb2a705830f2c

Modified Files

Name
M plugins/baseline/include/Adapter/Administration/AdminPermissionsPresenterBuilder.php +5 −36 Go to diff View file
M plugins/baseline/include/ServiceSavePermissionsController.php +1 −8 Go to diff View file
M plugins/baseline/tests/unit/Adapter/Administration/AdminPermissionsPresenterBuilderTest.php +4 −3 Go to diff View file
M plugins/baseline/tests/unit/ServiceSavePermissionsControllerTest.php +6 −2 Go to diff View file