stable
Clone or download
Read-only
this is part of story #10064 Display permissions per group If you serch project admin in filter you should always see FRS Admin permission displayed with project admin presmission associated. If more permissions are set, other permissions are displayed too. Change-Id: I36ab6d2a24bb2fb50e75076d2480f3a9c0f248e8
Modified Files
Name | ||||
---|---|---|---|---|
M | src/common/autoload.php | +4 | −2 | Go to diff View file |
A | src/common/frs/PerGroup/FrsGlobalAdminPermissionCollection.php | +52 | −0 | Go to diff View file |
M | src/common/frs/PerGroup/PermissionPerGroupFRSServicePresenterBuilder.php | +11 | −77 | Go to diff View file |
A | src/common/frs/PerGroup/PermissionPerTypeExtractor.php | +130 | −0 | Go to diff View file |
M | src/www/project/admin/permission_per_group.php | +5 | −2 | Go to diff View file |
A | tests/simpletest/common/frs/PermissionPerTypeExtractorTest.php | +209 | −0 | Go to diff View file |