mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-28 10:33:49 +00:00
make aggregators take role into accoutn
This commit is contained in:
@@ -74,7 +74,8 @@ class ExportType extends AbstractType
|
||||
|
||||
//add aggregators
|
||||
$aggregators = $this->exportManager
|
||||
->getAggregatorsApplyingOn($export->supportsModifiers());
|
||||
->getAggregatorsApplyingOn($export->supportsModifiers(),
|
||||
$options['picked_centers']);
|
||||
$aggregatorBuilder = $builder->create('aggregators', 'form',
|
||||
array('compound' => true));
|
||||
|
||||
|
Reference in New Issue
Block a user