Validator calls
| Path | Message | Invalid value | Violation |
|---|---|---|---|
| data.name | The name is required | "" |
Symfony\Component\Validator\ConstraintViolation {#1483 -message: "The name is required" -messageTemplate: "The name is required" -parameters: [ "{{ value }}" => """" ] -root: Symfony\Component\Form\Form {#1232 : "recipe" : "App\Form\RecipeType" : App\Entity\Recipe {#1140 -id: null -family: null -name: "" -time: null -description: [] -recipeProducts: Doctrine\Common\Collections\ArrayCollection {#1255 …} -shoppingListRecipes: Doctrine\Common\Collections\ArrayCollection {#1464 …} -archived: null -nb: null -mealType: App\Enum\MealType {#1180 …} } } -propertyPath: "data.name" -invalidValue: "" -plural: null -code: "c1051bb4-d103-4f74-8988-acbcafc7fdc3" -constraint: Symfony\Component\Validator\Constraints\NotBlank {#1108 …} -cause: null } |