Pārlūkot izejas kodu

HUE-3194 [metastore] After creating a table or database the user is not always taken back to the metastore

Johan Ahlen 9 gadi atpakaļ
vecāks
revīzija
d88f361
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      apps/beeswax/src/beeswax/templates/execute.mako

+ 1 - 1
apps/beeswax/src/beeswax/templates/execute.mako

@@ -2766,7 +2766,7 @@ viewModel.design.fileResources.values.subscribe(function() {
     else if (viewModel.design.results.errors().length == 0) {
       window.setTimeout(function(){
         window.location.href = successUrl + (successUrl.indexOf("?") > -1 ? "&" : "?") + "refresh=true";
-      }, 200);
+      }, 1000);
     }
   });
 % elif action == 'editor-results':