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
|
interview: interview
|
||||||
lete: lete
|
lete: lete
|
||||||
research: research
|
research: research
|
||||||
|
supervision: supervision
|
||||||
telephone_call: telephone_call
|
telephone_call: telephone_call
|
||||||
volunteer_training_session: volunteer_training_session
|
volunteer_training_session: volunteer_training_session
|
||||||
destitution_funds_provided: 0
|
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:
|
opencase_reporting.clients:
|
||||||
title: 'Clients'
|
title: 'Clients'
|
||||||
description: 'Report on clients'
|
description: 'Report on clients'
|
||||||
|
Reference in New Issue
Block a user