Actions
Bug #77492
closedTcaFlexPrepare::removeElementTceFormsRecursive does not remove TCEforms part if there is another entry in the element (like in templavoila)
Status:
Closed
Priority:
Should have
Assignee:
Category:
FormEngine aka TCEforms
Target version:
Start date:
2016-08-12
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
Given following flex config part:
[ROOT] => Array ( [tx_templavoila] => Array ( [title] => TPL_000_Home [description] => ) [type] => array [el] => Array ( [field_slider_image] => Array ( [tx_templavoila] => Array ( [title] => Image [sample_data] => Array ( [0] => ) [eType] => custom [TypoScript] => 10 = IMAGE 10.file.import = uploads/tx_templavoila/ 10.file.import.current = 1 10.file.import.listNum = 0 10.params = class="slider__slide-image" [eType_EXTRA] => Array ( ) [proc] => Array ( [int] => 0 [HSC] => 0 [stdWrap] => ) [preview] => ) [TCEforms] => Array ( [label] => LLL:fileadmin/templates/language_definitions/fce_template_strings.xml:field_image [config] => Array ( [type] => group [internal_type] => db [allowed] => sys_file [appearance] => Array ( [elementBrowserAllowed] => gif,jpg,jpeg,tif,tiff,bmp,pcx,tga,png,pdf,ai [elementBrowserType] => file ) [max_size] => 40000 [show_thumbs] => 1 [size] => 1 [maxitems] => 1 [minitems] => 0 ) ) ) ...
There is a tx_templavoila on the same level as TCEforms inside "el".
Actions