mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-02 21:13:57 +00:00
add an "active" field on activity type
This commit is contained in:
@@ -114,7 +114,8 @@ class ActivityType extends AbstractType
|
||||
'required' => false
|
||||
))
|
||||
->add('type', TranslatableActivityType::class, array(
|
||||
'placeholder' => 'Choose a type'
|
||||
'placeholder' => 'Choose a type',
|
||||
'active_only' => true
|
||||
))
|
||||
;
|
||||
|
||||
|
Reference in New Issue
Block a user