Browse Source

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 7 years ago
parent
commit
1961887c57
1 changed files with 2 additions and 0 deletions
  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();
           }
         });
       }