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 #1

Updated by Kevin Ditscheid over 7 years ago

Kevin Ditscheid wrote:

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

Meh... missed to say I'm on TYPO3 7.6.14

Actions #2

Updated by Christian Eßl almost 5 years ago

  • Category set to FormEngine aka TCEforms
Actions #3

Updated by Georg Ringer over 4 years ago

  • Status changed from New to Accepted
  • Priority changed from Must have to Should have

still in 10.4 master

Actions

Also available in: Atom PDF