Actions
Bug #86147
openPrevent updating unchanged fields in DataMapProcessor
Start date:
2018-09-04
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Given:
- a table with some additional IRRE relations and fields with TCA configuration ['behaviour']['allowLanguageSynchronization'] enabled
- open a record from the given table
- save it without any changes
Expected:
- saving an untouched record should not update any other record as nothing has changed
Actual:
- related records are updated even without any changes
- fetching related records recursively (parents, siblings, relations) takes very long and may result in a "maximum execution time" error
Actions