mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-24 00:23:50 +00:00
sf4, fix errors with report bundle, adapt new config yaml directory
This commit is contained in:
6
config/services/controller.yaml
Normal file
6
config/services/controller.yaml
Normal file
@@ -0,0 +1,6 @@
|
||||
services:
|
||||
Chill\ReportBundle\Controller\ReportController:
|
||||
arguments:
|
||||
$eventDispatcher: '@Symfony\Component\EventDispatcher\EventDispatcherInterface'
|
||||
$authorizationHelper: '@Chill\MainBundle\Security\Authorization\AuthorizationHelper'
|
||||
tags: ['controller.service_arguments']
|
13
config/services/export.yaml
Normal file
13
config/services/export.yaml
Normal file
@@ -0,0 +1,13 @@
|
||||
services:
|
||||
Chill\ReportBundle\Export\Export\ReportListProvider:
|
||||
arguments:
|
||||
$em: '@Doctrine\ORM\EntityManagerInterface'
|
||||
$translatableStringHelper: '@Chill\MainBundle\Templating\TranslatableStringHelper'
|
||||
$translator: '@Symfony\Component\Translation\TranslatorInterface'
|
||||
$customFieldProvider: '@Chill\CustomFieldsBundle\Service\CustomFieldProvider'
|
||||
tags:
|
||||
- { name: chill.export_elements_provider, prefix: 'report' }
|
||||
|
||||
Chill\ReportBundle\Export\Filter\ReportDateFilter:
|
||||
tags:
|
||||
- { name: chill.export_filter, alias: 'report_date' }
|
4
config/services/fixtures.yaml
Normal file
4
config/services/fixtures.yaml
Normal file
@@ -0,0 +1,4 @@
|
||||
services:
|
||||
Chill\ReportBundle\DataFixtures\ORM\:
|
||||
resource: ../../DataFixtures/ORM
|
||||
tags: [ 'doctrine.fixture.orm' ]
|
Reference in New Issue
Block a user