You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I notice that when a controller forward its request to another the @FOSRest\View annotation is overloaded by the latest instead of the annotation on the controller which forward the request. I think the good option would be that the forwarding controller should override the latest.
Hi!
I notice that when a controller forward its request to another the
@FOSRest\View
annotation is overloaded by the latest instead of the annotation on the controller which forward the request. I think the good option would be that the forwarding controller should override the latest.An example to clarify
When the Frontend controller is called, the applied serializer groups are those one listed in Backend. Which might be a problem.
I can try to investigate and make a PR if I can get some clues where to search 🙂
Thanks
The text was updated successfully, but these errors were encountered: