mirror of
https://github.com/Karaka-Management/oms-Production.git
synced 2026-02-16 13:38:40 +00:00
autofixes
This commit is contained in:
parent
883a46ecb5
commit
3c9e401dbb
|
|
@ -10,7 +10,7 @@ return [
|
||||||
[
|
[
|
||||||
'dest' => '\Modules\Production\Controller\BackendController:viewProductionList',
|
'dest' => '\Modules\Production\Controller\BackendController:viewProductionList',
|
||||||
'verb' => RouteVerb::GET,
|
'verb' => RouteVerb::GET,
|
||||||
'active' => true,
|
'active' => true,
|
||||||
'permission' => [
|
'permission' => [
|
||||||
'module' => BackendController::MODULE_NAME,
|
'module' => BackendController::MODULE_NAME,
|
||||||
'type' => PermissionType::READ,
|
'type' => PermissionType::READ,
|
||||||
|
|
@ -22,7 +22,7 @@ return [
|
||||||
[
|
[
|
||||||
'dest' => '\Modules\Production\Controller\BackendController:viewProductionCreate',
|
'dest' => '\Modules\Production\Controller\BackendController:viewProductionCreate',
|
||||||
'verb' => RouteVerb::GET,
|
'verb' => RouteVerb::GET,
|
||||||
'active' => true,
|
'active' => true,
|
||||||
'permission' => [
|
'permission' => [
|
||||||
'module' => BackendController::MODULE_NAME,
|
'module' => BackendController::MODULE_NAME,
|
||||||
'type' => PermissionType::CREATE,
|
'type' => PermissionType::CREATE,
|
||||||
|
|
@ -34,7 +34,7 @@ return [
|
||||||
[
|
[
|
||||||
'dest' => '\Modules\Production\Controller\BackendController:viewProductionView',
|
'dest' => '\Modules\Production\Controller\BackendController:viewProductionView',
|
||||||
'verb' => RouteVerb::GET,
|
'verb' => RouteVerb::GET,
|
||||||
'active' => true,
|
'active' => true,
|
||||||
'permission' => [
|
'permission' => [
|
||||||
'module' => BackendController::MODULE_NAME,
|
'module' => BackendController::MODULE_NAME,
|
||||||
'type' => PermissionType::READ,
|
'type' => PermissionType::READ,
|
||||||
|
|
@ -46,7 +46,7 @@ return [
|
||||||
[
|
[
|
||||||
'dest' => '\Modules\Production\Controller\BackendController:viewProductionMachineList',
|
'dest' => '\Modules\Production\Controller\BackendController:viewProductionMachineList',
|
||||||
'verb' => RouteVerb::GET,
|
'verb' => RouteVerb::GET,
|
||||||
'active' => true,
|
'active' => true,
|
||||||
'permission' => [
|
'permission' => [
|
||||||
'module' => BackendController::MODULE_NAME,
|
'module' => BackendController::MODULE_NAME,
|
||||||
'type' => PermissionType::READ,
|
'type' => PermissionType::READ,
|
||||||
|
|
@ -58,7 +58,7 @@ return [
|
||||||
[
|
[
|
||||||
'dest' => '\Modules\Production\Controller\BackendController:viewProductionMachineCreate',
|
'dest' => '\Modules\Production\Controller\BackendController:viewProductionMachineCreate',
|
||||||
'verb' => RouteVerb::GET,
|
'verb' => RouteVerb::GET,
|
||||||
'active' => true,
|
'active' => true,
|
||||||
'permission' => [
|
'permission' => [
|
||||||
'module' => BackendController::MODULE_NAME,
|
'module' => BackendController::MODULE_NAME,
|
||||||
'type' => PermissionType::CREATE,
|
'type' => PermissionType::CREATE,
|
||||||
|
|
@ -70,7 +70,7 @@ return [
|
||||||
[
|
[
|
||||||
'dest' => '\Modules\Production\Controller\BackendController:viewProductionMachineCreate',
|
'dest' => '\Modules\Production\Controller\BackendController:viewProductionMachineCreate',
|
||||||
'verb' => RouteVerb::GET,
|
'verb' => RouteVerb::GET,
|
||||||
'active' => true,
|
'active' => true,
|
||||||
'permission' => [
|
'permission' => [
|
||||||
'module' => BackendController::MODULE_NAME,
|
'module' => BackendController::MODULE_NAME,
|
||||||
'type' => PermissionType::CREATE,
|
'type' => PermissionType::CREATE,
|
||||||
|
|
@ -82,7 +82,7 @@ return [
|
||||||
[
|
[
|
||||||
'dest' => '\Modules\Production\Controller\BackendController:viewProductionMachineList',
|
'dest' => '\Modules\Production\Controller\BackendController:viewProductionMachineList',
|
||||||
'verb' => RouteVerb::GET,
|
'verb' => RouteVerb::GET,
|
||||||
'active' => true,
|
'active' => true,
|
||||||
'permission' => [
|
'permission' => [
|
||||||
'module' => BackendController::MODULE_NAME,
|
'module' => BackendController::MODULE_NAME,
|
||||||
'type' => PermissionType::READ,
|
'type' => PermissionType::READ,
|
||||||
|
|
@ -94,7 +94,7 @@ return [
|
||||||
[
|
[
|
||||||
'dest' => '\Modules\Production\Controller\BackendController:viewProductionMachineCreate',
|
'dest' => '\Modules\Production\Controller\BackendController:viewProductionMachineCreate',
|
||||||
'verb' => RouteVerb::GET,
|
'verb' => RouteVerb::GET,
|
||||||
'active' => true,
|
'active' => true,
|
||||||
'permission' => [
|
'permission' => [
|
||||||
'module' => BackendController::MODULE_NAME,
|
'module' => BackendController::MODULE_NAME,
|
||||||
'type' => PermissionType::CREATE,
|
'type' => PermissionType::CREATE,
|
||||||
|
|
@ -106,7 +106,7 @@ return [
|
||||||
[
|
[
|
||||||
'dest' => '\Modules\Production\Controller\BackendController:viewProductionMachineCreate',
|
'dest' => '\Modules\Production\Controller\BackendController:viewProductionMachineCreate',
|
||||||
'verb' => RouteVerb::GET,
|
'verb' => RouteVerb::GET,
|
||||||
'active' => true,
|
'active' => true,
|
||||||
'permission' => [
|
'permission' => [
|
||||||
'module' => BackendController::MODULE_NAME,
|
'module' => BackendController::MODULE_NAME,
|
||||||
'type' => PermissionType::CREATE,
|
'type' => PermissionType::CREATE,
|
||||||
|
|
|
||||||
|
|
@ -31,5 +31,4 @@ abstract class PermissionState extends Enum
|
||||||
public const RECIPE = 2;
|
public const RECIPE = 2;
|
||||||
|
|
||||||
public const MACHINE = 3;
|
public const MACHINE = 3;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user