Currently, AuditReader fails when handling ToOne associations with Symfony Uuids as primary keys. This is fixed by converting the join column value with the join column's type as is already done in line 834 for regular fields.
I am targeting this branch, because this is a simple patch.
Changelog
### Fixed
- Fixed `AuditReader` to process to-many associations using IDs with custom types
Subject
Currently,
AuditReader
fails when handlingToOne
associations with Symfony Uuids as primary keys. This is fixed by converting the join column value with the join column's type as is already done in line 834 for regular fields.I am targeting this branch, because this is a simple patch.
Changelog