]> source.dussan.org Git - sonarqube.git/commitdiff
explicitly set selected=all when search from select list
authorStas Vilchik <vilchiks@gmail.com>
Wed, 3 Jun 2015 14:25:37 +0000 (16:25 +0200)
committerStas Vilchik <vilchiks@gmail.com>
Wed, 3 Jun 2015 14:25:44 +0000 (16:25 +0200)
server/sonar-web/src/main/js/components/common/select-list.js

index 5716ed2fa10cf748c3ef1f0dc5db361fc2dfd231..ff6bf762248935dc1ad3537fc4e3faf9d3a4ecd7 100644 (file)
@@ -340,6 +340,7 @@ define(function () {
         this.currentFilter = 'all';
 
         data[this.settings.queryParam] = query;
+        data.selected = 'all';
         this.collection.fetch({
           url: this.settings.searchUrl,
           reset: true,