mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-28 10:33:49 +00:00
adding formatter for list in spreadsheet (ods, xlsx)
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user