Currently if you merge two entities, linked custom entities are not correctly updated. This is because which entities are merged is statically configured in a property of the entity $mergeLinkList.
It would be great if you could just query the ORM for all possible links and merge them, I don't see why the user would want any entities to be unlinked.
This should be the default process, mistakes happen and duplicates occur, so merging is a necessity.
It would be great if you could just query the ORM for all possible links and merge them, I don't see why the user would want any entities to be unlinked.
This should be the default process, mistakes happen and duplicates occur, so merging is a necessity.
Comment