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

Optional area not added on author instance renders on public instance

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • 5.1.1
    • 5.0.2
    • templating
    • Author & Public both on same tomcat
    • Yes
    • 5.1.1

      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:
              1 Start watching this issue

                Created:
                Updated:
                Resolved:

                  Bug DoR
                  Task DoD