Actions
Bug #82657
closedl10n_mode exclude ignored in repository
Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
Extbase + l10n
Target version:
-
Start date:
2017-10-03
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
8
PHP Version:
7.0
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
When you update a property via extbase, that is defined as l10n_mode exclude in TCA, then the value should be automatically copied into the translation records when the record is persisted, as it happens when saving in the backend. But this is not happening.
Updated by Georg Ringer about 7 years ago
extbase does not use the DataHandler for persisting, therefore it can't do that. If you need this, best would be to usje the DataHandler yourself for saving data.
Updated by Benni Mack over 4 years ago
- Related to Bug #65859: Support l10n_mode in extbase added
Updated by Benni Mack over 4 years ago
- Related to Bug #89768: l10n_mode "exclude" does not work with inline type added
Updated by Georg Ringer 4 months ago
- Status changed from New to Rejected
as described in last comment, extbase does not use the datahandler and doesn't care about such config - please provide that yourself - or use datahandler in the frontend
Actions