Uploaded image for project: 'Magnolia'
  1. Magnolia
  2. MAGNOLIA-5227

Optional area not added on author instance renders on public instance

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • 4.5.11
    • 4.5.7, 4.5.10
    • templating
    • Author & Public both on same tomcat
    • Yes

      We are having one area that is configured as
      optional = true
      floating = true
      type = list

      the area has following structure in templateScript with jsp renderer.

      <div class='outer'>
      <div class-'inner'>
      <c:forEach items="${components}" var="component">
      <cms:component content="${component}" />
      </c:forEach>
      </div>
      </div>

      we have NOT added that area using '+' button in edit mode, but still it generates following structure in public mode when activated.

      <div class='outer'>
      <div class-'inner'>
      </div>
      </div>

        Acceptance criteria

              rkovarik Roman Kovařík
              anand.shah Kaushal Parikh
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved:

                  Bug DoR
                  Task DoD