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
{{ message }}
This repository has been archived by the owner on Jul 7, 2021. It is now read-only.
Sorry for my english.
Okey, what i have.
First i want to say, that entity's creation with AUTO generate strategy works perfect
Entity
Controller
GET, PATCH operarations works correct, but when i trey to create new entity i have erorr:
after debugging, i found, that calling "$this->objectConstructor->construct" in JMS/Serializer/GraphNavigator::accept
returns null.
How i fix it
before call deserialize, i create new entity and persist it in Manager
it's very quick fix, but it's works for me.
Can you tell me, maybe i have mistake somewhere?
The text was updated successfully, but these errors were encountered: