Temporarily disable ACL on new exports

This commit is contained in:
2022-07-14 10:26:26 +02:00
parent 2f42b9411a
commit e323937405
3 changed files with 5 additions and 6 deletions

View File

@@ -568,6 +568,10 @@ class ExportManager
'role' => $role->getRole(),
]);
///// Bypasse les autorisations qui empêche d'afficher les nouveaux exports
return true;
///// TODO supprimer le return true
return false;
}
}