[TYPO3-core] RFC: Bug/Feature #10173: Content element wizard doesn't respect TCAdefaults

Christian Kuhn lolli at schwarzbu.ch
Sat Jan 17 14:34:57 CET 2009


Hi,

Ralf Hettinger wrote:
> This is an SVN patch request.
> 
> Type: Bugfix / Feature
> 
> Bugtracker references:
> http://bugs.typo3.org/view.php?id=10173
> 
> Branches:
> trunk only, since change of behaviour
> 
> Problem:
> 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)
> 
> Solution:
> Remove default values set by this wizard

+1 on reading and testing.

Should the default bodytext for CType:mailform stay?


Test example for the imagecols change:
- Set TCAdefaults.tt_content.imagecols = 4 as PageTS.
- Go to Page (not TV!) -> Create element -> Images only
- "Columns" will be 2
- Apply patch and columns is 4.


Thanks
Christian


More information about the TYPO3-team-core mailing list