Added volunteer supervision activity type
This commit is contained in:
parent
530df37e92
commit
fd5d145866
@ -0,0 +1,5 @@
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies: { }
|
||||
id: supervision
|
||||
label: Supervision
|
@ -10,6 +10,7 @@ allowedActivityTypes:
|
||||
interview: interview
|
||||
lete: lete
|
||||
research: research
|
||||
supervision: supervision
|
||||
telephone_call: telephone_call
|
||||
volunteer_training_session: volunteer_training_session
|
||||
destitution_funds_provided: 0
|
||||
|
@ -1,15 +1,3 @@
|
||||
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
|
||||
opencase_reporting.clients:
|
||||
title: 'Clients'
|
||||
description: 'Report on clients'
|
||||
|
Reference in New Issue
Block a user