Actions
Bug #19844
closedWizard for new content elements doesn't respect TCAdefaults
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2009-01-17
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.3
PHP Version:
4.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
When inserting new content elements via the new content element wizard, there are some fixed defValues set by this wizard for CType textpic, image and menu that should be not set with a fixed value any longer since there exists a better and more flexible possibility by using TCAdefaults.
At the moment, TCAdefaults can't have effect when creating new tt_content elements by using the wizard for
CType textpic: imageorient (always set to 17 by the wizard)
CType image: imagecols (always set to 2 by the wizard)
CType menu: menu_type (always set to 2 by the wizard)
Attached patch removes these defValues.
(issue imported from #M10173)
Files
Actions