Closed DavidBoubou closed 1 year ago
` //Appliquer un dataTransformer pour le champs roles: //roles field data transformer
$builder ->get('roles') ->addModelTransformer(new CallbackTransformer( function ($rolesArray) { // transform the array to a string return count($rolesArray)? $rolesArray[0]: null; }, function ($rolesString) { // transform the string back to an array return [$rolesString]; } )); `
Cette erreur est générer lors de la construction du champs rôle de type checkbox du formulaire d'inscription avec le bundle userbundle.