description is not required anymore in coupon form. Fix #233
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user