Bug #70821
closedStory #69617: FormEngine bugs
FormEngine: Placeholder from LLL files not respected in TCA
100%
Description
With #70370 the placeholders are processed by a DataProvider. The processing of configurations like this
'config' => array( 'placeholder' => 'LLL:EXT:filemetadata/Resources/Private/Language/locallang_tca.xlf:placeholder.keywords' ),
are not respected.
Same goes for embedded FlexForms that use a LLL placeholder.
We have both cases in the core. The above example is taken from the keywords field of sys_file_metadata. Both combined can be foun in the TCA for sys_file_storage.
To verify the patch, just create anew File Storage and switch to the second tab. Field "Base path" is a FlexForm field with LLL placeholder and field "Folder for manipulated and temporary images etc" is just a normal TCA input field.
Updated by Gerrit Code Review about 9 years ago
- Status changed from New 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 http://review.typo3.org/44143
Updated by Gerrit Code Review about 9 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/44143
Updated by Gerrit Code Review about 9 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/44143
Updated by Morton Jonuschat about 9 years ago
- Parent task changed from #69712 to #69717
Updated by Morton Jonuschat about 9 years ago
- Parent task changed from #69717 to #69617
Updated by Gerrit Code Review about 9 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/44143
Updated by Daniel Goerz about 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset c087a65780af39291e59012a5b64cea65f3e08a3.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed