mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-10-04 20:39:40 +00:00
Partage d'export enregistré et génération asynchrone des exports
This commit is contained in:
@@ -49,9 +49,9 @@ class SectionMenuBuilder implements LocalMenuBuilderInterface
|
||||
);
|
||||
}
|
||||
|
||||
if ($this->authorizationChecker->isGranted(ChillExportVoter::EXPORT)) {
|
||||
if ($this->authorizationChecker->isGranted(ChillExportVoter::GENERATE_SAVED_EXPORT)) {
|
||||
$menu->addChild($this->translator->trans('Export Menu'), [
|
||||
'route' => 'chill_main_export_index',
|
||||
'route' => 'chill_main_export_saved_list_my',
|
||||
])
|
||||
->setExtras([
|
||||
'icons' => ['upload'],
|
||||
|
Reference in New Issue
Block a user