From b0e97b9ed60b4ad6a00c55fdb6f621bc197845f4 Mon Sep 17 00:00:00 2001 From: simonbrandhof Date: Wed, 27 Apr 2011 11:45:01 +0200 Subject: [PATCH] SONAR-2179 the 'bulk change' option of quality profiles fail when there are too many selected rules --- .../WEB-INF/app/views/rules_configuration/index.html.erb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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(',') %> -
    + + +