Bug #32384
closedmissing dection_frame / fieldTSConfig in inline tt_content
0%
Description
I have extended tt_content to act as a container for a tabbed browsing element containing references to a table of my own. These act as containers representing each tab, itself containing references to tt_content as the final content.
I have, however, noticed that tt_content elements used as inline records are missing all the extended section_frames and header_layouts etc. I provided via TSconfig.
I have attached some images to illustrate the matter.
I have tested this in TYPO3 4.5.7, 4.6 and 4.6.1 with the same result.
Files
Updated by Alexander Jahn almost 13 years ago
Just great. 10 minutes after filing the issue I found the cause:
The inline tt_content records are not on the same page as the root tt_content but in a sysfolder. This sysfolder did not have my TSconfig included, therefore did not know my section frames etc.
So the bug was in my brain rather than TYPO3.
By the way, how can I delete this issue?
Updated by Mathias Schreiber almost 10 years ago
- Status changed from New to Closed
- Is Regression set to No
closed due to user request