From 75874727854daffef5af9a3e1db0e841adab46a2 Mon Sep 17 00:00:00 2001 From: Julie Lenaerts Date: Thu, 16 Nov 2023 10:43:47 +0100 Subject: [PATCH] fix export.yaml file: remove quotes --- .../Resources/config/services/exports.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/Bundle/ChillCalendarBundle/Resources/config/services/exports.yaml b/src/Bundle/ChillCalendarBundle/Resources/config/services/exports.yaml index 8ab1b0d1e..d8e47b2c4 100644 --- a/src/Bundle/ChillCalendarBundle/Resources/config/services/exports.yaml +++ b/src/Bundle/ChillCalendarBundle/Resources/config/services/exports.yaml @@ -6,33 +6,33 @@ services: ## Indicators Chill\CalendarBundle\Export\Export\LinkedToAcp\CountCalendars: tags: - - { name: chill.export, alias: 'count_calendars_linked_to_acp' } + - { name: chill.export, alias: count_calendars_linked_to_acp } Chill\CalendarBundle\Export\Export\LinkedToAcp\StatCalendarAvgDuration: tags: - - { name: chill.export, alias: 'average_duration_calendars_linked_to_acp' } + - { name: chill.export, alias: average_duration_calendars_linked_to_acp } Chill\CalendarBundle\Export\Export\LinkedToAcp\StatCalendarSumDuration: tags: - - { name: chill.export, alias: 'sum_duration_calendars_linked_to_acp' } + - { name: chill.export, alias: sum_duration_calendars_linked_to_acp } Chill\CalendarBundle\Export\Export\LinkedToPerson\CountCalendars: tags: - - { name: chill.export, alias: 'count_calendars_linked_to_person' } + - { name: chill.export, alias: count_calendars_linked_to_person } Chill\CalendarBundle\Export\Export\LinkedToPerson\StatCalendarAvgDuration: tags: - - { name: chill.export, alias: 'average_duration_calendars_linked_to_person' } + - { name: chill.export, alias: average_duration_calendars_linked_to_person } Chill\CalendarBundle\Export\Export\LinkedToPerson\StatCalendarSumDuration: tags: - - { name: chill.export, alias: 'sum_duration_calendars_linked_to_person' } + - { name: chill.export, alias: sum_duration_calendars_linked_to_person } ## Filters Chill\CalendarBundle\Export\Filter\AgentFilter: tags: - - { name: chill.export_filter, alias: 'agent_filter' } + - { name: chill.export_filter, alias: agent_filter } Chill\CalendarBundle\Export\Filter\JobFilter: