]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-6797 apply feedback
authorStas Vilchik <vilchiks@gmail.com>
Wed, 26 Aug 2015 12:44:06 +0000 (14:44 +0200)
committerStas Vilchik <vilchiks@gmail.com>
Wed, 26 Aug 2015 12:44:06 +0000 (14:44 +0200)
server/sonar-web/src/main/js/components/common/select-list.js

index e85f59cb35f500bb66c7971e161876f75d5c2cf2..3f9fcd8f0fc7948c3ebd34f270ae5d0bafce1c8f 100644 (file)
@@ -116,7 +116,10 @@ define([
           .done(function () {
             that.model.set('selected', !selected);
           })
-          .fail(showError)
+          .fail(function () {
+            that.render();
+            showError();
+          })
           .always(function () {
             that.$el.removeClass('progress');
           });