Project

General

Profile

Actions

Bug #70146

closed

Story #69617: FormEngine bugs

Input placeholder record traversal is broken

Added by Sebastian Michaelsen over 8 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Must have
Category:
FormEngine aka TCEforms
Target version:
Start date:
2015-09-28
Due date:
% Done:

100%

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

Description

I have a TCA field like this:

        'seats' => [
            'label' => $lll . '.seats',
            'config' => [
                'type' => 'input',
                'size' => 4,
                'placeholder' => '__row|tour|default_seats'
            ],
        ],

Which is broken since the FormEngine refactoring (b524fc86). It works on the commit before, but after the refactoring I get this:


http://shots.michaelsen.io/KJVg


Files

tripshop.tar.bz (8.3 KB) tripshop.tar.bz Morton Jonuschat, 2015-10-31 16:30

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #70297: Placeholder config with default value of related record field failsClosedMorton Jonuschat2015-10-02

Actions
Actions

Also available in: Atom PDF