started with template fixes

This commit is contained in:
Dennis Eichhorn 2024-03-29 15:25:59 +00:00
parent 92eef1a8fc
commit aa62408114

View File

@ -35,7 +35,7 @@ return [
'verb' => RouteVerb::GET,
'permission' => [
'module' => BackendController::NAME,
'type' => PermissionType::READ,
'type' => PermissionType::CREATE,
'state' => PermissionCategory::EXPENSE,
],
],
@ -62,7 +62,7 @@ return [
],
],
],
'^.*/businessexpenses/type(\?.*$|$)' => [
'^.*/businessexpenses/type/view(\?.*$|$)' => [
[
'dest' => '\Modules\BusinessExpenses\Controller\BackendController:viewBusinessExpensesType',
'verb' => RouteVerb::GET,