Actions
Bug #81587
closedQuestionable behaviour of l10n_mode "exclude" in list module
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Localization
Target version:
-
Start date:
2017-06-15
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
8
PHP Version:
7.0
Tags:
l10n, translation
Complexity:
Is Regression:
Sprint Focus:
Description
I'm currently in the process of upgrading a TYPO3 7.6.16 instance to 8.7.1.
If I configure a field as
return [ 'ctrl' => [ [...] 'label' => 'subject', [...] 'subject' => [ 'exclude' => 0, 'l10n_mode' => 'exclude', 'label' => 'LLL:EXT:calendar/Resources/Private/Language/locallang_db.xlf:tx_calendar_domain_model_event.subject', 'config' => [ 'type' => 'input', 'size' => 30, 'eval' => 'trim' , ],
I have to import the default languages subject in both languages during record-creation, for it to be displayed in the list-module, even if I don't want the subject to be editable in the backend.
If the translated records subject is empty in the database, shouldn't the default records label getting displayed for less BE-editor confusion?
Best regards
Christian
Files
Actions