fix export.yaml file: remove quotes

This commit is contained in:
Julie Lenaerts 2023-11-16 10:43:47 +01:00
parent 9ba33f3df4
commit 7587472785

View File

@ -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: