]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-5820 select the rule severity when activate from the list
authorStas Vilchik <vilchiks@gmail.com>
Thu, 22 Jan 2015 16:11:30 +0000 (17:11 +0100)
committerStas Vilchik <vilchiks@gmail.com>
Thu, 22 Jan 2015 16:11:30 +0000 (17:11 +0100)
server/sonar-web/src/main/hbs/coding-rules/rule/coding-rules-profile-activation.hbs
server/sonar-web/src/main/js/coding-rules/controller.js

index 9e98a6866c2185b877c2cf6034590e6e8475adf0..8259c9e903b35acdfb790a8db82d6904374e38f8 100644 (file)
@@ -21,6 +21,7 @@ define([
         fields.push('actives');
         fields.push('params');
         fields.push('isTemplate');
+        fields.push('severity');
       }
       return {
         p: this.app.state.get('page'),