mirror of
https://github.com/Karaka-Management/oms-Checklist.git
synced 2026-01-11 07:18:40 +00:00
ui fixes
This commit is contained in:
parent
e894f1de2f
commit
311ccb1328
|
|
@ -23,6 +23,7 @@ return [
|
|||
'dest' => '\Modules\Checklist\Controller\ApiController:apiChecklistCreateFromTemplate',
|
||||
'verb' => RouteVerb::PUT,
|
||||
'csrf' => true,
|
||||
'active' => true,
|
||||
'permission' => [
|
||||
'module' => ApiController::NAME,
|
||||
'type' => PermissionType::CREATE,
|
||||
|
|
|
|||
|
|
@ -22,6 +22,7 @@ return [
|
|||
[
|
||||
'dest' => '\Modules\Checklist\Controller\BackendController:viewChecklistList',
|
||||
'verb' => RouteVerb::GET,
|
||||
'active' => true,
|
||||
'permission' => [
|
||||
'module' => BackendController::NAME,
|
||||
'type' => PermissionType::READ,
|
||||
|
|
@ -33,6 +34,7 @@ return [
|
|||
[
|
||||
'dest' => '\Modules\Checklist\Controller\BackendController:viewChecklistView',
|
||||
'verb' => RouteVerb::GET,
|
||||
'active' => true,
|
||||
'permission' => [
|
||||
'module' => BackendController::NAME,
|
||||
'type' => PermissionType::READ,
|
||||
|
|
@ -44,6 +46,7 @@ return [
|
|||
[
|
||||
'dest' => '\Modules\Checklist\Controller\BackendController:viewChecklistTemplateList',
|
||||
'verb' => RouteVerb::GET,
|
||||
'active' => true,
|
||||
'permission' => [
|
||||
'module' => BackendController::NAME,
|
||||
'type' => PermissionType::READ,
|
||||
|
|
@ -55,6 +58,7 @@ return [
|
|||
[
|
||||
'dest' => '\Modules\Checklist\Controller\BackendController:viewChecklistTemplateCreate',
|
||||
'verb' => RouteVerb::GET,
|
||||
'active' => true,
|
||||
'permission' => [
|
||||
'module' => BackendController::NAME,
|
||||
'type' => PermissionType::CREATE,
|
||||
|
|
@ -66,6 +70,7 @@ return [
|
|||
[
|
||||
'dest' => '\Modules\Checklist\Controller\BackendController:viewChecklistTemplateView',
|
||||
'verb' => RouteVerb::GET,
|
||||
'active' => true,
|
||||
'permission' => [
|
||||
'module' => BackendController::NAME,
|
||||
'type' => PermissionType::READ,
|
||||
|
|
@ -77,6 +82,7 @@ return [
|
|||
[
|
||||
'dest' => '\Modules\Checklist\Controller\BackendController:viewChecklistTemplateTaskView',
|
||||
'verb' => RouteVerb::GET,
|
||||
'active' => true,
|
||||
'permission' => [
|
||||
'module' => BackendController::NAME,
|
||||
'type' => PermissionType::READ,
|
||||
|
|
@ -88,6 +94,7 @@ return [
|
|||
[
|
||||
'dest' => '\Modules\Checklist\Controller\BackendController:viewChecklistTemplateTaskCreate',
|
||||
'verb' => RouteVerb::GET,
|
||||
'active' => true,
|
||||
'permission' => [
|
||||
'module' => BackendController::NAME,
|
||||
'type' => PermissionType::CREATE,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user