stable

Clone or download

Read-only

Add "Per group" entry in dropdown

this is part of story #10064 Display permissions per group Go in Admin > Permission > Per Group - UGroups (static and dynamic) are listed in search pane - An empty state is displayed Change-Id: Ie674bd5e7ac5c9bd7bf9929aebaef6c11a8cf902

Modified Files

Name
M site-content/fr_FR/LC_MESSAGES/tuleap-core.po +21 −0 Go to diff View file
M site-content/tuleap-core.pot +21 −0 Go to diff View file
M src/common/autoload.php +4 −2 Go to diff View file
M src/common/include/BurningParrotCompatiblePageDetector.php +2 −1 Go to diff View file
M src/common/project/Admin/Navigation/NavigationPermissionsDropdownPresenterBuilder.php +12 −1 Go to diff View file
A src/common/project/Admin/Permission/PermissionPerGroupPresenter.php +41 −0 Go to diff View file
A src/common/project/Admin/Permission/PermissionPerGroupUGroupBuilder.php +87 −0 Go to diff View file
A src/templates/project/admin/permission-per-group.mustache +32 −0 Go to diff View file
A src/www/project/admin/permission_per_group.php +50 −0 Go to diff View file
M src/www/themes/BurningParrot/css/includes/_project-admin.scss +2 −1 Go to diff View file
A src/www/themes/BurningParrot/css/includes/project-admin/_permissions.scss +46 −0 Go to diff View file