Bug #73733
closedCONTENTs slide.collect = -1 is not working correctly
0%
Description
The slide.collect property is not working like expected. I set up a t3d file to demonstrate the false behaviour and attached it. Just import it in a blank master version of typo3.
When using CONTENTs slide.collect = -1 to retrive all contents of a specified colPos the ouput is false. It seems that the content of the root page occurs the times pages/levels are present.
The behaviour only occurs in the current 7.6 Version. <= 6.2 is not effected.
Example-Setup:
Pages:
- Page root
- * Page level 1
- * * Page level 2
Content:
Each page has a text-content inside colPos 3.
Exmaple typoscript:
html = PAGE html { 10 = HMENU 10 { special = list 1 = TMENU 1 { expAll = 1 NO = 1 NO.wrapItemAndSub = <div>|</div> } 2 < .1 3 < .1 } 20 = CONTENT 20 { table = tt_content slide = -1 slide.collect = -1 select.where = colPos = 3 renderObj = COA renderObj { 10 = TEXT 10 { field = header stdWrap { required = 1 wrap = <h3>|</h3> } } 20 = TEXT 20 { field = bodytext } } } }
The Output in 7.6 on page Level 2:
Item on level 2
Item on level 1
Item on root
Item on root
Item on root
The Output in 6.2 on page Level 2:
Item on level 2
Item on level 1
Item on root
Files
Updated by Chris topher over 8 years ago
- Project changed from 1111 to TYPO3 Core
- TYPO3 Version set to 7
- Is Regression set to No
Moving this bug report to the Core project.
Updated by Riccardo De Contardi over 8 years ago
- Target version changed from 7 to Candidate for patchlevel
Updated by Oliver Hader over 8 years ago
Could not reproduce the behavior with the provided T3D file in 8.2.0 (8.3.0-dev) nor in 7.6.10-dev...
Updated by Oliver Hader over 8 years ago
@Christian, can you please check, whether this behavior is still present with recent 7.6 or CMS 8 versions? Thanks in advance!
Updated by Oliver Hader over 8 years ago
- Status changed from New to Needs Feedback
Updated by Christian Stern over 8 years ago
Oliver Hader wrote:
@Christian, can you please check, whether this behavior is still present with recent 7.6 or CMS 8 versions? Thanks in advance!
I can not reproduce this behaviour anymore. Seems to be fixed since #69941 was resolved!
Updated by Riccardo De Contardi over 8 years ago
- Status changed from Needs Feedback to Closed
- Assignee deleted (
Jo Hasenau)
I close this as resolved; thank you for your feedback!
If you think that this is the wrong decision or experience the issue again, please open a new issue with a reference to this one. Thanks again!