I get my data into Vue Js app with API platform mechanism called - “properties[]”. My URL look like “http://address/resource?properties[subresources]=id. I have custom doctrine extension to checking isEnabled field in entity. Extension checking if interface is implements to entity. The problem is when I have subresources with isEnabled and extension not working with it. I try writing subscriber or listener or custom normalizer for it, but unsuccessfully, because this request is serialize only one time.
Do you have any solution for it? I'd rather not rewrite my vue app again.
Thanks for you time.
Solution or code for solution it.