소스 검색

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

(cherry picked from commit 1961887c571f19488664cba61c89f967c53f5716)
Johan Ahlen 8 년 전
부모
커밋
1e84fd2108
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();
           }
         });
       }