Feature #19497
closedIntegrate possibility to extend TCEforms palettes easily
0%
Description
The t3lib_extMgm API provides methods to add new fields to a table. However, there is no easy possibility to add fields to palettes.
The attached patch provides two new functions:
t3lib_extMgm::addNewFieldsToAllPalettesOfField($table, $field, $addFields, $insertionPosition = '');
t3lib_extMgm::addNewFieldsToPalette($table, $palette, $addFields, $insertionPosition = '');
(issue imported from #M9625)
Files
Updated by Stanislas Rolland about 16 years ago
I get
Warning: preg_replace() [function.preg-replace]: No ending delimiter ',' found in ....t3lib/class.t3lib_extmgm.php on line 431
The error is raised in function removeDuplicatesForInsertion introduced by this patch.
Updated by Oliver Hader about 16 years ago
Hi Stan,
could you please test whether 0009625_followup.patch solves the problem on your side? Thanks!
Updated by Oliver Hader about 16 years ago
Committed the follow-up patch to Trunk (rev. 4428)