Announcement

Collapse
No announcement yet.

Quirk / Bug. EntireSectionList behaved differently from previous versions

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Quirk / Bug. EntireSectionList behaved differently from previous versions

    This lump of code in V10:
    Code:
    <actinic:block type="EntireSectionList" >
    <actinic:variable name="Sectionlevel" /> <actinic:variable name="SectionName" /><br />
    </actinic:block>
    Displays:
    Code:
    1 Cameras
    1 Photo Frames
    1 TV & Home Cinema
    1 Multimedia PC
    1 Recordable Media
    2 Recordable CDs
    2 Recordable DVDs
    1 Best Sellers
    1 New Products
    But in V11 displays:
    Code:
    0
    1 Cameras
    1 Photo Frames
    1 TV & Home Cinema
    1 Multimedia PC
    1 Recordable Media
    2 Recordable CDs
    2 Recordable DVDs
    1 Best Sellers
    1 New Products
    Which is one more line than before. That initial 0 <null> presumably coming from the content home page.
    Norman - www.drillpine.biz
    Edinburgh, U K / Bitez, Turkey

    #2
    Morning Norman

    Thank you for pointing this out. I have let the team know.

    Regards
    Krithika Chandrasekar
    SellerDeck

    sigpic

    E-commerce software by SellerDeck

    Comment

    Working...
    X