-
-
Notifications
You must be signed in to change notification settings - Fork 215
Open
Labels
Description
Bug Report
Prerequisites
- checked in bs package for typo3 v12 and v13
Description
if you show content with the content from pid feature the section menu on the reference page is empty
Steps to Reproduce
- add a section menu to a page wiith contents
- add a mirror page and set content from pid to target page
- the section menu on the mirror page will be empty
Expected behavior
the mirror page should display sections
Fix
@@ -16,7 +16,8 @@
20 = TYPO3\CMS\Frontend\DataProcessing\DatabaseQueryProcessor
20 {
table = tt_content
- pidInList.field = uid
+ pidInList.field = content_from_pid
+ pidInList.ifEmpty.field = uid
as = content
where = sectionIndex = 1
orderBy = sorting
Reactions are currently unavailable