Explorar el Código

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

Enrico Berti hace 8 años
padre
commit
7d89b80
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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);
       }