浏览代码

HUE-7381 [assist] Enable show in assist from the right assistant

Johan Ahlen 8 年之前
父节点
当前提交
5f8afb6
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      desktop/core/src/desktop/static/desktop/js/assist/assistDbEntry.js

+ 1 - 1
desktop/core/src/desktop/static/desktop/js/assist/assistDbEntry.js

@@ -189,7 +189,7 @@ var AssistDbEntry = (function () {
         type: type,
         identifierChain: $.map(self.getHierarchy(), function (name) { return { name: name }})
       },
-      showInAssistEnabled: false,
+      showInAssistEnabled: self.navigationSettings.rightAssist,
       orientation: self.navigationSettings.rightAssist ? 'left' : 'right',
       sourceType: self.sourceType,
       defaultDatabase: self.databaseName,