mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-01 20:43:49 +00:00
add grouping and fix localization of trans. string in ActivityReason
the label of activity type is now handled by translatableStringHelper. Reasons are also grouped by categories. This is thanks to PR https://github.com/symfony/symfony/pull/14050
This commit is contained in:
@@ -9,7 +9,7 @@ services:
|
||||
chill.activity.form.type.translatableactivityreason:
|
||||
class: Chill\ActivityBundle\Form\Type\TranslatableActivityReason
|
||||
arguments:
|
||||
- "@request_stack"
|
||||
- "@chill.main.helper.translatable_string"
|
||||
tags:
|
||||
- { name: form.type, alias: translatable_activity_reason }
|
||||
|
||||
|
Reference in New Issue
Block a user