Actions
Bug #70146
closedStory #69617: FormEngine bugs
Input placeholder record traversal is broken
Status:
Closed
Priority:
Must have
Assignee:
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:
Files
Actions