mirror of
https://github.com/Karaka-Management/oms-CashManagement.git
synced 2026-02-11 22:18:41 +00:00
ui fixes
This commit is contained in:
parent
f3cac4a934
commit
e4aa0d7d00
|
|
@ -22,6 +22,7 @@ return [
|
||||||
[
|
[
|
||||||
'dest' => '\Modules\CashManagement\Controller\BackendController:viewCashList',
|
'dest' => '\Modules\CashManagement\Controller\BackendController:viewCashList',
|
||||||
'verb' => RouteVerb::GET,
|
'verb' => RouteVerb::GET,
|
||||||
|
'active' => true,
|
||||||
'permission' => [
|
'permission' => [
|
||||||
'module' => BackendController::NAME,
|
'module' => BackendController::NAME,
|
||||||
'type' => PermissionType::READ,
|
'type' => PermissionType::READ,
|
||||||
|
|
@ -33,6 +34,7 @@ return [
|
||||||
[
|
[
|
||||||
'dest' => '\Modules\CashManagement\Controller\BackendController:viewCashList',
|
'dest' => '\Modules\CashManagement\Controller\BackendController:viewCashList',
|
||||||
'verb' => RouteVerb::GET,
|
'verb' => RouteVerb::GET,
|
||||||
|
'active' => true,
|
||||||
'permission' => [
|
'permission' => [
|
||||||
'module' => BackendController::NAME,
|
'module' => BackendController::NAME,
|
||||||
'type' => PermissionType::READ,
|
'type' => PermissionType::READ,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user