]> source.dussan.org Git - sonarqube.git/commit
SONAR-4498 Use modal windows in the "Roles" page to select groups/users
authorJulien Lancelot <julien.lancelot@gmail.com>
Mon, 15 Jul 2013 06:33:56 +0000 (08:33 +0200)
committerJulien Lancelot <julien.lancelot@gmail.com>
Mon, 15 Jul 2013 17:36:29 +0000 (19:36 +0200)
commit31e7fdbe45238ada90eb3838db24142f1638a9e3
treeb9106fed231315969e4d25e0296c9f9d914d2cbc
parent9cc894276da768ed5273635dbaa268ad8e112aa2
SONAR-4498 Use modal windows in the "Roles" page to select groups/users
12 files changed:
plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties
sonar-server/src/main/webapp/WEB-INF/app/controllers/roles_controller.rb
sonar-server/src/main/webapp/WEB-INF/app/views/permission_templates/_edit_groups.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/permission_templates/_edit_users.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/roles/_edit_groups.html.erb [new file with mode: 0644]
sonar-server/src/main/webapp/WEB-INF/app/views/roles/_edit_users.html.erb [new file with mode: 0644]
sonar-server/src/main/webapp/WEB-INF/app/views/roles/edit_default_project_groups.html.erb [deleted file]
sonar-server/src/main/webapp/WEB-INF/app/views/roles/edit_default_project_users.html.erb [deleted file]
sonar-server/src/main/webapp/WEB-INF/app/views/roles/edit_groups.html.erb [deleted file]
sonar-server/src/main/webapp/WEB-INF/app/views/roles/edit_users.html.erb [deleted file]
sonar-server/src/main/webapp/WEB-INF/app/views/roles/global.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/roles/projects.html.erb