Added reporting menu
This commit is contained in:
parent
623e801c58
commit
9e18b3ea28
@ -70,3 +70,8 @@ opencase.manage_event_types:
|
||||
parent: opencase.opencase_admin_menu
|
||||
url: internal:/admin/opencase/oc_event_type
|
||||
weight: 1
|
||||
opencase.reporting:
|
||||
title: 'Reporting'
|
||||
menu_name: opencase
|
||||
route_name: opencase.opencase_reporting_menu
|
||||
weight: 0
|
||||
|
@ -10,3 +10,7 @@ opencase.opencase_add_new_things_menu:
|
||||
path: '/'
|
||||
requirements:
|
||||
_permission: 'use opencase'
|
||||
opencase.opencase_reporting_menu:
|
||||
path: '/'
|
||||
requirements:
|
||||
_permission: 'use opencase'
|
||||
|
Reference in New Issue
Block a user