瀏覽代碼

HUE-8330 [metastore] Fix issue where the table browser won't open a table from the URL if it's for the first namespace

Johan Ahlen 8 年之前
父節點
當前提交
1961887c57
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      apps/metastore/src/metastore/static/metastore/js/metastore.ko.js

+ 2 - 0
apps/metastore/src/metastore/static/metastore/js/metastore.ko.js

@@ -312,6 +312,8 @@ var MetastoreViewModel = (function () {
             } else {
               sourceAndNamespaceDeferred.resolve();
             }
+          } else {
+            sourceAndNamespaceDeferred.resolve();
           }
         });
       }