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

HUE-7572 [editor] Show the complete statement in the document context popover

Johan Ahlen 8 éve
szülő
commit
e4505590a2

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

@@ -392,7 +392,7 @@ from metadata.conf import has_navigator
         <div class="context-popover-header" style="margin: 10px 0 5px 0">${_('Contents')}</div>
         <!-- ko with: documentContents -->
         <!-- ko foreach: snippets -->
-        <div data-bind="highlight: { value: statement, formatted: true, dialect: type }"></div>
+        <div data-bind="highlight: { value: statement_raw, formatted: true, dialect: type }"></div>
         <!-- /ko -->
         <!-- /ko -->
         <!-- /ko -->