Added menu links for "add actors" menu to defaults
Because it has hard coded bundles. Also remove some config files that were not needed any more.
This commit is contained in:
12
modules/opencase_defaults/opencase_defaults.links.menu.yml
Normal file
12
modules/opencase_defaults/opencase_defaults.links.menu.yml
Normal file
@ -0,0 +1,12 @@
|
||||
opencase.add_volunteer:
|
||||
title: 'Add a new volunteer'
|
||||
description: 'Create a new volunteer record'
|
||||
menu_name: opencase-add-actors
|
||||
url: internal:/opencase/oc_actor/add/volunteer
|
||||
weight: 0
|
||||
opencase.add_client:
|
||||
title: 'Add a new client'
|
||||
description: 'Create a new client record'
|
||||
menu_name: opencase-add-actors
|
||||
url: internal:/opencase/oc_actor/add/client
|
||||
weight: 1
|
||||
Reference in New Issue
Block a user