diff options
author | Fabrice Bellingard <fabrice.bellingard@sonarsource.com> | 2012-12-04 12:34:13 +0100 |
---|---|---|
committer | Fabrice Bellingard <fabrice.bellingard@sonarsource.com> | 2012-12-04 15:35:02 +0100 |
commit | 4d6d9b3f44be777355077b4990976277de3d02f2 (patch) | |
tree | abb4dbd6db0f0cdfbeed27c2bc4554f2a6a2f053 /sonar-server/src/main/webapp/WEB-INF/app/controllers/rules_configuration_controller.rb | |
parent | c3e7298e068f9c667dab35479d5b82bc3141da2c (diff) | |
download | sonarqube-4d6d9b3f44be777355077b4990976277de3d02f2.tar.gz sonarqube-4d6d9b3f44be777355077b4990976277de3d02f2.zip |
SONAR-3972 Add sidebar again on QP/Deps/Compare pages
Diffstat (limited to 'sonar-server/src/main/webapp/WEB-INF/app/controllers/rules_configuration_controller.rb')
-rw-r--r-- | sonar-server/src/main/webapp/WEB-INF/app/controllers/rules_configuration_controller.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/controllers/rules_configuration_controller.rb b/sonar-server/src/main/webapp/WEB-INF/app/controllers/rules_configuration_controller.rb index 3282b6192ce..7b1298d66ac 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/controllers/rules_configuration_controller.rb +++ b/sonar-server/src/main/webapp/WEB-INF/app/controllers/rules_configuration_controller.rb @@ -21,6 +21,8 @@ require 'cgi' class RulesConfigurationController < ApplicationController + SECTION=Navigation::SECTION_RESOURCE + STATUS_ACTIVE = "ACTIVE" STATUS_INACTIVE = "INACTIVE" ANY_SELECTION = [["Any", '']] |