Symfony error when inserting new game: Entities passed to the choice field must be managed. Maybe persist them in the entity manager?
I’m trying to save a Game object with a Type object. When I try to save with the form I get the following error: Entities passed to the choice field must be managed. Maybe persist them in the entity …