]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-4453 Set the limit to 500 projects max
authorJean-Baptiste Vilain <jean-baptiste.vilain@sonarsource.com>
Tue, 23 Jul 2013 15:51:19 +0000 (17:51 +0200)
committerJean-Baptiste Vilain <jean-baptiste.vilain@sonarsource.com>
Tue, 23 Jul 2013 15:51:19 +0000 (17:51 +0200)
sonar-server/src/main/webapp/WEB-INF/app/controllers/roles_controller.rb

index 8c935f270ee0dd0dbba12634eff05ab757a553f3..d49b116980f57103a31e13b5f47b26936df73d51 100644 (file)
@@ -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'}