From: simonbrandhof Date: Wed, 27 Apr 2011 09:45:01 +0000 (+0200) Subject: SONAR-2179 the 'bulk change' option of quality profiles fail when there are too many... X-Git-Tag: 2.8~115 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=b0e97b9ed60b4ad6a00c55fdb6f621bc197845f4;p=sonarqube.git SONAR-2179 the 'bulk change' option of quality profiles fail when there are too many selected rules --- diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/rules_configuration/index.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/rules_configuration/index.html.erb index 4f8e7d42099..ecc293ac9a6 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/rules_configuration/index.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/rules_configuration/index.html.erb @@ -83,8 +83,9 @@ <% if enable_modification %>
  • Bulk Change: - <% rule_ids_string=@rules.map{|r| r.id}.join(',') %> -
    + + +