mirror of
https://github.com/Karaka-Management/oms-Navigation.git
synced 2026-02-14 07:48:41 +00:00
fix bugs
This commit is contained in:
parent
bf317626ef
commit
c915bb8962
|
|
@ -5,7 +5,7 @@
|
||||||
"type": 3,
|
"type": 3,
|
||||||
"subtype": 1,
|
"subtype": 1,
|
||||||
"name": "Navigation",
|
"name": "Navigation",
|
||||||
"uri": "{/base}/admin/module/navigation/list?{?}",
|
"uri": "{/base}/admin/module/navigation/list",
|
||||||
"target": "self",
|
"target": "self",
|
||||||
"icon": null,
|
"icon": null,
|
||||||
"order": 10,
|
"order": 10,
|
||||||
|
|
|
||||||
|
|
@ -21,6 +21,7 @@ return [
|
||||||
[
|
[
|
||||||
'dest' => '\Modules\Navigation\Controller\SearchController:searchGoto',
|
'dest' => '\Modules\Navigation\Controller\SearchController:searchGoto',
|
||||||
'verb' => RouteVerb::ANY,
|
'verb' => RouteVerb::ANY,
|
||||||
|
'active' => true,
|
||||||
'permission' => [
|
'permission' => [
|
||||||
'module' => SearchController::NAME,
|
'module' => SearchController::NAME,
|
||||||
'type' => PermissionType::READ,
|
'type' => PermissionType::READ,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user