mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-28 10:33:49 +00:00
replacing the response of Export::getLabel by a Closure
This commit is contained in:
@@ -398,9 +398,9 @@ class ExportManager
|
||||
//handle aggregators
|
||||
$this->handleAggregators($export, $qb, $data[ExportType::AGGREGATOR_KEY], $centers);
|
||||
|
||||
$this->logger->debug('current query is '.$qb->getDQL(), array(
|
||||
'class' => self::class, 'function' => __FUNCTION__
|
||||
));
|
||||
// $this->logger->debug('current query is '.$qb->getDQL(), array(
|
||||
// 'class' => self::class, 'function' => __FUNCTION__
|
||||
// ));
|
||||
|
||||
$result = $export->getResult($qb, $data[ExportType::EXPORT_KEY]);
|
||||
|
||||
|
Reference in New Issue
Block a user