Add ACL and menu configuration for job order

This commit is contained in:
Kendrick Chan 2018-01-15 17:00:54 +08:00
parent 623daa6b33
commit 75dc8cdcd1
2 changed files with 25 additions and 0 deletions

View file

@ -175,3 +175,13 @@ access_keys:
label: Update
- id: rider.delete
label: Delete
- id: joborder
label: Job Order
acls:
- id: joborder.menu
label: Menu
- id: jo_in.list
label: Incoming
- id: jo_proc.list
label: Processing

View file

@ -75,3 +75,18 @@ main_menu:
acl: hub.menu
label: Hub
parent: location
- id: joborder
acl: joborder.menu
label: Job Order
icon: flaticon-transport
- id: jo_in
acl: jo_in.list
label: Incoming
parent: joborder
- id: jo_proc
acl: jo_proc.list
label: Processing
parent: joborder