This repository has been archived on 2022-07-12. You can view files and clone it, but cannot push or open issues or pull requests.
opencase/modules/opencase_defaults/opencase_defaults.links.menu.yml
naomi f373ac419e 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.
2018-07-05 16:09:57 +02:00

13 lines
380 B
YAML

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