mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-26 20:16:14 +00:00
- create as a service with required depedencies (required for scope) - add scope - fix date show - adapt controller accordingly
17 lines
708 B
YAML
17 lines
708 B
YAML
services:
|
|
chill.activity.form.type.translatableactivityreasoncategory:
|
|
class: Chill\ActivityBundle\Form\Type\TranslatableActivityReasonCategory
|
|
arguments:
|
|
- "@request_stack"
|
|
tags:
|
|
- { name: form.type, alias: translatable_activity_reason_category }
|
|
|
|
chill.activity.form.type.activity:
|
|
class: Chill\ActivityBundle\Form\ActivityType
|
|
arguments:
|
|
- "@security.token_storage"
|
|
- "@chill.main.security.authorization.helper"
|
|
- "@doctrine.orm.entity_manager"
|
|
- "@chill.main.helper.translatable_string"
|
|
tags:
|
|
- { name: form.type, alias: chill_activitybundle_activity } |