Эх сурвалжийг харах

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

Enrico Berti 8 жил өмнө
parent
commit
868ab2d

+ 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) {