소스 검색

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();
           }
         });
       }