Forráskód Böngészése

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

Johan Ahlen 7 éve
szülő
commit
38c59fd6c5

+ 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');
       };