From: Jean-Baptiste Vilain Date: Tue, 23 Jul 2013 15:51:19 +0000 (+0200) Subject: SONAR-4453 Set the limit to 500 projects max X-Git-Tag: 3.7~21 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=4710734b9e7f414c9eb4229ace01469733278ac2;p=sonarqube.git SONAR-4453 Set the limit to 500 projects max --- diff --git a/sonar-server/src/main/webapp/WEB-INF/app/controllers/roles_controller.rb b/sonar-server/src/main/webapp/WEB-INF/app/controllers/roles_controller.rb index 8c935f270ee..d49b116980f 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/controllers/roles_controller.rb +++ b/sonar-server/src/main/webapp/WEB-INF/app/controllers/roles_controller.rb @@ -21,7 +21,7 @@ class RolesController < ApplicationController helper RolesHelper SECTION=Navigation::SECTION_CONFIGURATION - BULK_LIMIT=1 + BULK_LIMIT=500 before_filter :admin_required verify :method => :post, :only => [:set_users, :set_groups], :redirect_to => {:action => 'global'}