I am experiencing a problem with pagelist 3.8: If I put multiple items of CType "pagelist_selected" on a page, with different selected pages, the items on the page will always show up with the pagelist selection of the first item.
I debugged the data going into Pagelist.html and it shows data.pages as a string with the correct values (comma separated list of pages), different for each item. But pagelist is always an array of the same entries.
I just recently updated pagelist from an old version and I am myself quite new to Typo3 so there is chance I misconfigured something.
Can anyone help me debug this?
Thanks
I am experiencing a problem with pagelist 3.8: If I put multiple items of CType "pagelist_selected" on a page, with different selected pages, the items on the page will always show up with the pagelist selection of the first item. I debugged the data going into
Pagelist.html
and it showsdata.pages
as a string with the correct values (comma separated list of pages), different for each item. Butpagelist
is always an array of the same entries. I just recently updated pagelist from an old version and I am myself quite new to Typo3 so there is chance I misconfigured something. Can anyone help me debug this? Thanks