浏览代码

HUE-6531 [metastore] Fix context popover in the megastore

Johan Ahlen 8 年之前
父节点
当前提交
f5c8271
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      apps/metastore/src/metastore/static/metastore/js/metastore.model.js

+ 1 - 1
apps/metastore/src/metastore/static/metastore/js/metastore.model.js

@@ -652,7 +652,7 @@ var MetastoreTable = (function () {
         identifierChain: [{ name: entry.name }]
       },
       orientation: orientation || 'right',
-      sourceType: self.sourceType,
+      sourceType: entry.sourceType,
       defaultDatabase: entry.database.name,
       source: {
         element: event.target,