Actions
Bug #19683
closedExtending palettes and fields to be displayed in back-end forms mixes up tabs
Start date:
2008-12-04
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
A misbehaviour in t3lib_extMgm results in missing tabs when TCA types or palettes definitions get extended. The reason is, that a duplicate check for field names does not work for "--div--" or "--palette--" which migh occur multiple times.
(issue imported from #M9897)
Files
Updated by Oliver Hader almost 16 years ago
The attached patch solves this issue.
Additionally there are some more changes concerning the naming. All occurrences of "field" or "fieldList" were changed to "items" oder "itemList".
Updated by Michael Stucki over 15 years ago
As discussed long time ago I have reverted this fix and replaced it with a new solution now. See rev. 5622, 5623, 5624).
Actions