Actions
Bug #87984
openTCA inline field with MM relation in workspace.
Start date:
2019-03-22
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
7.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Inline fields must be adjusted before going to database when using a relation via «foreign_field» or «MM» table. In both case, value given to database will be a list of uids.
\TYPO3\CMS\Core\DataHandling\DataHandler::insertUpdateDB_preprocessBasedOnFieldType function only process inline fields with a «foreign_field» defined.
How to reproduce:
- Create a record with an inline field using «MM» table in «Live workspace». Be sure it's a new one.
- Add more than one relation
- Save & Close
- Go to workspace
- Edit & save the record
Actions