mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
Remove required in form #622
This commit is contained in:
parent
4daa44ed57
commit
4bd5d70fb2
@ -16,7 +16,7 @@ class ActivityReasonCategoryType extends AbstractType
|
||||
{
|
||||
$builder
|
||||
->add('name', 'translatable_string')
|
||||
->add('active')
|
||||
->add('active', 'checkbox', array('required' => false))
|
||||
;
|
||||
}
|
||||
|
||||
|
@ -16,7 +16,7 @@ class ActivityReasonType extends AbstractType
|
||||
{
|
||||
$builder
|
||||
->add('name', 'translatable_string')
|
||||
->add('active')
|
||||
->add('active', 'checkbox', array('required' => false))
|
||||
->add('category', 'translatable_activity_reason_category')
|
||||
;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user