mirror of
https://github.com/Karaka-Management/oms-BusinessExpenses.git
synced 2026-02-01 17:28:41 +00:00
started with template fixes
This commit is contained in:
parent
92eef1a8fc
commit
aa62408114
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user