]> source.dussan.org Git - sonarqube.git/commitdiff
hide quality profile select after bulk change on rules page
authorStas Vilchik <vilchiks@gmail.com>
Fri, 6 Mar 2015 08:55:21 +0000 (09:55 +0100)
committerStas Vilchik <vilchiks@gmail.com>
Mon, 9 Mar 2015 10:08:22 +0000 (11:08 +0100)
server/sonar-web/src/main/js/coding-rules/bulk-change-modal-view.js

index fb6051e7a4f7db26f75cf715c9087f16e338a504..e6fd7fd33c665d4d4a5f8f25a61f861e1bab1fcc 100644 (file)
@@ -82,6 +82,7 @@ define([
       looper.done(function () {
         that.options.app.controller.fetchList();
         that.$(that.ui.codingRulesSubmitBulkChange.selector).hide();
+        that.$('.modal-field').hide();
         that.$('.js-modal-close').focus();
       });
     },