This commit is contained in:
Dennis Eichhorn 2024-04-07 17:31:42 +00:00
parent fb54903257
commit 872ac61fba

View File

@ -22,6 +22,7 @@ return [
[
'dest' => '\Modules\RiskManagement\Controller\BackendController:viewRiskCockpit',
'verb' => RouteVerb::GET,
'active' => true,
'permission' => [
'module' => BackendController::NAME,
'type' => PermissionType::READ,
@ -33,6 +34,7 @@ return [
[
'dest' => '\Modules\RiskManagement\Controller\BackendController:viewRiskList',
'verb' => RouteVerb::GET,
'active' => true,
'permission' => [
'module' => BackendController::NAME,
'type' => PermissionType::READ,
@ -44,6 +46,7 @@ return [
[
'dest' => '\Modules\RiskManagement\Controller\BackendController:viewRiskCreate',
'verb' => RouteVerb::GET,
'active' => true,
'permission' => [
'module' => BackendController::NAME,
'type' => PermissionType::CREATE,
@ -55,6 +58,7 @@ return [
[
'dest' => '\Modules\RiskManagement\Controller\BackendController:viewRiskView',
'verb' => RouteVerb::GET,
'active' => true,
'permission' => [
'module' => BackendController::NAME,
'type' => PermissionType::READ,
@ -66,6 +70,7 @@ return [
[
'dest' => '\Modules\RiskManagement\Controller\BackendController:viewRiskCauseList',
'verb' => RouteVerb::GET,
'active' => true,
'permission' => [
'module' => BackendController::NAME,
'type' => PermissionType::READ,
@ -77,6 +82,7 @@ return [
[
'dest' => '\Modules\RiskManagement\Controller\BackendController:viewRiskCauseView',
'verb' => RouteVerb::GET,
'active' => true,
'permission' => [
'module' => BackendController::NAME,
'type' => PermissionType::READ,
@ -88,6 +94,7 @@ return [
[
'dest' => '\Modules\RiskManagement\Controller\BackendController:viewRiskSolutionList',
'verb' => RouteVerb::GET,
'active' => true,
'permission' => [
'module' => BackendController::NAME,
'type' => PermissionType::READ,
@ -99,6 +106,7 @@ return [
[
'dest' => '\Modules\RiskManagement\Controller\BackendController:viewRiskSolutionView',
'verb' => RouteVerb::GET,
'active' => true,
'permission' => [
'module' => BackendController::NAME,
'type' => PermissionType::READ,
@ -110,6 +118,7 @@ return [
[
'dest' => '\Modules\RiskManagement\Controller\BackendController:viewRiskDepartmentList',
'verb' => RouteVerb::GET,
'active' => true,
'permission' => [
'module' => BackendController::NAME,
'type' => PermissionType::READ,
@ -121,6 +130,7 @@ return [
[
'dest' => '\Modules\RiskManagement\Controller\BackendController:viewRiskDepartmentView',
'verb' => RouteVerb::GET,
'active' => true,
'permission' => [
'module' => BackendController::NAME,
'type' => PermissionType::READ,
@ -132,6 +142,7 @@ return [
[
'dest' => '\Modules\RiskManagement\Controller\BackendController:viewRiskCategoryList',
'verb' => RouteVerb::GET,
'active' => true,
'permission' => [
'module' => BackendController::NAME,
'type' => PermissionType::READ,
@ -143,6 +154,7 @@ return [
[
'dest' => '\Modules\RiskManagement\Controller\BackendController:viewRiskCategoryView',
'verb' => RouteVerb::GET,
'active' => true,
'permission' => [
'module' => BackendController::NAME,
'type' => PermissionType::READ,
@ -154,6 +166,7 @@ return [
[
'dest' => '\Modules\RiskManagement\Controller\BackendController:viewRiskProjectList',
'verb' => RouteVerb::GET,
'active' => true,
'permission' => [
'module' => BackendController::NAME,
'type' => PermissionType::READ,
@ -165,6 +178,7 @@ return [
[
'dest' => '\Modules\RiskManagement\Controller\BackendController:viewRiskProjectView',
'verb' => RouteVerb::GET,
'active' => true,
'permission' => [
'module' => BackendController::NAME,
'type' => PermissionType::READ,
@ -176,6 +190,7 @@ return [
[
'dest' => '\Modules\RiskManagement\Controller\BackendController:viewRiskProcessList',
'verb' => RouteVerb::GET,
'active' => true,
'permission' => [
'module' => BackendController::NAME,
'type' => PermissionType::READ,
@ -187,6 +202,7 @@ return [
[
'dest' => '\Modules\RiskManagement\Controller\BackendController:viewRiskProcessView',
'verb' => RouteVerb::GET,
'active' => true,
'permission' => [
'module' => BackendController::NAME,
'type' => PermissionType::READ,
@ -198,6 +214,7 @@ return [
[
'dest' => '\Modules\RiskManagement\Controller\BackendController:viewRiskSettings',
'verb' => RouteVerb::GET,
'active' => true,
'permission' => [
'module' => BackendController::NAME,
'type' => PermissionType::READ,