Loading module/Depot/config/others/depot.config.php +21 −13 Original line number Diff line number Diff line Loading @@ -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' => '', Loading Loading @@ -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, ], ], ], Loading Loading
module/Depot/config/others/depot.config.php +21 −13 Original line number Diff line number Diff line Loading @@ -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' => '', Loading Loading @@ -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, ], ], ], Loading