Feature #96366
openStop on additional bad doktypes for ContentObject slide
0%
Description
Behaviour of 'slide = -1' has changed in v9 when doktype filtering
has changed in the frontend to allow doktypes greater then 200 in
the frontend. Since then, sliding do not stop on sysfolders anymore,
which was also a usecase for someone and this was entitled as bugfix.
For other usecases this bugfix is a regression, as it do not work as
before but instances rely on this.
To get all use-cases togheter, a new configuration options is suggested,
so additional doktypes on which sliding should stop can be configured,
so these who needs the stopping can simply add this small option to
the corresponding typoscript, having the sliding over for the others
still in place.
It is suggested to add a new option 'slide.stopOnDokTypes' as a comma
sperarated doktype int list.
temp.traversefooter = COA
temp.traversefooter {
stdWrap.ifEmpty.cObject = CONTENT
stdWrap.ifEmpty.cObject {
table = tt_content
select {
pidInList = this
orderBy = sorting
where = colPos = 1
}
# that's the magic for traversing
slide = -1
# stop on sysfolders like in v7 (this is the suggested option)
slide.stopOnDokTypes = 254
}
}
Updated by Stefan Bürk almost 3 years ago
- Related to Bug #18079: slide of cObj CONTENT stops if sysfolder in rootline added
Updated by Stefan Bürk almost 3 years ago
- Related to Feature #20933: Enable working with SysFolders in CONTENT added
Updated by Gerrit Code Review almost 3 years ago
- Status changed from New to Under Review
Patch set 3 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/72663
Updated by Gerrit Code Review almost 3 years ago
Patch set 1 for branch 10.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/72682
Updated by Gerrit Code Review almost 3 years ago
Patch set 2 for branch 10.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/72682
Updated by Benni Mack about 2 years ago
- Target version changed from 12.0 to 12.1
Updated by Benni Mack almost 2 years ago
- Target version changed from 12.1 to 12.2
Updated by Benni Mack almost 2 years ago
- Target version changed from 12.2 to 12.3
Updated by Benni Mack over 1 year ago
- Target version changed from 12.3 to 12 LTS
Updated by Benni Mack over 1 year ago
- Target version changed from 12 LTS to Candidate for Major Version
Updated by Benni Mack 5 months ago
- Status changed from Under Review to Accepted