Add the search items to acl.yaml and menu.yaml #182
This commit is contained in:
parent
34c22b01e2
commit
e447973bb0
2 changed files with 6 additions and 0 deletions
|
|
@ -211,6 +211,8 @@ access_keys:
|
|||
acls:
|
||||
- id: support.menu
|
||||
label: Menu
|
||||
- id: general.search
|
||||
label: Search
|
||||
- id: ticket
|
||||
label: Ticket Access
|
||||
acls:
|
||||
|
|
|
|||
|
|
@ -118,3 +118,7 @@ main_menu:
|
|||
acl: ticket.list
|
||||
label: Tickets
|
||||
parent: support
|
||||
- id: general_search
|
||||
acl: general.search
|
||||
label: Search
|
||||
parent: support
|
||||
|
|
|
|||
Loading…
Reference in a new issue