I have a problem with my Symfony 5.2 :
FormType with EntityType Foo::class but with a choice_value set on code field$response = $this->forward('App\Controller\OrderController::create', [
'request' => $request->duplicate(null, $refactorPayload))
]);
FormType with EntityType Foo::class but with a choice_value set on id field this time and I get this error "Unable to reverse value for property path "foo": The choice "10" does not exist or is not unique."I search in vendor with my debugger and it seems to be the Symfony\Component\Form\ChoiceList\Loader\AbstractChoiceLoader who 'cache' the list with the first EntityType and not clear it for the second