Project

General

Profile

Actions

Bug #77492

closed

TcaFlexPrepare::removeElementTceFormsRecursive does not remove TCEforms part if there is another entry in the element (like in templavoila)

Added by Alexander Opitz over 7 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Category:
FormEngine aka TCEforms
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 #1

Updated by Alexander Opitz over 7 years ago

  • Status changed from New to In Progress
Actions #2

Updated by Gerrit Code Review over 7 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

Actions #3

Updated by Gerrit Code Review over 7 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

Actions #4

Updated by Gerrit Code Review over 7 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

Actions #5

Updated by Gerrit Code Review about 6 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

Actions #6

Updated by Christian Kuhn over 5 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.

Actions

Also available in: Atom PDF