Browse Source

HUE-5304 [indexer] Reset index when moving back to the list of indexes

Enrico Berti 8 years ago
parent
commit
7d89b80
1 changed files with 1 additions and 0 deletions
  1. 1 0
      desktop/libs/indexer/src/indexer/templates/indexes.mako

+ 1 - 0
desktop/libs/indexer/src/indexer/templates/indexes.mako

@@ -580,6 +580,7 @@ ${ assist.assistPanel() }
 
       self.showIndexes = function () {
         self.section('list-indexes');
+        self.index(null);
         hueUtils.changeURL(self.baseURL);
       }