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