stable

Clone or download

Read-only

Display panes by service project rank

Part of story #10064 - Display permissions per group How to test: - Activate all available services in your project, then go to project-admin > Permission > Per group --> Panes are ordered following their rank in the project (in the same order than the sidebar) Change-Id: Iae9438576192d9365ec8ddac16594fb9069f7905

Modified Files

Name
M plugins/agiledashboard/include/agiledashboardPlugin.class.php +9 −3 Go to diff View file
M plugins/docman/include/docmanPlugin.class.php +6 −1 Go to diff View file
M plugins/git/include/Git/PerGroup/GitPaneSectionCollector.php +7 −1 Go to diff View file
M plugins/mediawiki/include/mediawikiPlugin.class.php +6 −1 Go to diff View file
M plugins/svn/include/Svn/PerGroup/PaneCollector.php +7 −1 Go to diff View file
M plugins/tracker/include/trackerPlugin.class.php +6 −1 Go to diff View file
M src/common/project/Admin/Permission/PanesPermissionPerGroupBuilder.php +16 −5 Go to diff View file
M src/common/project/Admin/Permission/PermissionPerGroupPaneCollector.php +2 −2 Go to diff View file
M src/www/project/admin/permission_per_group.php +1 −1 Go to diff View file