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 have a simple use case in a symfony/api_platform application.
I want to map an entity to a dto.
My problem is that there's some groups defined on the properties of the entity and I can't map the properties if I don't explicitly mentionned the group on the properties.
But I don't want to deal with groups (that's why I do specific DTOs).
So, I would like to disable Groups check.
I don't see it in the documentation. Is it already possible ?
The text was updated successfully, but these errors were encountered:
Hi,
I have a simple use case in a symfony/api_platform application.
I want to map an entity to a dto.
My problem is that there's some groups defined on the properties of the entity and I can't map the properties if I don't explicitly mentionned the group on the properties.
But I don't want to deal with groups (that's why I do specific DTOs).
So, I would like to disable Groups check.
I don't see it in the documentation. Is it already possible ?
The text was updated successfully, but these errors were encountered: