Compare commits
123 Commits
Author | SHA1 | Date | |
---|---|---|---|
8ccd0313a7 | |||
ab2662195b | |||
b81d6b5f31 | |||
ad6811b5e9 | |||
da0c0ff1b5 | |||
3e6011a359 | |||
7e28f88b86 | |||
0efab1af06 | |||
4b14537dc4 | |||
52eb5898e3 | |||
acf3e704cc | |||
142c22f8e2 | |||
570d442d41 | |||
981439d3c6 | |||
0333e20afd | |||
ec25af3858 | |||
30a4d13081 | |||
904cf2d63c | |||
78a44718fb | |||
7c30d9d02e | |||
fdd07ea104 | |||
10b99f132e | |||
fd5d145866 | |||
530df37e92 | |||
7fd551982d | |||
0aa6b92490 | |||
b62f2f34a9 | |||
8187f6b306 | |||
56be669fe9 | |||
5cde32c975 | |||
bfef673d42 | |||
9f735eb492 | |||
a8c454c509 | |||
9424aca1e9 | |||
b5f718647e | |||
7e1889346b | |||
1e0a6a41d3 | |||
e14a68ef62 | |||
c48f58d49b | |||
7a61f76a93 | |||
354bb0adba | |||
e02721217b | |||
d5fe23418e | |||
c81ebc4d94 | |||
7fbc35915c | |||
987adc97ce | |||
3faabda3f2 | |||
eb6356f715 | |||
92cec4c513 | |||
e5db0007c9 | |||
cc108076bb | |||
714ceeb3d0 | |||
0371c37786 | |||
e1e40bc8ad | |||
9b9bce4bc4 | |||
1d86b2a5bc | |||
ee5c82cb0b | |||
20b3ff0cd4 | |||
393ce2501c | |||
2be2cc7837 | |||
e45d49e299 | |||
51db7f00d4 | |||
e5da065d0c | |||
14575008d6 | |||
8e43ad637d | |||
d5e767ea9f | |||
f97c43bbb2 | |||
ac92336b0e | |||
bc77e1995d | |||
fd661f6a2f | |||
679f40c16d | |||
ebd755d86c | |||
c507fb29b7 | |||
af0040479e | |||
3198c00f5a | |||
2e40dc46f2 | |||
7a21352ac4 | |||
8b274c0d6c | |||
775a08319c | |||
352ea000f0 | |||
ec99009f16 | |||
d2bd27c960 | |||
b5f567f872 | |||
221d16c7fa | |||
6b3b744900 | |||
1c0195a632 | |||
a47a06aef3 | |||
33feac1977 | |||
ddab3e450a | |||
e588a70a1b | |||
c0c415e691 | |||
6c384605ec | |||
09650469bf | |||
48dabf1701 | |||
08fe6dc362 | |||
3f01a3ad41 | |||
d589ef8d69 | |||
a267e222b8 | |||
910350699d | |||
c729750705 | |||
351bdb5afd | |||
2a31b1c8ce | |||
667b109de8 | |||
92d4f74ad7 | |||
487415c679 | |||
7bf0f67a06 | |||
8dc840a53d | |||
288751274b | |||
aa130aeede | |||
f373ac419e | |||
b1d5c4eddf | |||
6c6c6d5c92 | |||
73e7ff2656 | |||
8dd56d5b51 | |||
d229e02f67 | |||
7ef0628bd6 | |||
5863fb7faa | |||
36939720fe | |||
7e04836ff1 | |||
b28c7a3f5d | |||
5688f89857 | |||
cf0078d1be | |||
f4c3512501 |
18
README.md
18
README.md
@ -2,7 +2,7 @@
|
|||||||
A simple, case-management-focused CRM for small altruistic organisations.
|
A simple, case-management-focused CRM for small altruistic organisations.
|
||||||
|
|
||||||
## Current Status
|
## Current Status
|
||||||
**13 May 2018** A demo site, with basic functionality is available at demo.opencase.org.uk. If you are interested, raise an issue and I will get the login to you somehow.
|
**24 July 2018** A demo site, with basic functionality is available at demo.opencase.org.uk. If you are interested, raise an issue and I will get the login to you somehow.
|
||||||
|
|
||||||
## The Plan
|
## The Plan
|
||||||
OpenCase will be available as:
|
OpenCase will be available as:
|
||||||
@ -14,4 +14,20 @@ OpenCase will be available as:
|
|||||||
* More details, including user stories for future development, can be found in the [OpenCase Gitbook](https://hoegrammer.gitbooks.io/zen-crm/content/)
|
* More details, including user stories for future development, can be found in the [OpenCase Gitbook](https://hoegrammer.gitbooks.io/zen-crm/content/)
|
||||||
* Raise an issue to contact the developer.
|
* Raise an issue to contact the developer.
|
||||||
|
|
||||||
|
## Differences between current version (v0.2.6, July 2018) and previous version ##
|
||||||
|
|
||||||
|
**Access control**: Previously everyone could see all cases. Now, users can see cases that they are involved in. By creating case you automatically become involve in it (although you can later be removed or remove yourself). Caseworkers can see all clients and volunteer co-ordinators can see all volunteers. Site admins and overseers can see everything.
|
||||||
|
|
||||||
|
**Editing types**: As a site admin you can now add, remove and configure types of actor, types of case and types of activity and you can configure fields on these and add your own fields.s
|
||||||
|
|
||||||
|
**Relations between types**: For each type of case, you can specify what types of actors (people) can be involved in it, e.g. for a volunteer recruitment case it would be volunteers and/or staff; for a legal advice case maybe clients, volunteers and solicitors. You can also specify what activities belong on what kinds of cases.
|
||||||
|
|
||||||
|
## Not done yet ##
|
||||||
|
|
||||||
|
* Reporting
|
||||||
|
* Donations
|
||||||
|
* Anything to do with emails/bounces
|
||||||
|
* Any specific guidelines or features relating to the GDPR
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
25
config/install/block.block.actortypehelp.yml
Normal file
25
config/install/block.block.actortypehelp.yml
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- opencase
|
||||||
|
- system
|
||||||
|
theme:
|
||||||
|
- bartik
|
||||||
|
id: actortypehelp
|
||||||
|
theme: bartik
|
||||||
|
region: content
|
||||||
|
weight: -11
|
||||||
|
provider: null
|
||||||
|
plugin: actor_type_help
|
||||||
|
settings:
|
||||||
|
id: actor_type_help
|
||||||
|
label: 'Actor Type Help'
|
||||||
|
provider: opencase
|
||||||
|
label_display: '0'
|
||||||
|
visibility:
|
||||||
|
request_path:
|
||||||
|
id: request_path
|
||||||
|
pages: '/admin/opencase/oc_actor_type/*/edit/fields'
|
||||||
|
negate: false
|
||||||
|
context_mapping: { }
|
69
config/install/block.block.opencase.yml
Normal file
69
config/install/block.block.opencase.yml
Normal file
@ -0,0 +1,69 @@
|
|||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- system.menu.opencase
|
||||||
|
module:
|
||||||
|
- superfish
|
||||||
|
theme:
|
||||||
|
- bartik
|
||||||
|
id: opencase
|
||||||
|
theme: bartik
|
||||||
|
region: primary_menu
|
||||||
|
weight: 0
|
||||||
|
provider: null
|
||||||
|
plugin: 'superfish:opencase'
|
||||||
|
settings:
|
||||||
|
id: 'superfish:opencase'
|
||||||
|
label: OpenCase
|
||||||
|
provider: superfish
|
||||||
|
label_display: '0'
|
||||||
|
level: '1'
|
||||||
|
depth: '0'
|
||||||
|
menu_type: horizontal
|
||||||
|
style: none
|
||||||
|
arrow: 0
|
||||||
|
shadow: 1
|
||||||
|
speed: fast
|
||||||
|
delay: '800'
|
||||||
|
slide: vertical
|
||||||
|
supposition: 1
|
||||||
|
hoverintent: 1
|
||||||
|
touch: '0'
|
||||||
|
touchbh: '2'
|
||||||
|
touchbp: '768'
|
||||||
|
touchua: '0'
|
||||||
|
touchual: ''
|
||||||
|
touchuam: '0'
|
||||||
|
small: '2'
|
||||||
|
smallbp: '768'
|
||||||
|
smallua: '0'
|
||||||
|
smallual: ''
|
||||||
|
smalluam: '0'
|
||||||
|
smallact: '1'
|
||||||
|
smallset: ''
|
||||||
|
smallasa: 0
|
||||||
|
smallcmc: 0
|
||||||
|
smallecm: ''
|
||||||
|
smallchc: 0
|
||||||
|
smallech: ''
|
||||||
|
smallicm: ''
|
||||||
|
smallich: ''
|
||||||
|
smallamt: ''
|
||||||
|
smallabt: '1'
|
||||||
|
supersubs: 1
|
||||||
|
minwidth: '12'
|
||||||
|
maxwidth: '27'
|
||||||
|
multicolumn: 0
|
||||||
|
multicolumn_depth: '1'
|
||||||
|
multicolumn_levels: '1'
|
||||||
|
pathlevels: '1'
|
||||||
|
expanded: 0
|
||||||
|
clone_parent: 0
|
||||||
|
hide_linkdescription: 0
|
||||||
|
add_linkdescription: 0
|
||||||
|
link_depth_class: 1
|
||||||
|
custom_list_class: ''
|
||||||
|
custom_item_class: ''
|
||||||
|
custom_link_class: ''
|
||||||
|
visibility: { }
|
@ -5,10 +5,10 @@ dependencies:
|
|||||||
- opencase
|
- opencase
|
||||||
theme:
|
theme:
|
||||||
- bartik
|
- bartik
|
||||||
id: opencasecontextualmenu_2
|
id: opencasecontextualmenu
|
||||||
theme: bartik
|
theme: bartik
|
||||||
region: sidebar_second
|
region: sidebar_second
|
||||||
weight: 0
|
weight: -8
|
||||||
provider: null
|
provider: null
|
||||||
plugin: opencase_contextual_menu
|
plugin: opencase_contextual_menu
|
||||||
settings:
|
settings:
|
7
config/install/system.menu.opencase.yml
Normal file
7
config/install/system.menu.opencase.yml
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies: { }
|
||||||
|
id: opencase
|
||||||
|
label: OpenCase
|
||||||
|
description: 'Main navigation menu for OpenCase'
|
||||||
|
locked: false
|
@ -27,7 +27,7 @@ display:
|
|||||||
role:
|
role:
|
||||||
authenticated: authenticated
|
authenticated: authenticated
|
||||||
cache:
|
cache:
|
||||||
type: tag
|
type: none
|
||||||
options: { }
|
options: { }
|
||||||
query:
|
query:
|
||||||
type: views_query
|
type: views_query
|
||||||
@ -389,7 +389,18 @@ display:
|
|||||||
title: 'Activity List'
|
title: 'Activity List'
|
||||||
header: { }
|
header: { }
|
||||||
footer: { }
|
footer: { }
|
||||||
empty: { }
|
empty:
|
||||||
|
area_text_custom:
|
||||||
|
id: area_text_custom
|
||||||
|
table: views
|
||||||
|
field: area_text_custom
|
||||||
|
relationship: none
|
||||||
|
group_type: group
|
||||||
|
admin_label: ''
|
||||||
|
empty: true
|
||||||
|
tokenize: false
|
||||||
|
content: 'This case has no activities yet. To add one, use the links in the sidebar to the right.'
|
||||||
|
plugin_id: text_custom
|
||||||
relationships: { }
|
relationships: { }
|
||||||
arguments:
|
arguments:
|
||||||
oc_case:
|
oc_case:
|
@ -27,7 +27,7 @@ display:
|
|||||||
role:
|
role:
|
||||||
authenticated: authenticated
|
authenticated: authenticated
|
||||||
cache:
|
cache:
|
||||||
type: tag
|
type: none
|
||||||
options: { }
|
options: { }
|
||||||
query:
|
query:
|
||||||
type: views_query
|
type: views_query
|
||||||
@ -48,10 +48,23 @@ display:
|
|||||||
sort_asc_label: Asc
|
sort_asc_label: Asc
|
||||||
sort_desc_label: Desc
|
sort_desc_label: Desc
|
||||||
pager:
|
pager:
|
||||||
type: some
|
type: mini
|
||||||
options:
|
options:
|
||||||
items_per_page: 10
|
items_per_page: 20
|
||||||
offset: 0
|
offset: 0
|
||||||
|
id: 0
|
||||||
|
total_pages: null
|
||||||
|
tags:
|
||||||
|
previous: ‹‹
|
||||||
|
next: ››
|
||||||
|
expose:
|
||||||
|
items_per_page: false
|
||||||
|
items_per_page_label: 'Items per page'
|
||||||
|
items_per_page_options: '5, 10, 25, 50'
|
||||||
|
items_per_page_options_all: false
|
||||||
|
items_per_page_options_all_label: '- All -'
|
||||||
|
offset: false
|
||||||
|
offset_label: Offset
|
||||||
style:
|
style:
|
||||||
type: table
|
type: table
|
||||||
row:
|
row:
|
||||||
@ -434,7 +447,7 @@ display:
|
|||||||
empty_zero: false
|
empty_zero: false
|
||||||
hide_alter_empty: false
|
hide_alter_empty: false
|
||||||
plugin_id: custom
|
plugin_id: custom
|
||||||
filters: { }
|
filters:
|
||||||
sorts:
|
sorts:
|
||||||
created:
|
created:
|
||||||
id: created
|
id: created
|
||||||
@ -447,14 +460,25 @@ display:
|
|||||||
exposed: false
|
exposed: false
|
||||||
expose:
|
expose:
|
||||||
label: ''
|
label: ''
|
||||||
granularity: hour
|
granularity: day
|
||||||
entity_type: oc_case
|
entity_type: oc_case
|
||||||
entity_field: created
|
entity_field: created
|
||||||
plugin_id: date
|
plugin_id: date
|
||||||
title: 'Case List'
|
title: ''
|
||||||
header: { }
|
header: { }
|
||||||
footer: { }
|
footer: { }
|
||||||
empty: { }
|
empty:
|
||||||
|
area_text_custom:
|
||||||
|
id: area_text_custom
|
||||||
|
table: views
|
||||||
|
field: area_text_custom
|
||||||
|
relationship: none
|
||||||
|
group_type: group
|
||||||
|
admin_label: ''
|
||||||
|
empty: true
|
||||||
|
tokenize: false
|
||||||
|
content: "<p>Either there are no cases involving this person, or you do not have access to them.</p>\n"
|
||||||
|
plugin_id: text_custom
|
||||||
relationships: { }
|
relationships: { }
|
||||||
arguments:
|
arguments:
|
||||||
actors_involved_target_id:
|
actors_involved_target_id:
|
||||||
@ -495,12 +519,14 @@ display:
|
|||||||
entity_field: actors_involved
|
entity_field: actors_involved
|
||||||
plugin_id: numeric
|
plugin_id: numeric
|
||||||
display_extenders: { }
|
display_extenders: { }
|
||||||
|
use_ajax: true
|
||||||
cache_metadata:
|
cache_metadata:
|
||||||
max-age: -1
|
max-age: -1
|
||||||
contexts:
|
contexts:
|
||||||
- 'languages:language_content'
|
- 'languages:language_content'
|
||||||
- 'languages:language_interface'
|
- 'languages:language_interface'
|
||||||
- url
|
- url
|
||||||
|
- url.query_args
|
||||||
- user.roles
|
- user.roles
|
||||||
tags: { }
|
tags: { }
|
||||||
page_1:
|
page_1:
|
||||||
@ -511,11 +537,61 @@ display:
|
|||||||
display_options:
|
display_options:
|
||||||
display_extenders: { }
|
display_extenders: { }
|
||||||
path: opencase/oc_actor/%actor_id/case_list
|
path: opencase/oc_actor/%actor_id/case_list
|
||||||
|
defaults:
|
||||||
|
filters: false
|
||||||
|
filter_groups: false
|
||||||
|
filters: { }
|
||||||
|
filter_groups:
|
||||||
|
operator: AND
|
||||||
|
groups:
|
||||||
|
1: AND
|
||||||
cache_metadata:
|
cache_metadata:
|
||||||
max-age: -1
|
max-age: -1
|
||||||
contexts:
|
contexts:
|
||||||
- 'languages:language_content'
|
- 'languages:language_content'
|
||||||
- 'languages:language_interface'
|
- 'languages:language_interface'
|
||||||
- url
|
- url
|
||||||
|
- url.query_args
|
||||||
|
- user.roles
|
||||||
|
tags: { }
|
||||||
|
page_2:
|
||||||
|
display_plugin: page
|
||||||
|
id: page_2
|
||||||
|
display_title: 'All Cases'
|
||||||
|
position: 2
|
||||||
|
display_options:
|
||||||
|
display_extenders: { }
|
||||||
|
display_description: ''
|
||||||
|
arguments: { }
|
||||||
|
defaults:
|
||||||
|
arguments: false
|
||||||
|
filters: false
|
||||||
|
filter_groups: false
|
||||||
|
empty: false
|
||||||
|
path: opencase/all-cases
|
||||||
|
filters:
|
||||||
|
filter_groups:
|
||||||
|
operator: AND
|
||||||
|
groups:
|
||||||
|
1: AND
|
||||||
|
empty:
|
||||||
|
area_text_custom:
|
||||||
|
id: area_text_custom
|
||||||
|
table: views
|
||||||
|
field: area_text_custom
|
||||||
|
relationship: none
|
||||||
|
group_type: group
|
||||||
|
admin_label: ''
|
||||||
|
empty: true
|
||||||
|
tokenize: false
|
||||||
|
content: "<h1>No cases found</h1>\n<p>You do not have access to any existing cases.</p>\n<p>To <b>add a new case</b>, first search for the person you want to add a case to. If they are not on the system yet you can add them using the <b>Add People.</b> menu.</p>\n"
|
||||||
|
plugin_id: text_custom
|
||||||
|
cache_metadata:
|
||||||
|
max-age: -1
|
||||||
|
contexts:
|
||||||
|
- 'languages:language_content'
|
||||||
|
- 'languages:language_interface'
|
||||||
|
- url
|
||||||
|
- url.query_args
|
||||||
- user.roles
|
- user.roles
|
||||||
tags: { }
|
tags: { }
|
@ -1,3 +1,6 @@
|
|||||||
|
body {
|
||||||
|
font-size: 100% !important;
|
||||||
|
}
|
||||||
|
|
||||||
/* Free the people from the tyranny of the useless search button */
|
/* Free the people from the tyranny of the useless search button */
|
||||||
#edit-submit-actor-search{
|
#edit-submit-actor-search{
|
||||||
@ -13,3 +16,16 @@
|
|||||||
.js-form-item.form-item.js-form-type-checkbox.form-type-checkbox.js-form-item-new-revision.form-item-new-revision {
|
.js-form-item.form-item.js-form-type-checkbox.form-type-checkbox.js-form-item-new-revision.form-item-new-revision {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Style the search box in header bar. */
|
||||||
|
#block-exposedformactor-searchpage-1 {
|
||||||
|
top: -20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#block-exposedformactor-searchpage-1 #edit-actions {
|
||||||
|
padding-top: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
#block-exposedformactor-searchpage-1 .form-text {
|
||||||
|
width: 200px;
|
||||||
|
}
|
||||||
|
@ -1,78 +0,0 @@
|
|||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
config:
|
|
||||||
- field.field.oc_actor.volunteer.field_languages_spoken
|
|
||||||
- field.field.oc_actor.volunteer.field_nationality
|
|
||||||
- opencase_entities.oc_actor_type.volunteer
|
|
||||||
id: oc_actor.volunteer.default
|
|
||||||
targetEntityType: oc_actor
|
|
||||||
bundle: volunteer
|
|
||||||
mode: default
|
|
||||||
content:
|
|
||||||
field_languages_spoken:
|
|
||||||
weight: 28
|
|
||||||
settings:
|
|
||||||
size: 60
|
|
||||||
placeholder: ''
|
|
||||||
third_party_settings: { }
|
|
||||||
type: string_textfield
|
|
||||||
region: content
|
|
||||||
field_nationality:
|
|
||||||
weight: 27
|
|
||||||
settings:
|
|
||||||
size: 60
|
|
||||||
placeholder: ''
|
|
||||||
third_party_settings: { }
|
|
||||||
type: string_textfield
|
|
||||||
region: content
|
|
||||||
field_sdfdsfds:
|
|
||||||
weight: 26
|
|
||||||
settings:
|
|
||||||
rows: 5
|
|
||||||
placeholder: ''
|
|
||||||
third_party_settings: { }
|
|
||||||
type: text_textarea
|
|
||||||
region: content
|
|
||||||
name:
|
|
||||||
type: string_textfield
|
|
||||||
weight: -4
|
|
||||||
region: content
|
|
||||||
settings:
|
|
||||||
size: 60
|
|
||||||
placeholder: ''
|
|
||||||
third_party_settings: { }
|
|
||||||
phone:
|
|
||||||
type: string_textfield
|
|
||||||
weight: 2
|
|
||||||
region: content
|
|
||||||
settings:
|
|
||||||
size: 60
|
|
||||||
placeholder: ''
|
|
||||||
third_party_settings: { }
|
|
||||||
phone2:
|
|
||||||
type: string_textfield
|
|
||||||
weight: 3
|
|
||||||
region: content
|
|
||||||
settings:
|
|
||||||
size: 60
|
|
||||||
placeholder: ''
|
|
||||||
third_party_settings: { }
|
|
||||||
postal_address:
|
|
||||||
type: string_textarea
|
|
||||||
weight: 5
|
|
||||||
region: content
|
|
||||||
settings:
|
|
||||||
rows: 5
|
|
||||||
placeholder: ''
|
|
||||||
third_party_settings: { }
|
|
||||||
user_id:
|
|
||||||
type: entity_reference_autocomplete
|
|
||||||
weight: 5
|
|
||||||
settings:
|
|
||||||
match_operator: CONTAINS
|
|
||||||
size: 60
|
|
||||||
placeholder: ''
|
|
||||||
region: content
|
|
||||||
third_party_settings: { }
|
|
||||||
hidden: { }
|
|
@ -1,5 +0,0 @@
|
|||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies: { }
|
|
||||||
id: accommodation
|
|
||||||
label: Accommodation
|
|
@ -1,5 +0,0 @@
|
|||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies: { }
|
|
||||||
id: asylum_support
|
|
||||||
label: 'Asylum support'
|
|
@ -1,5 +0,0 @@
|
|||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies: { }
|
|
||||||
id: employability
|
|
||||||
label: Employability
|
|
@ -1,5 +0,0 @@
|
|||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies: { }
|
|
||||||
id: health
|
|
||||||
label: Health
|
|
@ -1,5 +0,0 @@
|
|||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies: { }
|
|
||||||
id: volunteer_engagement
|
|
||||||
label: 'Volunteer Engagement'
|
|
@ -1,5 +0,0 @@
|
|||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies: { }
|
|
||||||
id: welfare_rights
|
|
||||||
label: 'Welfare Rights'
|
|
@ -1,2 +0,0 @@
|
|||||||
bundle: opencase_features
|
|
||||||
required: true
|
|
@ -1,11 +0,0 @@
|
|||||||
name: 'Ciac Bundles'
|
|
||||||
type: module
|
|
||||||
core: 8.x
|
|
||||||
dependencies:
|
|
||||||
- datetime
|
|
||||||
- field
|
|
||||||
- file
|
|
||||||
- opencase_entities
|
|
||||||
- options
|
|
||||||
- user
|
|
||||||
package: 'OpenCase Features'
|
|
@ -1,2 +0,0 @@
|
|||||||
bundle: opencase_features
|
|
||||||
required: true
|
|
@ -1,11 +0,0 @@
|
|||||||
name: 'Opencase Search'
|
|
||||||
type: module
|
|
||||||
core: 8.x
|
|
||||||
dependencies:
|
|
||||||
- block
|
|
||||||
- opencase_entities
|
|
||||||
- search_api
|
|
||||||
- search_api_db
|
|
||||||
- user
|
|
||||||
- views
|
|
||||||
package: 'OpenCase Features'
|
|
@ -1,23 +0,0 @@
|
|||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
config:
|
|
||||||
- system.menu.opencase-admin
|
|
||||||
module:
|
|
||||||
- system
|
|
||||||
theme:
|
|
||||||
- bartik
|
|
||||||
id: opencase
|
|
||||||
theme: bartik
|
|
||||||
region: sidebar_first
|
|
||||||
weight: -7
|
|
||||||
provider: null
|
|
||||||
plugin: 'system_menu_block:opencase-admin'
|
|
||||||
settings:
|
|
||||||
id: 'system_menu_block:opencase-admin'
|
|
||||||
label: 'OpenCase Admin'
|
|
||||||
provider: system
|
|
||||||
label_display: visible
|
|
||||||
level: 1
|
|
||||||
depth: 0
|
|
||||||
visibility: { }
|
|
@ -1,31 +0,0 @@
|
|||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
config:
|
|
||||||
- system.menu.opencase-add-actors
|
|
||||||
module:
|
|
||||||
- system
|
|
||||||
- user
|
|
||||||
theme:
|
|
||||||
- bartik
|
|
||||||
id: opencaseaddactors
|
|
||||||
theme: bartik
|
|
||||||
region: sidebar_first
|
|
||||||
weight: -8
|
|
||||||
provider: null
|
|
||||||
plugin: 'system_menu_block:opencase-add-actors'
|
|
||||||
settings:
|
|
||||||
id: 'system_menu_block:opencase-add-actors'
|
|
||||||
label: 'Add Records'
|
|
||||||
provider: system
|
|
||||||
label_display: visible
|
|
||||||
level: 1
|
|
||||||
depth: 0
|
|
||||||
visibility:
|
|
||||||
user_role:
|
|
||||||
id: user_role
|
|
||||||
roles:
|
|
||||||
authenticated: authenticated
|
|
||||||
negate: false
|
|
||||||
context_mapping:
|
|
||||||
user: '@user.current_user_context:current_user'
|
|
@ -1,31 +0,0 @@
|
|||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
config:
|
|
||||||
- system.menu.openc
|
|
||||||
module:
|
|
||||||
- system
|
|
||||||
- user
|
|
||||||
theme:
|
|
||||||
- bartik
|
|
||||||
id: opencaseglobal
|
|
||||||
theme: bartik
|
|
||||||
region: sidebar_first
|
|
||||||
weight: -6
|
|
||||||
provider: null
|
|
||||||
plugin: 'system_menu_block:openc'
|
|
||||||
settings:
|
|
||||||
id: 'system_menu_block:openc'
|
|
||||||
label: 'OpenCase Global'
|
|
||||||
provider: system
|
|
||||||
label_display: '0'
|
|
||||||
level: 1
|
|
||||||
depth: 0
|
|
||||||
visibility:
|
|
||||||
user_role:
|
|
||||||
id: user_role
|
|
||||||
roles:
|
|
||||||
authenticated: authenticated
|
|
||||||
negate: false
|
|
||||||
context_mapping:
|
|
||||||
user: '@user.current_user_context:current_user'
|
|
@ -1,7 +0,0 @@
|
|||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies: { }
|
|
||||||
id: long
|
|
||||||
label: 'Default long date'
|
|
||||||
locked: false
|
|
||||||
pattern: 'D j M Y - H:i'
|
|
@ -1,7 +0,0 @@
|
|||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies: { }
|
|
||||||
id: medium
|
|
||||||
label: 'Default medium date'
|
|
||||||
locked: false
|
|
||||||
pattern: 'd/m/Y - H:i'
|
|
@ -1,7 +0,0 @@
|
|||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies: { }
|
|
||||||
id: short
|
|
||||||
label: 'Default short date'
|
|
||||||
locked: false
|
|
||||||
pattern: d/m/Y
|
|
@ -1,7 +0,0 @@
|
|||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies: { }
|
|
||||||
id: openc
|
|
||||||
label: 'OpenCase Global'
|
|
||||||
description: ''
|
|
||||||
locked: false
|
|
@ -1,7 +0,0 @@
|
|||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies: { }
|
|
||||||
id: opencase-add-actors
|
|
||||||
label: 'OpenCase Add Actors'
|
|
||||||
description: ''
|
|
||||||
locked: false
|
|
@ -1,7 +0,0 @@
|
|||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies: { }
|
|
||||||
id: opencase-admin
|
|
||||||
label: 'OpenCase Admin'
|
|
||||||
description: 'Administer OpenCase '
|
|
||||||
locked: false
|
|
@ -1,2 +0,0 @@
|
|||||||
bundle: opencase_features
|
|
||||||
required: true
|
|
@ -1,12 +0,0 @@
|
|||||||
name: 'OpenCase UI'
|
|
||||||
type: module
|
|
||||||
core: 8.x
|
|
||||||
dependencies:
|
|
||||||
- block
|
|
||||||
- contact
|
|
||||||
- opencase
|
|
||||||
- opencase_entities
|
|
||||||
- system
|
|
||||||
- user
|
|
||||||
- views
|
|
||||||
package: 'OpenCase Features'
|
|
@ -0,0 +1,28 @@
|
|||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- facets.facet.asylum_status
|
||||||
|
module:
|
||||||
|
- facets
|
||||||
|
- system
|
||||||
|
theme:
|
||||||
|
- bartik
|
||||||
|
id: facet_asylum_status
|
||||||
|
theme: bartik
|
||||||
|
region: sidebar_second
|
||||||
|
weight: 0
|
||||||
|
provider: null
|
||||||
|
plugin: 'facet_block:asylum_status'
|
||||||
|
settings:
|
||||||
|
id: 'facet_block:asylum_status'
|
||||||
|
label: 'Asylum Status'
|
||||||
|
provider: facets
|
||||||
|
label_display: visible
|
||||||
|
block_id: facet_asylum_status
|
||||||
|
visibility:
|
||||||
|
request_path:
|
||||||
|
id: request_path
|
||||||
|
pages: '/opencase/reporting/clients'
|
||||||
|
negate: false
|
||||||
|
context_mapping: { }
|
@ -0,0 +1,28 @@
|
|||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- facets.facet.created
|
||||||
|
module:
|
||||||
|
- facets
|
||||||
|
- system
|
||||||
|
theme:
|
||||||
|
- bartik
|
||||||
|
id: facet_created
|
||||||
|
theme: bartik
|
||||||
|
region: sidebar_second
|
||||||
|
weight: 0
|
||||||
|
provider: null
|
||||||
|
plugin: 'facet_block:created'
|
||||||
|
settings:
|
||||||
|
id: 'facet_block:created'
|
||||||
|
label: 'Created Date'
|
||||||
|
provider: facets
|
||||||
|
label_display: visible
|
||||||
|
block_id: facet_created
|
||||||
|
visibility:
|
||||||
|
request_path:
|
||||||
|
id: request_path
|
||||||
|
pages: '/opencase/reporting/clients'
|
||||||
|
negate: false
|
||||||
|
context_mapping: { }
|
@ -0,0 +1,28 @@
|
|||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- facets.facet.disability
|
||||||
|
module:
|
||||||
|
- facets
|
||||||
|
- system
|
||||||
|
theme:
|
||||||
|
- bartik
|
||||||
|
id: facet_disability
|
||||||
|
theme: bartik
|
||||||
|
region: sidebar_second
|
||||||
|
weight: 0
|
||||||
|
provider: null
|
||||||
|
plugin: 'facet_block:disability'
|
||||||
|
settings:
|
||||||
|
id: 'facet_block:disability'
|
||||||
|
label: 'Disability'
|
||||||
|
provider: facets
|
||||||
|
label_display: visible
|
||||||
|
block_id: facet_disability
|
||||||
|
visibility:
|
||||||
|
request_path:
|
||||||
|
id: request_path
|
||||||
|
pages: '/opencase/reporting/clients'
|
||||||
|
negate: false
|
||||||
|
context_mapping: { }
|
@ -0,0 +1,28 @@
|
|||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- facets.facet.gender_identified_with
|
||||||
|
module:
|
||||||
|
- facets
|
||||||
|
- system
|
||||||
|
theme:
|
||||||
|
- bartik
|
||||||
|
id: facet_gender_identified_with
|
||||||
|
theme: bartik
|
||||||
|
region: sidebar_second
|
||||||
|
weight: 0
|
||||||
|
provider: null
|
||||||
|
plugin: 'facet_block:gender_identified_with'
|
||||||
|
settings:
|
||||||
|
id: 'facet_block:gender_identified_with'
|
||||||
|
label: 'Gender Identity'
|
||||||
|
provider: facets
|
||||||
|
label_display: visible
|
||||||
|
block_id: facet_gender_identified_with
|
||||||
|
visibility:
|
||||||
|
request_path:
|
||||||
|
id: request_path
|
||||||
|
pages: '/opencase/reporting/clients'
|
||||||
|
negate: false
|
||||||
|
context_mapping: { }
|
@ -0,0 +1,28 @@
|
|||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- facets.facet.languages
|
||||||
|
module:
|
||||||
|
- facets
|
||||||
|
- system
|
||||||
|
theme:
|
||||||
|
- bartik
|
||||||
|
id: facet_languages
|
||||||
|
theme: bartik
|
||||||
|
region: sidebar_second
|
||||||
|
weight: 0
|
||||||
|
provider: null
|
||||||
|
plugin: 'facet_block:languages'
|
||||||
|
settings:
|
||||||
|
id: 'facet_block:languages'
|
||||||
|
label: 'Languages'
|
||||||
|
provider: facets
|
||||||
|
label_display: visible
|
||||||
|
block_id: facet_languages
|
||||||
|
visibility:
|
||||||
|
request_path:
|
||||||
|
id: request_path
|
||||||
|
pages: '/opencase/reporting/clients'
|
||||||
|
negate: false
|
||||||
|
context_mapping: { }
|
@ -0,0 +1,28 @@
|
|||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- facets.facet.nationality
|
||||||
|
module:
|
||||||
|
- facets
|
||||||
|
- system
|
||||||
|
theme:
|
||||||
|
- bartik
|
||||||
|
id: facet_nationality
|
||||||
|
theme: bartik
|
||||||
|
region: sidebar_second
|
||||||
|
weight: 0
|
||||||
|
provider: null
|
||||||
|
plugin: 'facet_block:nationality'
|
||||||
|
settings:
|
||||||
|
id: 'facet_block:nationality'
|
||||||
|
label: 'Nationality'
|
||||||
|
provider: facets
|
||||||
|
label_display: visible
|
||||||
|
block_id: facet_nationality
|
||||||
|
visibility:
|
||||||
|
request_path:
|
||||||
|
id: request_path
|
||||||
|
pages: '/opencase/reporting/clients'
|
||||||
|
negate: false
|
||||||
|
context_mapping: { }
|
@ -0,0 +1,28 @@
|
|||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- facets.facet.osic_level
|
||||||
|
module:
|
||||||
|
- facets
|
||||||
|
- system
|
||||||
|
theme:
|
||||||
|
- bartik
|
||||||
|
id: osiclevel
|
||||||
|
theme: bartik
|
||||||
|
region: sidebar_second
|
||||||
|
weight: 0
|
||||||
|
provider: null
|
||||||
|
plugin: 'facet_block:osic_level'
|
||||||
|
settings:
|
||||||
|
id: 'facet_block:osic_level'
|
||||||
|
label: 'OSIC level'
|
||||||
|
provider: facets
|
||||||
|
label_display: visible
|
||||||
|
block_id: osiclevel
|
||||||
|
visibility:
|
||||||
|
request_path:
|
||||||
|
id: request_path
|
||||||
|
pages: '/opencase/reporting/*'
|
||||||
|
negate: false
|
||||||
|
context_mapping: { }
|
@ -0,0 +1,11 @@
|
|||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies: { }
|
||||||
|
id: contact_opencase
|
||||||
|
label: 'Contact the OpenCase Developers'
|
||||||
|
recipients:
|
||||||
|
- naomi@aktivix.org
|
||||||
|
reply: ''
|
||||||
|
weight: 0
|
||||||
|
message: 'Thank you for your message. The OpenCase team will get back to you ASAP.'
|
||||||
|
redirect: ''
|
@ -0,0 +1,5 @@
|
|||||||
|
default_form: contact_opencase
|
||||||
|
flood:
|
||||||
|
limit: 5
|
||||||
|
interval: 3600
|
||||||
|
user_default_enabled: false
|
@ -0,0 +1,24 @@
|
|||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- opencase_entities.oc_actor_type.client
|
||||||
|
- opencase_entities.oc_actor_type.volunteer
|
||||||
|
- opencase_entities.oc_case_type.accommodation
|
||||||
|
id: oc_case.accommodation.actors_involved
|
||||||
|
field_name: actors_involved
|
||||||
|
entity_type: oc_case
|
||||||
|
bundle: accommodation
|
||||||
|
label: 'Involved Parties'
|
||||||
|
description: 'People involved in this case. To add one, start typing their name.'
|
||||||
|
required: true
|
||||||
|
translatable: true
|
||||||
|
default_value: { }
|
||||||
|
default_value_callback: 'Drupal\opencase_entities\Entity\OCCase::defaultVal'
|
||||||
|
settings:
|
||||||
|
handler_settings:
|
||||||
|
target_bundles:
|
||||||
|
client: client
|
||||||
|
volunteer: volunteer
|
||||||
|
handler: default
|
||||||
|
field_type: entity_reference
|
@ -0,0 +1,24 @@
|
|||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- opencase_entities.oc_actor_type.client
|
||||||
|
- opencase_entities.oc_actor_type.volunteer
|
||||||
|
- opencase_entities.oc_case_type.asylum_support
|
||||||
|
id: oc_case.asylum_support.actors_involved
|
||||||
|
field_name: actors_involved
|
||||||
|
entity_type: oc_case
|
||||||
|
bundle: asylum_support
|
||||||
|
label: 'Involved Parties'
|
||||||
|
description: 'People involved in this case. To add one, start typing their name.'
|
||||||
|
required: true
|
||||||
|
translatable: true
|
||||||
|
default_value: { }
|
||||||
|
default_value_callback: 'Drupal\opencase_entities\Entity\OCCase::defaultVal'
|
||||||
|
settings:
|
||||||
|
handler_settings:
|
||||||
|
target_bundles:
|
||||||
|
client: client
|
||||||
|
volunteer: volunteer
|
||||||
|
handler: default
|
||||||
|
field_type: entity_reference
|
@ -0,0 +1,24 @@
|
|||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- opencase_entities.oc_actor_type.client
|
||||||
|
- opencase_entities.oc_actor_type.volunteer
|
||||||
|
- opencase_entities.oc_case_type.employability
|
||||||
|
id: oc_case.employability.actors_involved
|
||||||
|
field_name: actors_involved
|
||||||
|
entity_type: oc_case
|
||||||
|
bundle: employability
|
||||||
|
label: 'Involved Parties'
|
||||||
|
description: 'People involved in this case. To add one, start typing their name.'
|
||||||
|
required: true
|
||||||
|
translatable: true
|
||||||
|
default_value: { }
|
||||||
|
default_value_callback: 'Drupal\opencase_entities\Entity\OCCase::defaultVal'
|
||||||
|
settings:
|
||||||
|
handler_settings:
|
||||||
|
target_bundles:
|
||||||
|
client: client
|
||||||
|
volunteer: volunteer
|
||||||
|
handler: default
|
||||||
|
field_type: entity_reference
|
@ -0,0 +1,24 @@
|
|||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- opencase_entities.oc_actor_type.client
|
||||||
|
- opencase_entities.oc_actor_type.volunteer
|
||||||
|
- opencase_entities.oc_case_type.health
|
||||||
|
id: oc_case.health.actors_involved
|
||||||
|
field_name: actors_involved
|
||||||
|
entity_type: oc_case
|
||||||
|
bundle: health
|
||||||
|
label: 'Involved Parties'
|
||||||
|
description: 'People involved in this case. To add one, start typing their name.'
|
||||||
|
required: true
|
||||||
|
translatable: true
|
||||||
|
default_value: { }
|
||||||
|
default_value_callback: 'Drupal\opencase_entities\Entity\OCCase::defaultVal'
|
||||||
|
settings:
|
||||||
|
handler_settings:
|
||||||
|
target_bundles:
|
||||||
|
client: client
|
||||||
|
volunteer: volunteer
|
||||||
|
handler: default
|
||||||
|
field_type: entity_reference
|
@ -0,0 +1,24 @@
|
|||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- opencase_entities.oc_actor_type.client
|
||||||
|
- opencase_entities.oc_actor_type.volunteer
|
||||||
|
- opencase_entities.oc_case_type.immigration
|
||||||
|
id: oc_case.immigration.actors_involved
|
||||||
|
field_name: actors_involved
|
||||||
|
entity_type: oc_case
|
||||||
|
bundle: immigration
|
||||||
|
label: 'Involved Parties'
|
||||||
|
description: 'People involved in this case. To add one, start typing their name.'
|
||||||
|
required: true
|
||||||
|
translatable: true
|
||||||
|
default_value: { }
|
||||||
|
default_value_callback: 'Drupal\opencase_entities\Entity\OCCase::defaultVal'
|
||||||
|
settings:
|
||||||
|
handler_settings:
|
||||||
|
target_bundles:
|
||||||
|
client: client
|
||||||
|
volunteer: volunteer
|
||||||
|
handler: default
|
||||||
|
field_type: entity_reference
|
@ -0,0 +1,22 @@
|
|||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- opencase_entities.oc_actor_type.client
|
||||||
|
- opencase_entities.oc_case_type.volunteer_engagement
|
||||||
|
id: oc_case.volunteer_engagement.actors_involved
|
||||||
|
field_name: actors_involved
|
||||||
|
entity_type: oc_case
|
||||||
|
bundle: volunteer_engagement
|
||||||
|
label: 'Involved Parties'
|
||||||
|
description: 'People involved in this case. To add one, start typing their name.'
|
||||||
|
required: true
|
||||||
|
translatable: true
|
||||||
|
default_value: { }
|
||||||
|
default_value_callback: 'Drupal\opencase_entities\Entity\OCCase::defaultVal'
|
||||||
|
settings:
|
||||||
|
handler_settings:
|
||||||
|
target_bundles:
|
||||||
|
volunteer: volunteer
|
||||||
|
handler: default
|
||||||
|
field_type: entity_reference
|
@ -0,0 +1,24 @@
|
|||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- opencase_entities.oc_actor_type.client
|
||||||
|
- opencase_entities.oc_actor_type.volunteer
|
||||||
|
- opencase_entities.oc_case_type.welfare_rights
|
||||||
|
id: oc_case.welfare_rights.actors_involved
|
||||||
|
field_name: actors_involved
|
||||||
|
entity_type: oc_case
|
||||||
|
bundle: welfare_rights
|
||||||
|
label: 'Involved Parties'
|
||||||
|
description: 'People involved in this case. To add one, start typing their name.'
|
||||||
|
required: true
|
||||||
|
translatable: true
|
||||||
|
default_value: { }
|
||||||
|
default_value_callback: 'Drupal\opencase_entities\Entity\OCCase::defaultVal'
|
||||||
|
settings:
|
||||||
|
handler_settings:
|
||||||
|
target_bundles:
|
||||||
|
client: client
|
||||||
|
volunteer: volunteer
|
||||||
|
handler: default
|
||||||
|
field_type: entity_reference
|
@ -25,12 +25,10 @@ bundle: client
|
|||||||
mode: default
|
mode: default
|
||||||
content:
|
content:
|
||||||
field_asylum_status:
|
field_asylum_status:
|
||||||
weight: 35
|
weight: 6
|
||||||
settings:
|
settings: { }
|
||||||
size: 60
|
|
||||||
placeholder: ''
|
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
type: string_textfield
|
type: options_select
|
||||||
region: content
|
region: content
|
||||||
field_client_field_1:
|
field_client_field_1:
|
||||||
weight: 26
|
weight: 26
|
||||||
@ -41,20 +39,20 @@ content:
|
|||||||
type: string_textfield
|
type: string_textfield
|
||||||
region: content
|
region: content
|
||||||
field_confidentiality_form:
|
field_confidentiality_form:
|
||||||
weight: 39
|
weight: 15
|
||||||
settings:
|
settings:
|
||||||
progress_indicator: throbber
|
progress_indicator: throbber
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
type: file_generic
|
type: file_generic
|
||||||
region: content
|
region: content
|
||||||
field_date_of_birth:
|
field_date_of_birth:
|
||||||
weight: 27
|
weight: 3
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
type: datetime_default
|
type: datetime_default
|
||||||
region: content
|
region: content
|
||||||
field_dependants:
|
field_dependants:
|
||||||
weight: 36
|
weight: 12
|
||||||
settings:
|
settings:
|
||||||
size: 60
|
size: 60
|
||||||
placeholder: ''
|
placeholder: ''
|
||||||
@ -62,7 +60,7 @@ content:
|
|||||||
type: string_textfield
|
type: string_textfield
|
||||||
region: content
|
region: content
|
||||||
field_disability:
|
field_disability:
|
||||||
weight: 31
|
weight: 10
|
||||||
settings:
|
settings:
|
||||||
size: 60
|
size: 60
|
||||||
placeholder: ''
|
placeholder: ''
|
||||||
@ -70,7 +68,7 @@ content:
|
|||||||
type: string_textfield
|
type: string_textfield
|
||||||
region: content
|
region: content
|
||||||
field_ethnic_o:
|
field_ethnic_o:
|
||||||
weight: 33
|
weight: 7
|
||||||
settings:
|
settings:
|
||||||
size: 60
|
size: 60
|
||||||
placeholder: ''
|
placeholder: ''
|
||||||
@ -78,39 +76,37 @@ content:
|
|||||||
type: string_textfield
|
type: string_textfield
|
||||||
region: content
|
region: content
|
||||||
field_gender_identified_with:
|
field_gender_identified_with:
|
||||||
weight: 30
|
weight: 4
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
type: options_select
|
type: options_select
|
||||||
region: content
|
region: content
|
||||||
field_how_heard:
|
field_how_heard:
|
||||||
weight: 37
|
weight: 13
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
type: options_select
|
type: options_select
|
||||||
region: content
|
region: content
|
||||||
field_income:
|
field_income:
|
||||||
weight: 34
|
weight: 11
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
type: options_select
|
type: options_select
|
||||||
region: content
|
region: content
|
||||||
field_languages_spoken:
|
field_languages_spoken:
|
||||||
weight: 32
|
weight: 9
|
||||||
settings:
|
settings: { }
|
||||||
size: 60
|
|
||||||
placeholder: ''
|
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
type: string_textfield
|
type: options_select
|
||||||
region: content
|
region: content
|
||||||
field_marital_:
|
field_marital_:
|
||||||
weight: 29
|
weight: 5
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
type: options_select
|
type: options_select
|
||||||
region: content
|
region: content
|
||||||
field_nationality:
|
field_nationality:
|
||||||
weight: 28
|
weight: 8
|
||||||
settings:
|
settings:
|
||||||
size: 60
|
size: 60
|
||||||
placeholder: ''
|
placeholder: ''
|
||||||
@ -118,7 +114,7 @@ content:
|
|||||||
type: string_textfield
|
type: string_textfield
|
||||||
region: content
|
region: content
|
||||||
field_referred_by:
|
field_referred_by:
|
||||||
weight: 38
|
weight: 14
|
||||||
settings:
|
settings:
|
||||||
size: 60
|
size: 60
|
||||||
placeholder: ''
|
placeholder: ''
|
||||||
@ -135,7 +131,7 @@ content:
|
|||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
phone:
|
phone:
|
||||||
type: string_textfield
|
type: string_textfield
|
||||||
weight: 2
|
weight: 0
|
||||||
region: content
|
region: content
|
||||||
settings:
|
settings:
|
||||||
size: 60
|
size: 60
|
||||||
@ -143,7 +139,7 @@ content:
|
|||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
phone2:
|
phone2:
|
||||||
type: string_textfield
|
type: string_textfield
|
||||||
weight: 3
|
weight: 1
|
||||||
region: content
|
region: content
|
||||||
settings:
|
settings:
|
||||||
size: 60
|
size: 60
|
||||||
@ -151,7 +147,7 @@ content:
|
|||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
postal_address:
|
postal_address:
|
||||||
type: string_textarea
|
type: string_textarea
|
||||||
weight: 5
|
weight: 2
|
||||||
region: content
|
region: content
|
||||||
settings:
|
settings:
|
||||||
rows: 5
|
rows: 5
|
@ -0,0 +1,43 @@
|
|||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.field.oc_actor.volunteer.field_languages_spoken
|
||||||
|
- field.field.oc_actor.volunteer.field_nationality
|
||||||
|
- field.field.oc_actor.volunteer.field_osic_level
|
||||||
|
- field.field.oc_actor.volunteer.field_skills
|
||||||
|
- opencase_entities.oc_actor_type.volunteer
|
||||||
|
id: oc_actor.volunteer.default
|
||||||
|
targetEntityType: oc_actor
|
||||||
|
bundle: volunteer
|
||||||
|
mode: default
|
||||||
|
content:
|
||||||
|
field_languages_spoken:
|
||||||
|
weight: 1
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
type: options_select
|
||||||
|
region: content
|
||||||
|
field_nationality:
|
||||||
|
weight: 0
|
||||||
|
settings:
|
||||||
|
size: 60
|
||||||
|
placeholder: ''
|
||||||
|
third_party_settings: { }
|
||||||
|
type: string_textfield
|
||||||
|
region: content
|
||||||
|
field_osic_level:
|
||||||
|
weight: 2
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
type: options_select
|
||||||
|
region: content
|
||||||
|
field_skills:
|
||||||
|
type: string_textarea
|
||||||
|
weight: 3
|
||||||
|
region: content
|
||||||
|
settings:
|
||||||
|
rows: 5
|
||||||
|
placeholder: ''
|
||||||
|
third_party_settings: { }
|
||||||
|
hidden: { }
|
@ -27,12 +27,11 @@ bundle: client
|
|||||||
mode: default
|
mode: default
|
||||||
content:
|
content:
|
||||||
field_asylum_status:
|
field_asylum_status:
|
||||||
weight: 15
|
weight: 6
|
||||||
label: above
|
label: above
|
||||||
settings:
|
settings: { }
|
||||||
link_to_entity: false
|
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
type: string
|
type: list_default
|
||||||
region: content
|
region: content
|
||||||
field_client_field_1:
|
field_client_field_1:
|
||||||
weight: 1
|
weight: 1
|
||||||
@ -43,7 +42,7 @@ content:
|
|||||||
type: string
|
type: string
|
||||||
region: content
|
region: content
|
||||||
field_confidentiality_form:
|
field_confidentiality_form:
|
||||||
weight: 19
|
weight: 15
|
||||||
label: above
|
label: above
|
||||||
settings:
|
settings:
|
||||||
use_description_as_link_text: true
|
use_description_as_link_text: true
|
||||||
@ -51,60 +50,15 @@ content:
|
|||||||
type: file_default
|
type: file_default
|
||||||
region: content
|
region: content
|
||||||
field_date_of_birth:
|
field_date_of_birth:
|
||||||
weight: 7
|
weight: 3
|
||||||
label: above
|
label: above
|
||||||
settings:
|
settings:
|
||||||
format_type: medium
|
|
||||||
timezone_override: ''
|
timezone_override: ''
|
||||||
|
format_type: short
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
type: datetime_default
|
type: datetime_default
|
||||||
region: content
|
region: content
|
||||||
field_dependants:
|
field_dependants:
|
||||||
weight: 16
|
|
||||||
label: above
|
|
||||||
settings:
|
|
||||||
link_to_entity: false
|
|
||||||
third_party_settings: { }
|
|
||||||
type: string
|
|
||||||
region: content
|
|
||||||
field_disability:
|
|
||||||
weight: 11
|
|
||||||
label: above
|
|
||||||
settings:
|
|
||||||
link_to_entity: false
|
|
||||||
third_party_settings: { }
|
|
||||||
type: string
|
|
||||||
region: content
|
|
||||||
field_ethnic_o:
|
|
||||||
weight: 13
|
|
||||||
label: above
|
|
||||||
settings:
|
|
||||||
link_to_entity: false
|
|
||||||
third_party_settings: { }
|
|
||||||
type: string
|
|
||||||
region: content
|
|
||||||
field_gender_identified_with:
|
|
||||||
weight: 10
|
|
||||||
label: above
|
|
||||||
settings: { }
|
|
||||||
third_party_settings: { }
|
|
||||||
type: list_default
|
|
||||||
region: content
|
|
||||||
field_how_heard:
|
|
||||||
weight: 17
|
|
||||||
label: above
|
|
||||||
settings: { }
|
|
||||||
third_party_settings: { }
|
|
||||||
type: list_default
|
|
||||||
region: content
|
|
||||||
field_income:
|
|
||||||
weight: 14
|
|
||||||
label: above
|
|
||||||
settings: { }
|
|
||||||
third_party_settings: { }
|
|
||||||
type: list_default
|
|
||||||
region: content
|
|
||||||
field_languages_spoken:
|
|
||||||
weight: 12
|
weight: 12
|
||||||
label: above
|
label: above
|
||||||
settings:
|
settings:
|
||||||
@ -112,13 +66,57 @@ content:
|
|||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
type: string
|
type: string
|
||||||
region: content
|
region: content
|
||||||
field_marital_:
|
field_disability:
|
||||||
|
weight: 10
|
||||||
|
label: above
|
||||||
|
settings:
|
||||||
|
link_to_entity: false
|
||||||
|
third_party_settings: { }
|
||||||
|
type: string
|
||||||
|
region: content
|
||||||
|
field_ethnic_o:
|
||||||
|
weight: 7
|
||||||
|
label: above
|
||||||
|
settings:
|
||||||
|
link_to_entity: false
|
||||||
|
third_party_settings: { }
|
||||||
|
type: string
|
||||||
|
region: content
|
||||||
|
field_gender_identified_with:
|
||||||
|
weight: 4
|
||||||
|
label: above
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
type: list_default
|
||||||
|
region: content
|
||||||
|
field_how_heard:
|
||||||
|
weight: 13
|
||||||
|
label: above
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
type: list_default
|
||||||
|
region: content
|
||||||
|
field_income:
|
||||||
|
weight: 11
|
||||||
|
label: above
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
type: list_default
|
||||||
|
region: content
|
||||||
|
field_languages_spoken:
|
||||||
weight: 9
|
weight: 9
|
||||||
label: above
|
label: above
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
type: list_default
|
type: list_default
|
||||||
region: content
|
region: content
|
||||||
|
field_marital_:
|
||||||
|
weight: 5
|
||||||
|
label: above
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
type: list_default
|
||||||
|
region: content
|
||||||
field_nationality:
|
field_nationality:
|
||||||
weight: 8
|
weight: 8
|
||||||
label: above
|
label: above
|
||||||
@ -128,7 +126,7 @@ content:
|
|||||||
type: string
|
type: string
|
||||||
region: content
|
region: content
|
||||||
field_referred_by:
|
field_referred_by:
|
||||||
weight: 18
|
weight: 14
|
||||||
label: above
|
label: above
|
||||||
settings:
|
settings:
|
||||||
link_to_entity: false
|
link_to_entity: false
|
||||||
@ -143,27 +141,4 @@ content:
|
|||||||
settings:
|
settings:
|
||||||
link_to_entity: false
|
link_to_entity: false
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
phone:
|
|
||||||
label: above
|
|
||||||
type: string
|
|
||||||
weight: 2
|
|
||||||
region: content
|
|
||||||
settings:
|
|
||||||
link_to_entity: false
|
|
||||||
third_party_settings: { }
|
|
||||||
phone2:
|
|
||||||
label: above
|
|
||||||
type: string
|
|
||||||
weight: 3
|
|
||||||
region: content
|
|
||||||
settings:
|
|
||||||
link_to_entity: false
|
|
||||||
third_party_settings: { }
|
|
||||||
postal_address:
|
|
||||||
label: above
|
|
||||||
type: basic_string
|
|
||||||
weight: 5
|
|
||||||
region: content
|
|
||||||
settings: { }
|
|
||||||
third_party_settings: { }
|
|
||||||
hidden: { }
|
hidden: { }
|
@ -4,8 +4,11 @@ dependencies:
|
|||||||
config:
|
config:
|
||||||
- field.field.oc_actor.volunteer.field_languages_spoken
|
- field.field.oc_actor.volunteer.field_languages_spoken
|
||||||
- field.field.oc_actor.volunteer.field_nationality
|
- field.field.oc_actor.volunteer.field_nationality
|
||||||
|
- field.field.oc_actor.volunteer.field_osic_level
|
||||||
|
- field.field.oc_actor.volunteer.field_skills
|
||||||
- opencase_entities.oc_actor_type.volunteer
|
- opencase_entities.oc_actor_type.volunteer
|
||||||
module:
|
module:
|
||||||
|
- options
|
||||||
- user
|
- user
|
||||||
id: oc_actor.volunteer.default
|
id: oc_actor.volunteer.default
|
||||||
targetEntityType: oc_actor
|
targetEntityType: oc_actor
|
||||||
@ -13,20 +16,26 @@ bundle: volunteer
|
|||||||
mode: default
|
mode: default
|
||||||
content:
|
content:
|
||||||
field_languages_spoken:
|
field_languages_spoken:
|
||||||
weight: 8
|
weight: 4
|
||||||
|
label: above
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
type: list_default
|
||||||
|
region: content
|
||||||
|
field_nationality:
|
||||||
|
weight: 3
|
||||||
label: above
|
label: above
|
||||||
settings:
|
settings:
|
||||||
link_to_entity: false
|
link_to_entity: false
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
type: string
|
type: string
|
||||||
region: content
|
region: content
|
||||||
field_nationality:
|
field_osic_level:
|
||||||
weight: 7
|
weight: 5
|
||||||
label: above
|
label: above
|
||||||
settings:
|
settings: { }
|
||||||
link_to_entity: false
|
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
type: string
|
type: list_default
|
||||||
region: content
|
region: content
|
||||||
field_sdfdsfds:
|
field_sdfdsfds:
|
||||||
weight: 1
|
weight: 1
|
||||||
@ -35,6 +44,13 @@ content:
|
|||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
type: text_default
|
type: text_default
|
||||||
region: content
|
region: content
|
||||||
|
field_skills:
|
||||||
|
type: basic_string
|
||||||
|
weight: 6
|
||||||
|
region: content
|
||||||
|
label: above
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
name:
|
name:
|
||||||
label: above
|
label: above
|
||||||
type: string
|
type: string
|
||||||
@ -46,7 +62,7 @@ content:
|
|||||||
phone:
|
phone:
|
||||||
label: above
|
label: above
|
||||||
type: string
|
type: string
|
||||||
weight: 2
|
weight: 0
|
||||||
region: content
|
region: content
|
||||||
settings:
|
settings:
|
||||||
link_to_entity: false
|
link_to_entity: false
|
||||||
@ -54,7 +70,7 @@ content:
|
|||||||
phone2:
|
phone2:
|
||||||
label: above
|
label: above
|
||||||
type: string
|
type: string
|
||||||
weight: 3
|
weight: 1
|
||||||
region: content
|
region: content
|
||||||
settings:
|
settings:
|
||||||
link_to_entity: false
|
link_to_entity: false
|
||||||
@ -62,7 +78,7 @@ content:
|
|||||||
postal_address:
|
postal_address:
|
||||||
label: above
|
label: above
|
||||||
type: basic_string
|
type: basic_string
|
||||||
weight: 5
|
weight: 2
|
||||||
region: content
|
region: content
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
@ -0,0 +1,47 @@
|
|||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- search_api.index.opencase_reporting_clients
|
||||||
|
- views.view.reporting_clients
|
||||||
|
module:
|
||||||
|
- search_api
|
||||||
|
id: asylum_status
|
||||||
|
name: 'Asylum status'
|
||||||
|
url_alias: asylum_status
|
||||||
|
weight: 0
|
||||||
|
min_count: 1
|
||||||
|
show_only_one_result: false
|
||||||
|
field_identifier: field_asylum_status
|
||||||
|
facet_source_id: 'search_api:views_page__reporting_clients__page_1'
|
||||||
|
widget:
|
||||||
|
type: checkbox
|
||||||
|
config:
|
||||||
|
show_numbers: false
|
||||||
|
soft_limit: 0
|
||||||
|
soft_limit_settings:
|
||||||
|
show_less_label: 'Show less'
|
||||||
|
show_more_label: 'Show more'
|
||||||
|
query_operator: or
|
||||||
|
use_hierarchy: false
|
||||||
|
expand_hierarchy: false
|
||||||
|
enable_parent_when_child_gets_disabled: true
|
||||||
|
hard_limit: 0
|
||||||
|
exclude: false
|
||||||
|
only_visible_when_facet_source_is_visible: true
|
||||||
|
processor_configs:
|
||||||
|
display_value_widget_order:
|
||||||
|
processor_id: display_value_widget_order
|
||||||
|
weights:
|
||||||
|
sort: 40
|
||||||
|
settings:
|
||||||
|
sort: ASC
|
||||||
|
url_processor_handler:
|
||||||
|
processor_id: url_processor_handler
|
||||||
|
weights:
|
||||||
|
pre_query: 50
|
||||||
|
build: 15
|
||||||
|
settings: { }
|
||||||
|
empty_behavior:
|
||||||
|
behavior: none
|
||||||
|
show_title: false
|
@ -0,0 +1,47 @@
|
|||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- search_api.index.opencase_reporting_clients
|
||||||
|
- views.view.reporting_clients
|
||||||
|
module:
|
||||||
|
- search_api
|
||||||
|
id: asylum_status_export
|
||||||
|
name: 'Asylum status'
|
||||||
|
url_alias: asylum_status
|
||||||
|
weight: 0
|
||||||
|
min_count: 1
|
||||||
|
show_only_one_result: false
|
||||||
|
field_identifier: field_asylum_status
|
||||||
|
facet_source_id: 'search_api:views_data_export__reporting_clients__data_export_1'
|
||||||
|
widget:
|
||||||
|
type: checkbox
|
||||||
|
config:
|
||||||
|
show_numbers: false
|
||||||
|
soft_limit: 0
|
||||||
|
soft_limit_settings:
|
||||||
|
show_less_label: 'Show less'
|
||||||
|
show_more_label: 'Show more'
|
||||||
|
query_operator: or
|
||||||
|
use_hierarchy: false
|
||||||
|
expand_hierarchy: false
|
||||||
|
enable_parent_when_child_gets_disabled: true
|
||||||
|
hard_limit: 0
|
||||||
|
exclude: false
|
||||||
|
only_visible_when_facet_source_is_visible: true
|
||||||
|
processor_configs:
|
||||||
|
display_value_widget_order:
|
||||||
|
processor_id: display_value_widget_order
|
||||||
|
weights:
|
||||||
|
sort: 40
|
||||||
|
settings:
|
||||||
|
sort: ASC
|
||||||
|
url_processor_handler:
|
||||||
|
processor_id: url_processor_handler
|
||||||
|
weights:
|
||||||
|
pre_query: 50
|
||||||
|
build: 15
|
||||||
|
settings: { }
|
||||||
|
empty_behavior:
|
||||||
|
behavior: none
|
||||||
|
show_title: false
|
@ -0,0 +1,67 @@
|
|||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- search_api.index.opencase_reporting_clients
|
||||||
|
- views.view.reporting_clients
|
||||||
|
module:
|
||||||
|
- search_api
|
||||||
|
id: created
|
||||||
|
name: Created
|
||||||
|
url_alias: created
|
||||||
|
weight: 0
|
||||||
|
min_count: 1
|
||||||
|
show_only_one_result: false
|
||||||
|
field_identifier: created
|
||||||
|
facet_source_id: 'search_api:views_page__reporting_clients__page_1'
|
||||||
|
widget:
|
||||||
|
type: checkbox
|
||||||
|
config:
|
||||||
|
show_numbers: true
|
||||||
|
soft_limit: 0
|
||||||
|
soft_limit_settings:
|
||||||
|
show_less_label: 'Show less'
|
||||||
|
show_more_label: 'Show more'
|
||||||
|
query_operator: or
|
||||||
|
use_hierarchy: false
|
||||||
|
expand_hierarchy: false
|
||||||
|
enable_parent_when_child_gets_disabled: true
|
||||||
|
hard_limit: 0
|
||||||
|
exclude: false
|
||||||
|
only_visible_when_facet_source_is_visible: true
|
||||||
|
processor_configs:
|
||||||
|
active_widget_order:
|
||||||
|
processor_id: active_widget_order
|
||||||
|
weights:
|
||||||
|
sort: -8
|
||||||
|
settings:
|
||||||
|
sort: DESC
|
||||||
|
count_widget_order:
|
||||||
|
processor_id: count_widget_order
|
||||||
|
weights:
|
||||||
|
sort: -9
|
||||||
|
settings:
|
||||||
|
sort: DESC
|
||||||
|
date_item:
|
||||||
|
processor_id: date_item
|
||||||
|
weights:
|
||||||
|
build: 35
|
||||||
|
settings:
|
||||||
|
date_display: actual_date
|
||||||
|
granularity: 5
|
||||||
|
date_format: ''
|
||||||
|
display_value_widget_order:
|
||||||
|
processor_id: display_value_widget_order
|
||||||
|
weights:
|
||||||
|
sort: -10
|
||||||
|
settings:
|
||||||
|
sort: ASC
|
||||||
|
url_processor_handler:
|
||||||
|
processor_id: url_processor_handler
|
||||||
|
weights:
|
||||||
|
pre_query: 50
|
||||||
|
build: 15
|
||||||
|
settings: { }
|
||||||
|
empty_behavior:
|
||||||
|
behavior: none
|
||||||
|
show_title: false
|
@ -0,0 +1,67 @@
|
|||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- search_api.index.opencase_reporting_clients
|
||||||
|
module:
|
||||||
|
- views_data_export
|
||||||
|
id: created_export
|
||||||
|
name: 'Created - Export'
|
||||||
|
url_alias: created
|
||||||
|
weight: 0
|
||||||
|
min_count: 1
|
||||||
|
show_only_one_result: false
|
||||||
|
field_identifier: created
|
||||||
|
facet_source_id: 'search_api:views_data_export__reporting_clients__data_export_1'
|
||||||
|
widget:
|
||||||
|
type: checkbox
|
||||||
|
config:
|
||||||
|
show_numbers: true
|
||||||
|
soft_limit: 0
|
||||||
|
soft_limit_settings:
|
||||||
|
show_less_label: 'Show less'
|
||||||
|
show_more_label: 'Show more'
|
||||||
|
query_operator: or
|
||||||
|
use_hierarchy: false
|
||||||
|
expand_hierarchy: false
|
||||||
|
enable_parent_when_child_gets_disabled: true
|
||||||
|
hard_limit: 0
|
||||||
|
exclude: false
|
||||||
|
only_visible_when_facet_source_is_visible: true
|
||||||
|
processor_configs:
|
||||||
|
active_widget_order:
|
||||||
|
processor_id: active_widget_order
|
||||||
|
weights:
|
||||||
|
sort: 20
|
||||||
|
settings:
|
||||||
|
sort: DESC
|
||||||
|
count_widget_order:
|
||||||
|
processor_id: count_widget_order
|
||||||
|
weights:
|
||||||
|
sort: 30
|
||||||
|
settings:
|
||||||
|
sort: DESC
|
||||||
|
date_item:
|
||||||
|
processor_id: date_item
|
||||||
|
weights:
|
||||||
|
build: 35
|
||||||
|
settings:
|
||||||
|
date_display: actual_date
|
||||||
|
granularity: 5
|
||||||
|
date_format: ''
|
||||||
|
display_value_widget_order:
|
||||||
|
processor_id: display_value_widget_order
|
||||||
|
weights:
|
||||||
|
sort: 40
|
||||||
|
settings:
|
||||||
|
sort: ASC
|
||||||
|
url_processor_handler:
|
||||||
|
processor_id: url_processor_handler
|
||||||
|
weights:
|
||||||
|
pre_query: 50
|
||||||
|
build: 15
|
||||||
|
settings: { }
|
||||||
|
empty_behavior:
|
||||||
|
behavior: none
|
||||||
|
show_title: false
|
||||||
|
|
@ -0,0 +1,47 @@
|
|||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- search_api.index.opencase_reporting_clients
|
||||||
|
- views.view.reporting_clients
|
||||||
|
module:
|
||||||
|
- search_api
|
||||||
|
id: disability
|
||||||
|
name: 'Disability'
|
||||||
|
url_alias: disability
|
||||||
|
weight: 0
|
||||||
|
min_count: 1
|
||||||
|
show_only_one_result: false
|
||||||
|
field_identifier: field_disability
|
||||||
|
facet_source_id: 'search_api:views_page__reporting_clients__page_1'
|
||||||
|
widget:
|
||||||
|
type: checkbox
|
||||||
|
config:
|
||||||
|
show_numbers: false
|
||||||
|
soft_limit: 0
|
||||||
|
soft_limit_settings:
|
||||||
|
show_less_label: 'Show less'
|
||||||
|
show_more_label: 'Show more'
|
||||||
|
query_operator: or
|
||||||
|
use_hierarchy: false
|
||||||
|
expand_hierarchy: false
|
||||||
|
enable_parent_when_child_gets_disabled: true
|
||||||
|
hard_limit: 0
|
||||||
|
exclude: false
|
||||||
|
only_visible_when_facet_source_is_visible: true
|
||||||
|
processor_configs:
|
||||||
|
display_value_widget_order:
|
||||||
|
processor_id: display_value_widget_order
|
||||||
|
weights:
|
||||||
|
sort: 40
|
||||||
|
settings:
|
||||||
|
sort: ASC
|
||||||
|
url_processor_handler:
|
||||||
|
processor_id: url_processor_handler
|
||||||
|
weights:
|
||||||
|
pre_query: 50
|
||||||
|
build: 15
|
||||||
|
settings: { }
|
||||||
|
empty_behavior:
|
||||||
|
behavior: none
|
||||||
|
show_title: false
|
@ -0,0 +1,47 @@
|
|||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- search_api.index.opencase_reporting_clients
|
||||||
|
- views.view.reporting_clients
|
||||||
|
module:
|
||||||
|
- search_api
|
||||||
|
id: disability_export
|
||||||
|
name: 'Disability'
|
||||||
|
url_alias: disability
|
||||||
|
weight: 0
|
||||||
|
min_count: 1
|
||||||
|
show_only_one_result: false
|
||||||
|
field_identifier: field_disability
|
||||||
|
facet_source_id: 'search_api:views_data_export__reporting_clients__data_export_1'
|
||||||
|
widget:
|
||||||
|
type: checkbox
|
||||||
|
config:
|
||||||
|
show_numbers: false
|
||||||
|
soft_limit: 0
|
||||||
|
soft_limit_settings:
|
||||||
|
show_less_label: 'Show less'
|
||||||
|
show_more_label: 'Show more'
|
||||||
|
query_operator: or
|
||||||
|
use_hierarchy: false
|
||||||
|
expand_hierarchy: false
|
||||||
|
enable_parent_when_child_gets_disabled: true
|
||||||
|
hard_limit: 0
|
||||||
|
exclude: false
|
||||||
|
only_visible_when_facet_source_is_visible: true
|
||||||
|
processor_configs:
|
||||||
|
display_value_widget_order:
|
||||||
|
processor_id: display_value_widget_order
|
||||||
|
weights:
|
||||||
|
sort: 40
|
||||||
|
settings:
|
||||||
|
sort: ASC
|
||||||
|
url_processor_handler:
|
||||||
|
processor_id: url_processor_handler
|
||||||
|
weights:
|
||||||
|
pre_query: 50
|
||||||
|
build: 15
|
||||||
|
settings: { }
|
||||||
|
empty_behavior:
|
||||||
|
behavior: none
|
||||||
|
show_title: false
|
@ -0,0 +1,47 @@
|
|||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- search_api.index.opencase_reporting_clients
|
||||||
|
- views.view.reporting_clients
|
||||||
|
module:
|
||||||
|
- search_api
|
||||||
|
id: gender_identified_with
|
||||||
|
name: 'Gender Identity'
|
||||||
|
url_alias: gender_identified_with
|
||||||
|
weight: 0
|
||||||
|
min_count: 1
|
||||||
|
show_only_one_result: false
|
||||||
|
field_identifier: field_gender_identified_with
|
||||||
|
facet_source_id: 'search_api:views_page__reporting_clients__page_1'
|
||||||
|
widget:
|
||||||
|
type: checkbox
|
||||||
|
config:
|
||||||
|
show_numbers: false
|
||||||
|
soft_limit: 0
|
||||||
|
soft_limit_settings:
|
||||||
|
show_less_label: 'Show less'
|
||||||
|
show_more_label: 'Show more'
|
||||||
|
query_operator: or
|
||||||
|
use_hierarchy: false
|
||||||
|
expand_hierarchy: false
|
||||||
|
enable_parent_when_child_gets_disabled: true
|
||||||
|
hard_limit: 0
|
||||||
|
exclude: false
|
||||||
|
only_visible_when_facet_source_is_visible: true
|
||||||
|
processor_configs:
|
||||||
|
display_value_widget_order:
|
||||||
|
processor_id: display_value_widget_order
|
||||||
|
weights:
|
||||||
|
sort: 40
|
||||||
|
settings:
|
||||||
|
sort: ASC
|
||||||
|
url_processor_handler:
|
||||||
|
processor_id: url_processor_handler
|
||||||
|
weights:
|
||||||
|
pre_query: 50
|
||||||
|
build: 15
|
||||||
|
settings: { }
|
||||||
|
empty_behavior:
|
||||||
|
behavior: none
|
||||||
|
show_title: false
|
@ -0,0 +1,47 @@
|
|||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- search_api.index.opencase_reporting_clients
|
||||||
|
- views.view.reporting_clients
|
||||||
|
module:
|
||||||
|
- search_api
|
||||||
|
id: gender_identified_with_export
|
||||||
|
name: 'Gender Identity'
|
||||||
|
url_alias: gender_identified_with
|
||||||
|
weight: 0
|
||||||
|
min_count: 1
|
||||||
|
show_only_one_result: false
|
||||||
|
field_identifier: field_gender_identified_with
|
||||||
|
facet_source_id: 'search_api:views_data_export__reporting_clients__data_export_1'
|
||||||
|
widget:
|
||||||
|
type: checkbox
|
||||||
|
config:
|
||||||
|
show_numbers: false
|
||||||
|
soft_limit: 0
|
||||||
|
soft_limit_settings:
|
||||||
|
show_less_label: 'Show less'
|
||||||
|
show_more_label: 'Show more'
|
||||||
|
query_operator: or
|
||||||
|
use_hierarchy: false
|
||||||
|
expand_hierarchy: false
|
||||||
|
enable_parent_when_child_gets_disabled: true
|
||||||
|
hard_limit: 0
|
||||||
|
exclude: false
|
||||||
|
only_visible_when_facet_source_is_visible: true
|
||||||
|
processor_configs:
|
||||||
|
display_value_widget_order:
|
||||||
|
processor_id: display_value_widget_order
|
||||||
|
weights:
|
||||||
|
sort: 40
|
||||||
|
settings:
|
||||||
|
sort: ASC
|
||||||
|
url_processor_handler:
|
||||||
|
processor_id: url_processor_handler
|
||||||
|
weights:
|
||||||
|
pre_query: 50
|
||||||
|
build: 15
|
||||||
|
settings: { }
|
||||||
|
empty_behavior:
|
||||||
|
behavior: none
|
||||||
|
show_title: false
|
@ -0,0 +1,47 @@
|
|||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- search_api.index.opencase_reporting_clients
|
||||||
|
- views.view.reporting_clients
|
||||||
|
module:
|
||||||
|
- search_api
|
||||||
|
id: languages
|
||||||
|
name: 'Languages'
|
||||||
|
url_alias: languages
|
||||||
|
weight: 0
|
||||||
|
min_count: 1
|
||||||
|
show_only_one_result: false
|
||||||
|
field_identifier: field_languages_spoken
|
||||||
|
facet_source_id: 'search_api:views_page__reporting_clients__page_1'
|
||||||
|
widget:
|
||||||
|
type: checkbox
|
||||||
|
config:
|
||||||
|
show_numbers: false
|
||||||
|
soft_limit: 0
|
||||||
|
soft_limit_settings:
|
||||||
|
show_less_label: 'Show less'
|
||||||
|
show_more_label: 'Show more'
|
||||||
|
query_operator: or
|
||||||
|
use_hierarchy: false
|
||||||
|
expand_hierarchy: false
|
||||||
|
enable_parent_when_child_gets_disabled: true
|
||||||
|
hard_limit: 0
|
||||||
|
exclude: false
|
||||||
|
only_visible_when_facet_source_is_visible: true
|
||||||
|
processor_configs:
|
||||||
|
display_value_widget_order:
|
||||||
|
processor_id: display_value_widget_order
|
||||||
|
weights:
|
||||||
|
sort: 40
|
||||||
|
settings:
|
||||||
|
sort: ASC
|
||||||
|
url_processor_handler:
|
||||||
|
processor_id: url_processor_handler
|
||||||
|
weights:
|
||||||
|
pre_query: 50
|
||||||
|
build: 15
|
||||||
|
settings: { }
|
||||||
|
empty_behavior:
|
||||||
|
behavior: none
|
||||||
|
show_title: false
|
@ -0,0 +1,47 @@
|
|||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- search_api.index.opencase_reporting_clients
|
||||||
|
- views.view.reporting_clients
|
||||||
|
module:
|
||||||
|
- search_api
|
||||||
|
id: languages_export
|
||||||
|
name: 'Languages'
|
||||||
|
url_alias: languages
|
||||||
|
weight: 0
|
||||||
|
min_count: 1
|
||||||
|
show_only_one_result: false
|
||||||
|
field_identifier: field_languages_spoken
|
||||||
|
facet_source_id: 'search_api:views_data_export__reporting_clients__data_export_1'
|
||||||
|
widget:
|
||||||
|
type: checkbox
|
||||||
|
config:
|
||||||
|
show_numbers: false
|
||||||
|
soft_limit: 0
|
||||||
|
soft_limit_settings:
|
||||||
|
show_less_label: 'Show less'
|
||||||
|
show_more_label: 'Show more'
|
||||||
|
query_operator: or
|
||||||
|
use_hierarchy: false
|
||||||
|
expand_hierarchy: false
|
||||||
|
enable_parent_when_child_gets_disabled: true
|
||||||
|
hard_limit: 0
|
||||||
|
exclude: false
|
||||||
|
only_visible_when_facet_source_is_visible: true
|
||||||
|
processor_configs:
|
||||||
|
display_value_widget_order:
|
||||||
|
processor_id: display_value_widget_order
|
||||||
|
weights:
|
||||||
|
sort: 40
|
||||||
|
settings:
|
||||||
|
sort: ASC
|
||||||
|
url_processor_handler:
|
||||||
|
processor_id: url_processor_handler
|
||||||
|
weights:
|
||||||
|
pre_query: 50
|
||||||
|
build: 15
|
||||||
|
settings: { }
|
||||||
|
empty_behavior:
|
||||||
|
behavior: none
|
||||||
|
show_title: false
|
@ -0,0 +1,47 @@
|
|||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- search_api.index.opencase_reporting_clients
|
||||||
|
- views.view.reporting_clients
|
||||||
|
module:
|
||||||
|
- search_api
|
||||||
|
id: nationality
|
||||||
|
name: 'Nationality'
|
||||||
|
url_alias: nationality
|
||||||
|
weight: 0
|
||||||
|
min_count: 1
|
||||||
|
show_only_one_result: false
|
||||||
|
field_identifier: field_nationality
|
||||||
|
facet_source_id: 'search_api:views_page__reporting_clients__page_1'
|
||||||
|
widget:
|
||||||
|
type: checkbox
|
||||||
|
config:
|
||||||
|
show_numbers: false
|
||||||
|
soft_limit: 0
|
||||||
|
soft_limit_settings:
|
||||||
|
show_less_label: 'Show less'
|
||||||
|
show_more_label: 'Show more'
|
||||||
|
query_operator: or
|
||||||
|
use_hierarchy: false
|
||||||
|
expand_hierarchy: false
|
||||||
|
enable_parent_when_child_gets_disabled: true
|
||||||
|
hard_limit: 0
|
||||||
|
exclude: false
|
||||||
|
only_visible_when_facet_source_is_visible: true
|
||||||
|
processor_configs:
|
||||||
|
display_value_widget_order:
|
||||||
|
processor_id: display_value_widget_order
|
||||||
|
weights:
|
||||||
|
sort: 40
|
||||||
|
settings:
|
||||||
|
sort: ASC
|
||||||
|
url_processor_handler:
|
||||||
|
processor_id: url_processor_handler
|
||||||
|
weights:
|
||||||
|
pre_query: 50
|
||||||
|
build: 15
|
||||||
|
settings: { }
|
||||||
|
empty_behavior:
|
||||||
|
behavior: none
|
||||||
|
show_title: false
|
@ -0,0 +1,47 @@
|
|||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- search_api.index.opencase_reporting_clients
|
||||||
|
- views.view.reporting_clients
|
||||||
|
module:
|
||||||
|
- search_api
|
||||||
|
id: nationality_export
|
||||||
|
name: 'Nationality'
|
||||||
|
url_alias: nationality
|
||||||
|
weight: 0
|
||||||
|
min_count: 1
|
||||||
|
show_only_one_result: false
|
||||||
|
field_identifier: field_nationality
|
||||||
|
facet_source_id: 'search_api:views_data_export__reporting_clients__data_export_1'
|
||||||
|
widget:
|
||||||
|
type: checkbox
|
||||||
|
config:
|
||||||
|
show_numbers: false
|
||||||
|
soft_limit: 0
|
||||||
|
soft_limit_settings:
|
||||||
|
show_less_label: 'Show less'
|
||||||
|
show_more_label: 'Show more'
|
||||||
|
query_operator: or
|
||||||
|
use_hierarchy: false
|
||||||
|
expand_hierarchy: false
|
||||||
|
enable_parent_when_child_gets_disabled: true
|
||||||
|
hard_limit: 0
|
||||||
|
exclude: false
|
||||||
|
only_visible_when_facet_source_is_visible: true
|
||||||
|
processor_configs:
|
||||||
|
display_value_widget_order:
|
||||||
|
processor_id: display_value_widget_order
|
||||||
|
weights:
|
||||||
|
sort: 40
|
||||||
|
settings:
|
||||||
|
sort: ASC
|
||||||
|
url_processor_handler:
|
||||||
|
processor_id: url_processor_handler
|
||||||
|
weights:
|
||||||
|
pre_query: 50
|
||||||
|
build: 15
|
||||||
|
settings: { }
|
||||||
|
empty_behavior:
|
||||||
|
behavior: none
|
||||||
|
show_title: false
|
@ -0,0 +1,47 @@
|
|||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- search_api.index.opencase_reporting_volunteers
|
||||||
|
- views.view.reporting_volunteers
|
||||||
|
module:
|
||||||
|
- search_api
|
||||||
|
id: osic_level
|
||||||
|
name: 'OSIC level'
|
||||||
|
url_alias: osic_level
|
||||||
|
weight: 0
|
||||||
|
min_count: 1
|
||||||
|
show_only_one_result: false
|
||||||
|
field_identifier: field_osic_level
|
||||||
|
facet_source_id: 'search_api:views_page__reporting_volunteers__page_1'
|
||||||
|
widget:
|
||||||
|
type: checkbox
|
||||||
|
config:
|
||||||
|
show_numbers: false
|
||||||
|
soft_limit: 0
|
||||||
|
soft_limit_settings:
|
||||||
|
show_less_label: 'Show less'
|
||||||
|
show_more_label: 'Show more'
|
||||||
|
query_operator: or
|
||||||
|
use_hierarchy: false
|
||||||
|
expand_hierarchy: false
|
||||||
|
enable_parent_when_child_gets_disabled: true
|
||||||
|
hard_limit: 0
|
||||||
|
exclude: false
|
||||||
|
only_visible_when_facet_source_is_visible: true
|
||||||
|
processor_configs:
|
||||||
|
display_value_widget_order:
|
||||||
|
processor_id: display_value_widget_order
|
||||||
|
weights:
|
||||||
|
sort: 40
|
||||||
|
settings:
|
||||||
|
sort: ASC
|
||||||
|
url_processor_handler:
|
||||||
|
processor_id: url_processor_handler
|
||||||
|
weights:
|
||||||
|
pre_query: 50
|
||||||
|
build: 15
|
||||||
|
settings: { }
|
||||||
|
empty_behavior:
|
||||||
|
behavior: none
|
||||||
|
show_title: false
|
@ -0,0 +1,47 @@
|
|||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- search_api.index.opencase_reporting_volunteers
|
||||||
|
- views.view.reporting_volunteers
|
||||||
|
module:
|
||||||
|
- search_api
|
||||||
|
id: osic_level_export
|
||||||
|
name: 'OSIC level (Export)'
|
||||||
|
url_alias: osic_level
|
||||||
|
weight: 0
|
||||||
|
min_count: 1
|
||||||
|
show_only_one_result: false
|
||||||
|
field_identifier: field_osic_level
|
||||||
|
facet_source_id: 'search_api:views_data_export__reporting_volunteers__data_export_1'
|
||||||
|
widget:
|
||||||
|
type: checkbox
|
||||||
|
config:
|
||||||
|
show_numbers: false
|
||||||
|
soft_limit: 0
|
||||||
|
soft_limit_settings:
|
||||||
|
show_less_label: 'Show less'
|
||||||
|
show_more_label: 'Show more'
|
||||||
|
query_operator: or
|
||||||
|
use_hierarchy: false
|
||||||
|
expand_hierarchy: false
|
||||||
|
enable_parent_when_child_gets_disabled: true
|
||||||
|
hard_limit: 0
|
||||||
|
exclude: false
|
||||||
|
only_visible_when_facet_source_is_visible: true
|
||||||
|
processor_configs:
|
||||||
|
display_value_widget_order:
|
||||||
|
processor_id: display_value_widget_order
|
||||||
|
weights:
|
||||||
|
sort: 40
|
||||||
|
settings:
|
||||||
|
sort: ASC
|
||||||
|
url_processor_handler:
|
||||||
|
processor_id: url_processor_handler
|
||||||
|
weights:
|
||||||
|
pre_query: 50
|
||||||
|
build: 15
|
||||||
|
settings: { }
|
||||||
|
empty_behavior:
|
||||||
|
behavior: none
|
||||||
|
show_title: false
|
@ -4,6 +4,8 @@ dependencies:
|
|||||||
config:
|
config:
|
||||||
- field.storage.oc_actor.field_asylum_status
|
- field.storage.oc_actor.field_asylum_status
|
||||||
- opencase_entities.oc_actor_type.client
|
- opencase_entities.oc_actor_type.client
|
||||||
|
module:
|
||||||
|
- options
|
||||||
id: oc_actor.client.field_asylum_status
|
id: oc_actor.client.field_asylum_status
|
||||||
field_name: field_asylum_status
|
field_name: field_asylum_status
|
||||||
entity_type: oc_actor
|
entity_type: oc_actor
|
||||||
@ -15,4 +17,4 @@ translatable: false
|
|||||||
default_value: { }
|
default_value: { }
|
||||||
default_value_callback: ''
|
default_value_callback: ''
|
||||||
settings: { }
|
settings: { }
|
||||||
field_type: string
|
field_type: list_string
|
@ -4,15 +4,17 @@ dependencies:
|
|||||||
config:
|
config:
|
||||||
- field.storage.oc_actor.field_languages_spoken
|
- field.storage.oc_actor.field_languages_spoken
|
||||||
- opencase_entities.oc_actor_type.client
|
- opencase_entities.oc_actor_type.client
|
||||||
|
module:
|
||||||
|
- options
|
||||||
id: oc_actor.client.field_languages_spoken
|
id: oc_actor.client.field_languages_spoken
|
||||||
field_name: field_languages_spoken
|
field_name: field_languages_spoken
|
||||||
entity_type: oc_actor
|
entity_type: oc_actor
|
||||||
bundle: client
|
bundle: client
|
||||||
label: 'Languages spoken'
|
label: 'Languages spoken'
|
||||||
description: ''
|
description: 'Hold down <b>Ctrl</b> (or the Mac equivalent) while clicking, and you can select more than one.'
|
||||||
required: false
|
required: false
|
||||||
translatable: false
|
translatable: false
|
||||||
default_value: { }
|
default_value: { }
|
||||||
default_value_callback: ''
|
default_value_callback: ''
|
||||||
settings: { }
|
settings: { }
|
||||||
field_type: string
|
field_type: list_string
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user