diff --git a/core/lib/Thelia/Form/CouponCreationForm.php b/core/lib/Thelia/Form/CouponCreationForm.php index 9742f8fa0..279063329 100644 --- a/core/lib/Thelia/Form/CouponCreationForm.php +++ b/core/lib/Thelia/Form/CouponCreationForm.php @@ -65,21 +65,13 @@ class CouponCreationForm extends BaseForm ) ->add( 'shortDescription', - 'text', - array( - 'constraints' => array( - new NotBlank() - ) - ) + 'text' + ) ->add( 'description', - 'textarea', - array( - 'constraints' => array( - new NotBlank() - ) - ) + 'textarea' + ) ->add( 'type',