[BUGFIX] Use live record for diff view
The diff view for new and deleted placeholder records, introduced in #93620, used the current version record for the generation of the diff view. Since corresponding relations (live and version) do always contain the live records' uid as foreign_field value, the diff view generation must also use the live record. Especially since this does not make any difference when dealing with new or delete placeholder. Note: New placeholders were removed in v11, so this fix only applies to delete placeholders in v11. Resolves: #93970 Releases: master, 10.4 Change-Id: I2f86d865ed3c03ca6153bb02f2058ff8a369b4c1 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/68840 Tested-by:TYPO3com <noreply@typo3.com> Tested-by:
core-ci <typo3@b13.com> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Oliver Bartsch <bo@cedev.de> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Oliver Bartsch <bo@cedev.de>
Please register or sign in to comment