mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-02 21:13:57 +00:00
Displaying ActivtyReason & ActivityType into activity creation form
This commit is contained in:
@@ -81,9 +81,9 @@ class ActivityType extends AbstractType
|
||||
)
|
||||
))
|
||||
->add('user')
|
||||
//->add('scope')
|
||||
//->add('reason')
|
||||
//->add('type')
|
||||
->add('scope')
|
||||
->add('reason', 'translatable_activity_reason')
|
||||
->add('type', 'translatable_activity_type')
|
||||
//->add('person')
|
||||
;
|
||||
|
||||
|
Reference in New Issue
Block a user