POST https://listedecourses.kramilie.fr/_components/Recipe/addCollectionItem

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
    name: "recipe"
    type_class: "App\Form\RecipeType"
    data: 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
}