Bug #77492
closedTcaFlexPrepare::removeElementTceFormsRecursive does not remove TCEforms part if there is another entry in the element (like in templavoila)
0%
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".
Updated by Alexander Opitz over 8 years ago
- Status changed from New to In Progress
Updated by Gerrit Code Review over 8 years ago
- Status changed from In Progress to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/49469
Updated by Gerrit Code Review over 8 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/49469
Updated by Gerrit Code Review over 8 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/49469
Updated by Gerrit Code Review almost 7 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/49469
Updated by Christian Kuhn about 6 years ago
- Status changed from Under Review to Closed
closed for now: nothing happened in the patch for a long time. please resurrect if needed and work continues.