mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-24 00:23:50 +00:00
add form to formatter
The formatter can add a form. This form is handle by controller and exportManager. [WIP] The csv formatter ask the user to ordering the aggregators.
This commit is contained in:
@@ -186,5 +186,6 @@ services:
|
||||
class: Chill\MainBundle\Export\Formatter\CSVFormatter
|
||||
arguments:
|
||||
- "@translator"
|
||||
- "@chill.main.export_manager"
|
||||
tags:
|
||||
- { name: chill.export_formatter, alias: 'csv' }
|
||||
|
Reference in New Issue
Block a user