Actions
Bug #75233
closedTCAdefaults imagecols doesn't work always
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
-
Target version:
-
Start date:
2016-03-22
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
7
PHP Version:
5.6
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
If you create new CE -> type "textmedia" (TYPO3 7.6) it works fine.
But creat new CE -> type "header" (for example), save and now switch to type "textmedia". The "Number of Columns" is 2 and not 1.
My TS:
mod { wizards.newContentElement.wizardItems.common.elements { textmedia.tt_content_defValues.imagecols = 1 } } And: TCAdefaults.tt_content.imagecols = 1
Updated by Mathias Schreiber over 8 years ago
- Status changed from New to Resolved
This is due to the fact that TCAefault are applied when creating the element (if the fields are present), not when changing the type to an element.
Actions