소스 검색

HUE-6493 [editor] After saving query result to file, query editor page still shows the save dialog

Enrico Berti 9 년 전
부모
커밋
868ab2d
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      desktop/core/src/desktop/templates/common_notebook_ko_components.mako

+ 1 - 0
desktop/core/src/desktop/templates/common_notebook_ko_components.mako

@@ -366,6 +366,7 @@ except ImportError, e:
               if (IS_HUE_4) {
                 $(".modal-backdrop").remove();
                 if (self.saveTarget() == 'hdfs-file' || (self.saveTarget() == 'search-index' && typeof resp.rowcount !== 'undefined')) {
+                  $("#saveResultsModal").hide();
                   huePubSub.publish('open.link', resp.watch_url);
                 } else {
                   if (resp.history_uuid) {