Merged idea

This idea has been merged into another idea. To comment or vote on this idea, please visit LINK-I-10 Links within data macro's in scaffolding template are not "stored" as links that works with the macro Incoming Links from the Linking App.

As a user, the incoming and outgoing links should work with Scaffolding content options Merged

At the moment, when a page is selected from the content-options, the outgoing-links macro does not pick up the selected page from content-options.  It can only read direct-link.  

In addition, if page1 is selected from a content options, and configure the incoming-links macro to search for page1, the incoming-links macro does not pick the selected content-option (page1).

This improvement request is to improve the outgoing-links and incoming-link macro to include selected pages from content-options

 

  • Immanuel Siagian
  • May 20 2019
  • Likely to implement
Hosting platform Server
  • Immanuel Siagian commented
    20 May, 2019 08:45pm

    The work-around for outgoing-links would be to create a report, using the reporting add-on:

    <ac:structured-macro ac:macro-id="af70f3b6-a58e-4f95-98c5-e5c377391b47" ac:name="report-list" ac:schema-version="1">
      <ac:rich-text-body>
        <ac:structured-macro ac:macro-id="b5826842-0ab1-4651-9ef2-f8f44ac43ef5" ac:name="content-reporter" ac:schema-version="1">
          <ac:parameter ac:name="spaces">
            <ri:space ri:space-key="SPACEB"/>
          </ac:parameter>
          <ac:rich-text-body>
            <p>
              <ac:structured-macro ac:macro-id="8ac356cd-d2b0-4d5d-899a-cca543a98a1f" ac:name="text-filter" ac:schema-version="1">
                <ac:parameter ac:name="contains">options3</ac:parameter>
                <ac:parameter ac:name="required">true</ac:parameter>
                <ac:parameter ac:name="">content:title</ac:parameter>
              </ac:structured-macro>
            </p>
          </ac:rich-text-body>
        </ac:structured-macro>
        <ac:structured-macro ac:macro-id="129de76b-28fc-4572-ab27-cec4bdf795c7" ac:name="report-body" ac:schema-version="1">
          <ac:rich-text-body>
            <p>Page <ac:structured-macro ac:macro-id="b462ab6a-aa7e-4ff7-972e-aac3ed19680f" ac:name="report-info" ac:schema-version="1">
                <ac:parameter ac:name="link">true</ac:parameter>
                <ac:parameter ac:name="">data:listdataspacea</ac:parameter>
              </ac:structured-macro> is used in <ac:structured-macro ac:macro-id="c9286c5a-d8d3-4c59-adaa-98d7991dd853" ac:name="report-info" ac:schema-version="1">
                <ac:parameter ac:name="link">true</ac:parameter>
                <ac:parameter ac:name="">content:title</ac:parameter>
              </ac:structured-macro>
            </p>
          </ac:rich-text-body>
        </ac:structured-macro>
      </ac:rich-text-body>
    </ac:structured-macro>
  • +20