Project

General

Profile

Actions

Bug #78152

closed

content slide doesnt respect mountpoints

Added by Rainer Becker over 7 years ago. Updated over 4 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
TypoScript
Target version:
-
Start date:
2016-10-06
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
7
PHP Version:
7.0
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

Given page structure:

A
  A1
  A2
B
  B1 (MountPoint A1)

Content selected with slide=-1 will iterate over the original rootline of mounted page. In the example content slide of B1 will search [A1,A] instead of [A1,B].

Workaround: Fill pidInList with rootline uids:

select.pidInList.cObject = HMENU
select.pidInList.cObject {
    special = rootline
    1 = TMENU
    1.NO = 1
    1.NO.allWrap.dataWrap = {field:uid},
    1.NO.doNotShowLink = 1
}

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #80970: [HMENU][Introduction package] Parallel mount points don't workClosed2017-04-23

Actions
Actions

Also available in: Atom PDF