replacing the response of Export::getLabel by a Closure

This commit is contained in:
2016-04-21 22:20:37 +02:00
parent 85dfb222ae
commit 4bfe4b361f
4 changed files with 62 additions and 19 deletions

View File

@@ -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]);