adding formatter for list in spreadsheet (ods, xlsx)

This commit is contained in:
2018-11-07 13:23:11 +01:00
parent c1b46b9cb0
commit f937e9d12c
7 changed files with 311 additions and 3 deletions

View File

@@ -380,7 +380,9 @@ class ExportManager
//debugging
$this->logger->debug('user has no access to element', array(
'method' => __METHOD__,
'type' => get_class($element), 'center' => $center->getName()
'type' => get_class($element),
'center' => $center->getName(),
'role' => $role->getRole()
));
return false;