mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
fix export.yaml file: remove quotes
This commit is contained in:
parent
9ba33f3df4
commit
7587472785
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user