Bug #25076
closedwhen saving a tt_content element layout in "Appearance"-Tab not saved, yet saved in "Extended"-Tab
0%
Description
When you select a Layout in the Appearance Tab of a Content Element - the selected value is not saved. Yet, when you select it in the "Extended" Tab - it will be saved to the database.
Why does it appaer twice in a tt_content element?
(issue imported from #M17640)
Updated by Peter Beernink almost 14 years ago
Do you have any extensions loaded, which might do something with the layout selector?
I've just checked in a clean 4.5.0 installation and I only have the "Appearance" tab.
The fact that you mention an "Extended" tab would suggest some extension places it in a different tab.
On what kind of content element did you have this extra tab?
Updated by Andreas Kreicy over 13 years ago
i guess BUG 16096 is the problem / which is said to be solved, thus its still appearing in my installation after adding subheader with:
t3lib_extMgm::addToAllTCAtypes("tt_content", 'subheader;;8', '', 'after:header');
any idea?
Updated by Andreas Kreicy over 13 years ago
i changed
t3lib_extMgm::addToAllTCAtypes("tt_content", 'subheader;;8', '', 'after:header');
to
t3lib_extMgm::addToAllTCAtypes("tt_content", 'subheader', 'textpic', 'after:header');
now the Subheader is where it is supposed to be - working for just etxtpic which is fine.
The extended Tab came from extension cc_browse. thanx for the hint
Updated by Andreas Kreicy over 13 years ago
pls set to solved/dumped - bug initiated by user :-)
Updated by Alexander Opitz over 10 years ago
- Status changed from New to Closed
- Target version deleted (
0) - Is Regression set to No