Project

General

Profile

Actions

Bug #79076

open

TCA option prepend_tname not working in flexforms

Added by Kevin Ditscheid over 7 years ago. Updated over 4 years ago.

Status:
Accepted
Priority:
Should have
Assignee:
-
Category:
FormEngine aka TCEforms
Target version:
-
Start date:
2016-12-22
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
7
PHP Version:
7.0
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

In flexforms, the option prepend_tname of the group type isn't working.
To reproduce, simply create a flexform XML with the following field:

<settings.productDetailPage>
    <displayCond>FIELD:switchableControllerActions:=:Product->list</displayCond>
    <label>LLL:EXT:ep_products/Resources/Private/Language/locallang_flexform.xlf:plugin.api.settings.productDetailPage</label>
    <config>
        <type>group</type>
        <internal_type>db</internal_type>
        <allowed>pages</allowed>
        <prepend_tname>FALSE</prepend_tname>
        <size>1</size>
        <minitems>0</minitems>
        <maxitems>1</maxitems>
        <wizards>
            <suggest>
                <type>suggest</type>
            </suggest>
        </wizards>
    </config>
</settings.productDetailPage>

Actions

Also available in: Atom PDF