Project

General

Profile

Actions

Bug #70236

closed

Story #69617: FormEngine bugs

Backend Forms and localization : readonly fields are empty

Added by Romain Fougier over 8 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Should have
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.

Actions #1

Updated by Christian Kuhn over 8 years ago

  • Parent task set to #69617
  • Sprint Focus set to Stabilization Sprint
Actions #2

Updated by Markus Klein over 8 years ago

  • Sprint Focus changed from Stabilization Sprint to Remote Sprint
Actions #3

Updated by Mathias Schreiber over 8 years ago

  • Assignee set to Mathias Schreiber
  • Sprint Focus changed from Remote Sprint to Stabilization Sprint
Actions #4

Updated by Christian Kuhn over 8 years ago

  • Category changed from Localization to FormEngine aka TCEforms
Actions #5

Updated by Gerrit Code Review over 8 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

Actions #6

Updated by Mathias Schreiber over 8 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #7

Updated by Riccardo De Contardi over 6 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF