stable

Clone or download

Read-only

Add a pane for tracker

Part of story #10064 - Display permissions per group How to test: - All perms are displayed by default when no group is selected - Permissions are displayed for a given group if any, empty state otherwise. Change-Id: I3dce02dddca829a6ff7c2df3f30d67683ee92776

Modified Files

Name
A plugins/tracker/include/ProjectAdminPermissionPerGroupPresenterBuilder.php +218 −0 Go to diff View file
M plugins/tracker/include/autoload.php +3 −2 Go to diff View file
M plugins/tracker/include/trackerPlugin.class.php +36 −0 Go to diff View file
M plugins/tracker/site-content/fr_FR/LC_MESSAGES/tuleap-tracker.po +15 −0 Go to diff View file
M plugins/tracker/site-content/tuleap-tracker.pot +15 −0 Go to diff View file
A plugins/tracker/templates/project-admin/project-admin-permission-per-group.mustache +53 −0 Go to diff View file
A plugins/tracker/tests/ProjectAdminPermissionPerGroupPresenterBuilderTest.php +69 −0 Go to diff View file