From: Stas Vilchik Date: Thu, 8 Jan 2015 14:27:02 +0000 (+0100) Subject: SONAR-5820 Ability to bulk "Activate In" or "Deactivate In" all rules matching some... X-Git-Tag: latest-silver-master-#65~288 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=e35fc760530d48b13185b5985ae81f1d52dab1e0;p=sonarqube.git SONAR-5820 Ability to bulk "Activate In" or "Deactivate In" all rules matching some search criteria Refresh list after bulk change --- diff --git a/server/sonar-web/src/main/js/coding-rules/bulk-change-modal-view.js b/server/sonar-web/src/main/js/coding-rules/bulk-change-modal-view.js index 571b97b76d6..3067968349b 100644 --- a/server/sonar-web/src/main/js/coding-rules/bulk-change-modal-view.js +++ b/server/sonar-web/src/main/js/coding-rules/bulk-change-modal-view.js @@ -62,6 +62,7 @@ define([ }); }); looper.done(function () { + that.options.app.controller.fetchList(); that.$(that.ui.codingRulesSubmitBulkChange.selector).hide(); window.process.finishBackgroundProcess(p); }).fail(function () {