]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-5820 Ability to bulk "Activate In" or "Deactivate In" all rules matching some...
authorStas Vilchik <vilchiks@gmail.com>
Thu, 8 Jan 2015 14:27:02 +0000 (15:27 +0100)
committerStas Vilchik <vilchiks@gmail.com>
Thu, 8 Jan 2015 14:27:02 +0000 (15:27 +0100)
Refresh list after bulk change

server/sonar-web/src/main/js/coding-rules/bulk-change-modal-view.js

index 571b97b76d6ff5a02a8e0f83db13a6560e20dadc..3067968349b1f7d799eff5a8e094cefc7cffb0fb 100644 (file)
@@ -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 () {