Browse Source

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

Johan Ahlen 8 years ago
parent
commit
f5c8271

+ 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,