Uploaded image for project: 'CMS'
  1. CMS
  2. CMS-10346

Support of joins on content types' views

XMLWordPrintable

    • Icon: Improvement Improvement
    • Resolution: Fixed
    • Icon: Major Major
    • 4.4.0
    • None
    • None
    • None
    • 4.4 M2

      We want to add in a content types view, somes attributes on a linked content:

      <view name="main">
          <attribute-ref name="title"/>
          <attribute-ref name="content">
              <attribute-ref name="a" />
              <attribute-ref name="b" />
          </attribute-ref>
      </view>
      

      We also want to be able to add the items of a view:

      <cms:attribute-ref name="linked-content">
          <cms:view name="abstract" />
      </cms:attribute-ref>  

      And all items of a content's model:

      <cms:attribute-ref name="linked-content">
          <cms:attribute-ref name="*" />
      </cms:attribute-ref>

      Groups (composites and repeaters can have this syntax too:

      <cms:attribute-ref name="illustration">
          <cms:attribute-ref name="*" />
      </cms:attribute-ref>

      This feature is only available on views configured with the new view syntax (cf CMS-10375)

            cbayle Caroline Bayle
            laurence Laurence Aumeunier
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: