소스 검색

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

Johan Ahlen 8 년 전
부모
커밋
e4505590a2
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

@@ -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 -->