Commit ab096105 authored by Bertrand Gauthier's avatar Bertrand Gauthier
Browse files

Menu 'Dépôt fichiers divers' remonté d'un niveau

parent 09ec5905
Loading
Loading
Loading
Loading
+21 −13
Original line number Diff line number Diff line
@@ -779,19 +779,6 @@ return [
                                        'etape' => null,
                                        'visible' => TheseAssertion::class,
                                    ],
                                    'depot-divers' => [
                                        'id' => 'depot-divers',
                                        'label' => 'Dépôt fichiers divers',
                                        'route' => 'these/depot-divers',
                                        'withtarget' => true,
                                        'paramsInject' => [
                                            'these',
                                        ],
                                        'icon' => 'fas fa-copy',
                                        'resource' => PrivilegeController::getResourceId(DepotController::class, 'detail-fichiers'),
                                        'etape' => WfEtape::CODE_DEPOT_VERSION_ORIGINALE,
                                        'visible' => TheseAssertion::class,
                                    ],
                                    'divider-these' => [
                                        'label' => null,
                                        'uri' => '',
@@ -949,6 +936,27 @@ return [
                                    ],
                                ]
                            ],
                            'divider-depot' => [
                                'label' => null,
                                'order' => 90,
                                'uri' => '',
                                'class' => 'divider',
                                'separator' => true,
                            ],
                            'depot-divers' => [
                                'id' => 'depot-divers',
                                'label' => 'Dépôt fichiers divers',
                                'order' => 100,
                                'route' => 'these/depot-divers',
                                'withtarget' => true,
                                'paramsInject' => [
                                    'these',
                                ],
                                'icon' => 'fas fa-copy',
                                'resource' => PrivilegeController::getResourceId(DepotController::class, 'detail-fichiers'),
                                'etape' => WfEtape::CODE_DEPOT_VERSION_ORIGINALE,
                                'visible' => TheseAssertion::class,
                            ],
                        ],
                    ],