Преглед изворни кода

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

Enrico Berti пре 8 година
родитељ
комит
7d89b80
1 измењених фајлова са 1 додато и 0 уклоњено
  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);
       }