Can not add comments when use attachments macro inside noprint macro

XMLWordPrintable

    • Type: Bug
    • Resolution: Duplicate
    • Priority: Medium
    • None
    • Affects Version/s: 4.3.1
    • Component/s: None

      If I use this macro inside any page, it works's fine:

      <ac:macro ac:name="attachments"/>
      

      But if I put it inside noprint macro, that is not possible to add comments to page

      <ac:macro ac:name="noprint">
          <ac:parameter ac:name="atlassian-macro-output-type">INLINE</ac:parameter>
          <ac:rich-text-body>
            <h3>Files</h3>
            <ac:macro ac:name="attachments"/>
          </ac:rich-text-body>
        </ac:macro>
      

            Assignee:
            Unassigned
            Reporter:
            NikitaM
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: