-
I did read the docs of course and found also #4859, but I realised that our processor, that decorates the Doctrine PersistProcessor, leads to deletion not working anymore because RemoveProcessor is not used dynamically any more, see https://github.com/api-platform/core/blob/v2.7.2/src/Doctrine/Orm/Metadata/Resource/DoctrineOrmResourceCollectionMetadataFactory.php#L110-L112 Based on the answer here I guess the docs should be updated to avoid breaking the DELETE operation as I did :) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Decorate the remove processor and the persist processor, call either one based on your needs ? Would that work? |
Beta Was this translation helpful? Give feedback.
Decorate the remove processor and the persist processor, call either one based on your needs ?
Would that work?