mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-27 10:03:49 +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:
@@ -326,6 +326,6 @@ class ExportController extends Controller
|
||||
$formFormatter->handleRequest($request);
|
||||
$dataFormatter = $formFormatter->getData();
|
||||
|
||||
return $exportManager->generate($alias, $dataExport['export']);
|
||||
return $exportManager->generate($alias, $dataExport['export'], $dataFormatter);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user