浏览代码

HUE-8636 [assist] Fix the show in assist link in the language reference context popover

Johan Ahlen 7 年之前
父节点
当前提交
38c59fd6c5
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      desktop/core/src/desktop/templates/ko_components/ko_context_popover.mako

+ 1 - 1
desktop/core/src/desktop/templates/ko_components/ko_context_popover.mako

@@ -915,7 +915,7 @@ from metadata.conf import has_navigator
 
       LangRefContext.prototype.openInRightAssist = function () {
         var self = this;
-        huePubSub.publish('assist.lang.ref.show.topic', self.topicId);
+        huePubSub.publish('assist.lang.ref.show.topic', { ref: self.topicId });
         huePubSub.publish('context.popover.hide');
       };