mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
fix errors with Role type
This commit is contained in:
parent
482abd3980
commit
3851e65777
@ -594,7 +594,7 @@ class ExportManager
|
|||||||
'center' => $center,
|
'center' => $center,
|
||||||
'circles' => $this->authorizationHelper->getReachableScopes(
|
'circles' => $this->authorizationHelper->getReachableScopes(
|
||||||
$this->user,
|
$this->user,
|
||||||
$element->requiredRole()->getRole(),
|
$element->requiredRole(),
|
||||||
$center
|
$center
|
||||||
),
|
),
|
||||||
];
|
];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user