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: