소스 검색

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);
       }