Bug #19844
closedWizard for new content elements doesn't respect TCAdefaults
0%
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
Updated by Ralf Hettinger almost 16 years ago
related to #19382, where the wizard's defVals can be configured by Page TSconfig.
Updated by Steffen Kamper almost 16 years ago
9439 is in now, so you can redefine the defaults however you want.
Updated by Ralf Hettinger almost 16 years ago
Then this one imo can be closed, since I'd consider it obsolete.