started with template fixes

This commit is contained in:
Dennis Eichhorn 2024-03-29 15:26:00 +00:00
parent 8746c26bcb
commit ba6cf5fe13

View File

@ -34,7 +34,7 @@ return [
'verb' => RouteVerb::GET, 'verb' => RouteVerb::GET,
'permission' => [ 'permission' => [
'module' => BackendController::MODULE_NAME, 'module' => BackendController::MODULE_NAME,
'type' => PermissionType::READ, 'type' => PermissionType::CREATE,
'state' => PermissionCategory::LOAN, 'state' => PermissionCategory::LOAN,
], ],
], ],