Actions
Bug #70236
closedStory #69617: FormEngine bugs
Backend Forms and localization : readonly fields are empty
Status:
Closed
Priority:
Should have
Assignee:
Category:
FormEngine aka TCEforms
Target version:
Start date:
2015-09-30
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
5.6
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Stabilization Sprint
Description
Fields with the TCA configuration 'l10n_display' => 'defaultAsReadonly' are not rendered correctly since 7.5. In localized content, the field is empty (not filled with the default language value).
The problem come from the object class "TYPO3\CMS\Backend\Form\Container\SingleFieldContainer" (line 105),
where $this->data['defaultLanguageRow'] doesn't exist. The default language value is never set.
May be, we can use $this->data['defaultLanguageRow'][$fieldName] to define the current value.
Thanks.
Updated by Christian Kuhn about 9 years ago
- Parent task set to #69617
- Sprint Focus set to Stabilization Sprint
Updated by Markus Klein about 9 years ago
- Sprint Focus changed from Stabilization Sprint to Remote Sprint
Updated by Mathias Schreiber about 9 years ago
- Assignee set to Mathias Schreiber
- Sprint Focus changed from Remote Sprint to Stabilization Sprint
Updated by Christian Kuhn about 9 years ago
- Category changed from Localization to FormEngine aka TCEforms
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 https://review.typo3.org/44439
Updated by Mathias Schreiber about 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 174523bcb7fe2a6349816502af37869251b3d3a0.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed
Actions