mirror of
https://github.com/Karaka-Management/oms-LoanManagement.git
synced 2026-02-18 02:08:40 +00:00
continue impl.
This commit is contained in:
parent
db366dc7ce
commit
baf97c4811
|
|
@ -5,7 +5,7 @@
|
||||||
"type": 2,
|
"type": 2,
|
||||||
"subtype": 1,
|
"subtype": 1,
|
||||||
"name": "Loans",
|
"name": "Loans",
|
||||||
"uri": "{/base}finance/loan/list?{?}",
|
"uri": "{/base}/finance/loan/list?{?}",
|
||||||
"target": "self",
|
"target": "self",
|
||||||
"icon": null,
|
"icon": null,
|
||||||
"order": 1,
|
"order": 1,
|
||||||
|
|
@ -19,7 +19,7 @@
|
||||||
"type": 3,
|
"type": 3,
|
||||||
"subtype": 1,
|
"subtype": 1,
|
||||||
"name": "List",
|
"name": "List",
|
||||||
"uri": "{/base}finance/loan/list?{?}",
|
"uri": "{/base}/finance/loan/list?{?}",
|
||||||
"target": "self",
|
"target": "self",
|
||||||
"icon": null,
|
"icon": null,
|
||||||
"order": 1,
|
"order": 1,
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@ use phpOMS\Account\PermissionType;
|
||||||
use phpOMS\Router\RouteVerb;
|
use phpOMS\Router\RouteVerb;
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'^.*/controlling/loan/list.*$' => [
|
'^.*/finance/loan/list.*$' => [
|
||||||
[
|
[
|
||||||
'dest' => '\Modules\LoanManagement\Controller\BackendController:viewLoanList',
|
'dest' => '\Modules\LoanManagement\Controller\BackendController:viewLoanList',
|
||||||
'verb' => RouteVerb::GET,
|
'verb' => RouteVerb::GET,
|
||||||
|
|
@ -17,7 +17,7 @@ return [
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
'^.*/controlling/loan/single.*$' => [
|
'^.*/finance/loan/single.*$' => [
|
||||||
[
|
[
|
||||||
'dest' => '\Modules\LoanManagement\Controller\BackendController:viewLoanSingle',
|
'dest' => '\Modules\LoanManagement\Controller\BackendController:viewLoanSingle',
|
||||||
'verb' => RouteVerb::GET,
|
'verb' => RouteVerb::GET,
|
||||||
|
|
@ -28,7 +28,7 @@ return [
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
'^.*/controlling/loan/create.*$' => [
|
'^.*/finance/loan/create.*$' => [
|
||||||
[
|
[
|
||||||
'dest' => '\Modules\LoanManagement\Controller\BackendController:viewLoanCreate',
|
'dest' => '\Modules\LoanManagement\Controller\BackendController:viewLoanCreate',
|
||||||
'verb' => RouteVerb::GET,
|
'verb' => RouteVerb::GET,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user