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:
naomi
2018-07-05 16:09:57 +02:00
parent b1d5c4eddf
commit f373ac419e
5 changed files with 12 additions and 84 deletions

View 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