Compare commits
85 Commits
Author | SHA1 | Date | |
---|---|---|---|
7bf0f67a06 | |||
8dc840a53d | |||
288751274b | |||
aa130aeede | |||
f373ac419e | |||
b1d5c4eddf | |||
6c6c6d5c92 | |||
73e7ff2656 | |||
8dd56d5b51 | |||
d229e02f67 | |||
7ef0628bd6 | |||
5863fb7faa | |||
36939720fe | |||
7e04836ff1 | |||
b28c7a3f5d | |||
5688f89857 | |||
cf0078d1be | |||
f4c3512501 | |||
4c7cd2067b | |||
a0ab7282b8 | |||
12afa00df8 | |||
1878d1e2fd | |||
050bee1a9b | |||
d46142ee2b | |||
fd1a0d5156 | |||
e601fde1ef | |||
74b6f90c94 | |||
e10096c1ca | |||
8941cdfb49 | |||
9715401dfc | |||
7448048f2d | |||
48e5080a9c | |||
cba43a04e5 | |||
ce1d3ca38b | |||
8294a9647f | |||
c261552cc1 | |||
2708b0193d | |||
5e6f1e01c4 | |||
54c3895eb0 | |||
20ab150226 | |||
c31706467a | |||
57a797ba6d | |||
85260daa0e | |||
f2e7e8b6be | |||
b8e49fb9cb | |||
98d856303a | |||
d8aaacec2d | |||
e2f77bf301 | |||
83264f93b2 | |||
eae1a2b03d | |||
53507dae33 | |||
b8bba0b332 | |||
7dba72ef66 | |||
1eb54e69e5 | |||
c151f84692 | |||
80f42c7bf3 | |||
555087f3b2 | |||
f770659cef | |||
1786fce0e8 | |||
a43aa0dc08 | |||
588b159dbd | |||
c28e048db0 | |||
7dc3e5d563 | |||
18d0303f54 | |||
c1c981fddd | |||
c909a51c1c | |||
abd6ee896b | |||
0c9377f48e | |||
b89cfcc2ee | |||
7cf4ee557b | |||
59964e653e | |||
3b7e8c9cbe | |||
fc1ae79562 | |||
fc982f8376 | |||
9d8c6a34d9 | |||
469f2413ec | |||
900ba263c7 | |||
76f61b16b7 | |||
4b7f983b27 | |||
249003bf16 | |||
398a6c71a3 | |||
03846a27f7 | |||
0dceb8c38d | |||
d21109ebca | |||
7097cac863 |
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
*.swp
|
||||
vendor
|
||||
|
@ -2,7 +2,7 @@
|
||||
A simple, case-management-focused CRM for small altruistic organisations.
|
||||
|
||||
## Current Status
|
||||
**15 April 2018** A demo site, with basic functionality is available at demo.opencase.org.uk.
|
||||
**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.
|
||||
|
||||
## The Plan
|
||||
OpenCase will be available as:
|
||||
@ -11,7 +11,7 @@ OpenCase will be available as:
|
||||
* A hosted service
|
||||
|
||||
## Find out more
|
||||
* More details, including user stories, 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.
|
||||
|
||||
|
||||
|
@ -1,14 +1,14 @@
|
||||
{
|
||||
"name": "drupal/zencrm",
|
||||
"name": "drupal/opencase",
|
||||
"type": "drupal-module",
|
||||
"description": "Zen CRM",
|
||||
"description": "Simple Case Management",
|
||||
"keywords": ["Drupal"],
|
||||
"license": "GPL-2.0+",
|
||||
"homepage": "https://www.drupal.org/project/zencrm",
|
||||
"homepage": "https://www.drupal.org/project/opencase",
|
||||
"minimum-stability": "dev",
|
||||
"support": {
|
||||
"issues": "https://www.drupal.org/project/issues/zencrm",
|
||||
"source": "http://cgit.drupalcode.org/zencrm"
|
||||
"issues": "https://www.drupal.org/project/issues/opencase",
|
||||
"source": "http://cgit.drupalcode.org/opencase"
|
||||
},
|
||||
"require": { }
|
||||
}
|
||||
|
23
config/install/block.block.opencase.yml
Normal file
23
config/install/block.block.opencase.yml
Normal file
@ -0,0 +1,23 @@
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- system.menu.opencase-admin
|
||||
module:
|
||||
- system
|
||||
theme:
|
||||
- bartik
|
||||
id: opencase
|
||||
theme: bartik
|
||||
region: sidebar_first
|
||||
weight: -8
|
||||
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: { }
|
19
config/install/block.block.opencasecontextualmenu.yml
Normal file
19
config/install/block.block.opencasecontextualmenu.yml
Normal file
@ -0,0 +1,19 @@
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- opencase
|
||||
theme:
|
||||
- bartik
|
||||
id: opencasecontextualmenu
|
||||
theme: bartik
|
||||
region: sidebar_second
|
||||
weight: -8
|
||||
provider: null
|
||||
plugin: opencase_contextual_menu
|
||||
settings:
|
||||
id: opencase_contextual_menu
|
||||
label: 'OpenCase Contextual Menu'
|
||||
provider: opencase
|
||||
label_display: visible
|
||||
visibility: { }
|
31
config/install/block.block.opencaseglobal.yml
Normal file
31
config/install/block.block.opencaseglobal.yml
Normal file
@ -0,0 +1,31 @@
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- system.menu.openc
|
||||
module:
|
||||
- system
|
||||
- user
|
||||
theme:
|
||||
- bartik
|
||||
id: opencaseglobal
|
||||
theme: bartik
|
||||
region: sidebar_first
|
||||
weight: -7
|
||||
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'
|
7
config/install/system.menu.openc.yml
Normal file
7
config/install/system.menu.openc.yml
Normal file
@ -0,0 +1,7 @@
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies: { }
|
||||
id: openc
|
||||
label: 'OpenCase Global'
|
||||
description: ''
|
||||
locked: false
|
7
config/install/system.menu.opencase-admin.yml
Normal file
7
config/install/system.menu.opencase-admin.yml
Normal file
@ -0,0 +1,7 @@
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies: { }
|
||||
id: opencase-admin
|
||||
label: 'OpenCase Admin'
|
||||
description: 'Administer OpenCase '
|
||||
locked: false
|
@ -1,14 +1,17 @@
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- user.role.authenticated
|
||||
module:
|
||||
- zencrm_entities
|
||||
id: single_case_with_activities
|
||||
label: 'Single Case with Activities'
|
||||
- opencase_entities
|
||||
- user
|
||||
id: activities
|
||||
label: Activities
|
||||
module: views
|
||||
description: ''
|
||||
tag: ''
|
||||
base_table: activity_field_data
|
||||
base_table: oc_activity_field_data
|
||||
base_field: id
|
||||
core: 8.x
|
||||
display:
|
||||
@ -19,8 +22,10 @@ display:
|
||||
position: 0
|
||||
display_options:
|
||||
access:
|
||||
type: none
|
||||
options: { }
|
||||
type: role
|
||||
options:
|
||||
role:
|
||||
authenticated: authenticated
|
||||
cache:
|
||||
type: tag
|
||||
options: { }
|
||||
@ -43,170 +48,32 @@ display:
|
||||
sort_asc_label: Asc
|
||||
sort_desc_label: Desc
|
||||
pager:
|
||||
type: none
|
||||
type: mini
|
||||
options:
|
||||
items_per_page: 10
|
||||
offset: 0
|
||||
id: 0
|
||||
total_pages: null
|
||||
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
|
||||
tags:
|
||||
previous: ‹‹
|
||||
next: ››
|
||||
style:
|
||||
type: table
|
||||
options:
|
||||
grouping: { }
|
||||
row_class: ''
|
||||
default_row_class: true
|
||||
override: true
|
||||
sticky: false
|
||||
caption: ''
|
||||
summary: ''
|
||||
description: ''
|
||||
columns:
|
||||
name: name
|
||||
info:
|
||||
name:
|
||||
sortable: false
|
||||
default_sort_order: asc
|
||||
align: ''
|
||||
separator: ''
|
||||
empty_column: false
|
||||
responsive: ''
|
||||
default: '-1'
|
||||
empty_table: false
|
||||
row:
|
||||
type: 'entity:activity'
|
||||
type: fields
|
||||
fields:
|
||||
id:
|
||||
id: id
|
||||
table: activity_field_data
|
||||
field: id
|
||||
relationship: none
|
||||
group_type: group
|
||||
admin_label: ''
|
||||
label: ID
|
||||
exclude: true
|
||||
alter:
|
||||
alter_text: false
|
||||
text: ''
|
||||
make_link: false
|
||||
path: ''
|
||||
absolute: false
|
||||
external: false
|
||||
replace_spaces: false
|
||||
path_case: none
|
||||
trim_whitespace: false
|
||||
alt: ''
|
||||
rel: ''
|
||||
link_class: ''
|
||||
prefix: ''
|
||||
suffix: ''
|
||||
target: ''
|
||||
nl2br: false
|
||||
max_length: 0
|
||||
word_boundary: true
|
||||
ellipsis: true
|
||||
more_link: false
|
||||
more_link_text: ''
|
||||
more_link_path: ''
|
||||
strip_tags: false
|
||||
trim: false
|
||||
preserve_tags: ''
|
||||
html: false
|
||||
element_type: ''
|
||||
element_class: ''
|
||||
element_label_type: ''
|
||||
element_label_class: ''
|
||||
element_label_colon: true
|
||||
element_wrapper_type: ''
|
||||
element_wrapper_class: ''
|
||||
element_default_classes: true
|
||||
empty: ''
|
||||
hide_empty: false
|
||||
empty_zero: false
|
||||
hide_alter_empty: true
|
||||
click_sort_column: value
|
||||
type: number_integer
|
||||
settings:
|
||||
thousand_separator: ''
|
||||
prefix_suffix: true
|
||||
group_column: value
|
||||
group_columns: { }
|
||||
group_rows: true
|
||||
delta_limit: 0
|
||||
delta_offset: 0
|
||||
delta_reversed: false
|
||||
delta_first_last: false
|
||||
multi_type: separator
|
||||
separator: ', '
|
||||
field_api_classes: false
|
||||
entity_type: activity
|
||||
entity_field: id
|
||||
plugin_id: field
|
||||
type:
|
||||
id: type
|
||||
table: activity_field_data
|
||||
field: type
|
||||
relationship: none
|
||||
group_type: group
|
||||
admin_label: ''
|
||||
label: 'Activity type'
|
||||
exclude: false
|
||||
alter:
|
||||
alter_text: false
|
||||
text: ''
|
||||
make_link: false
|
||||
path: ''
|
||||
absolute: false
|
||||
external: false
|
||||
replace_spaces: false
|
||||
path_case: none
|
||||
trim_whitespace: false
|
||||
alt: ''
|
||||
rel: ''
|
||||
link_class: ''
|
||||
prefix: ''
|
||||
suffix: ''
|
||||
target: ''
|
||||
nl2br: false
|
||||
max_length: 0
|
||||
word_boundary: true
|
||||
ellipsis: true
|
||||
more_link: false
|
||||
more_link_text: ''
|
||||
more_link_path: ''
|
||||
strip_tags: false
|
||||
trim: false
|
||||
preserve_tags: ''
|
||||
html: false
|
||||
element_type: ''
|
||||
element_class: ''
|
||||
element_label_type: ''
|
||||
element_label_class: ''
|
||||
element_label_colon: true
|
||||
element_wrapper_type: ''
|
||||
element_wrapper_class: ''
|
||||
element_default_classes: true
|
||||
empty: ''
|
||||
hide_empty: false
|
||||
empty_zero: false
|
||||
hide_alter_empty: true
|
||||
click_sort_column: target_id
|
||||
type: entity_reference_label
|
||||
settings:
|
||||
link: false
|
||||
group_column: target_id
|
||||
group_columns: { }
|
||||
group_rows: true
|
||||
delta_limit: 0
|
||||
delta_offset: 0
|
||||
delta_reversed: false
|
||||
delta_first_last: false
|
||||
multi_type: separator
|
||||
separator: ', '
|
||||
field_api_classes: false
|
||||
entity_type: activity
|
||||
entity_field: type
|
||||
plugin_id: field
|
||||
subject:
|
||||
id: subject
|
||||
table: activity_field_data
|
||||
field: subject
|
||||
name:
|
||||
id: name
|
||||
table: oc_activity_field_data
|
||||
field: name
|
||||
relationship: none
|
||||
group_type: group
|
||||
admin_label: ''
|
||||
@ -265,12 +132,141 @@ display:
|
||||
multi_type: separator
|
||||
separator: ', '
|
||||
field_api_classes: false
|
||||
entity_type: activity
|
||||
entity_field: subject
|
||||
entity_type: null
|
||||
entity_field: name
|
||||
plugin_id: field
|
||||
type:
|
||||
id: type
|
||||
table: oc_activity_field_data
|
||||
field: type
|
||||
relationship: none
|
||||
group_type: group
|
||||
admin_label: ''
|
||||
label: Type
|
||||
exclude: false
|
||||
alter:
|
||||
alter_text: false
|
||||
text: ''
|
||||
make_link: false
|
||||
path: ''
|
||||
absolute: false
|
||||
external: false
|
||||
replace_spaces: false
|
||||
path_case: none
|
||||
trim_whitespace: false
|
||||
alt: ''
|
||||
rel: ''
|
||||
link_class: ''
|
||||
prefix: ''
|
||||
suffix: ''
|
||||
target: ''
|
||||
nl2br: false
|
||||
max_length: 0
|
||||
word_boundary: true
|
||||
ellipsis: true
|
||||
more_link: false
|
||||
more_link_text: ''
|
||||
more_link_path: ''
|
||||
strip_tags: false
|
||||
trim: false
|
||||
preserve_tags: ''
|
||||
html: false
|
||||
element_type: ''
|
||||
element_class: ''
|
||||
element_label_type: ''
|
||||
element_label_class: ''
|
||||
element_label_colon: true
|
||||
element_wrapper_type: ''
|
||||
element_wrapper_class: ''
|
||||
element_default_classes: true
|
||||
empty: ''
|
||||
hide_empty: false
|
||||
empty_zero: false
|
||||
hide_alter_empty: true
|
||||
click_sort_column: target_id
|
||||
type: entity_reference_label
|
||||
settings:
|
||||
link: false
|
||||
group_column: target_id
|
||||
group_columns: { }
|
||||
group_rows: true
|
||||
delta_limit: 0
|
||||
delta_offset: 0
|
||||
delta_reversed: false
|
||||
delta_first_last: false
|
||||
multi_type: separator
|
||||
separator: ', '
|
||||
field_api_classes: false
|
||||
entity_type: oc_activity
|
||||
entity_field: type
|
||||
plugin_id: field
|
||||
description:
|
||||
id: description
|
||||
table: oc_activity_field_data
|
||||
field: description
|
||||
relationship: none
|
||||
group_type: group
|
||||
admin_label: ''
|
||||
label: Description
|
||||
exclude: false
|
||||
alter:
|
||||
alter_text: false
|
||||
text: ''
|
||||
make_link: false
|
||||
path: ''
|
||||
absolute: false
|
||||
external: false
|
||||
replace_spaces: false
|
||||
path_case: none
|
||||
trim_whitespace: false
|
||||
alt: ''
|
||||
rel: ''
|
||||
link_class: ''
|
||||
prefix: ''
|
||||
suffix: ''
|
||||
target: ''
|
||||
nl2br: false
|
||||
max_length: 100
|
||||
word_boundary: true
|
||||
ellipsis: true
|
||||
more_link: false
|
||||
more_link_text: ''
|
||||
more_link_path: ''
|
||||
strip_tags: false
|
||||
trim: true
|
||||
preserve_tags: ''
|
||||
html: false
|
||||
element_type: ''
|
||||
element_class: ''
|
||||
element_label_type: ''
|
||||
element_label_class: ''
|
||||
element_label_colon: true
|
||||
element_wrapper_type: ''
|
||||
element_wrapper_class: ''
|
||||
element_default_classes: true
|
||||
empty: ''
|
||||
hide_empty: false
|
||||
empty_zero: false
|
||||
hide_alter_empty: true
|
||||
click_sort_column: value
|
||||
type: basic_string
|
||||
settings: { }
|
||||
group_column: value
|
||||
group_columns: { }
|
||||
group_rows: true
|
||||
delta_limit: 0
|
||||
delta_offset: 0
|
||||
delta_reversed: false
|
||||
delta_first_last: false
|
||||
multi_type: separator
|
||||
separator: ', '
|
||||
field_api_classes: false
|
||||
entity_type: oc_activity
|
||||
entity_field: description
|
||||
plugin_id: field
|
||||
created:
|
||||
id: created
|
||||
table: activity_field_data
|
||||
table: oc_activity_field_data
|
||||
field: created
|
||||
relationship: none
|
||||
group_type: group
|
||||
@ -319,7 +315,7 @@ display:
|
||||
click_sort_column: value
|
||||
type: timestamp
|
||||
settings:
|
||||
date_format: long
|
||||
date_format: short
|
||||
custom_date_format: ''
|
||||
timezone: ''
|
||||
group_column: value
|
||||
@ -332,21 +328,21 @@ display:
|
||||
multi_type: separator
|
||||
separator: ', '
|
||||
field_api_classes: false
|
||||
entity_type: activity
|
||||
entity_type: oc_activity
|
||||
entity_field: created
|
||||
plugin_id: field
|
||||
nothing:
|
||||
id: nothing
|
||||
table: views
|
||||
field: nothing
|
||||
view_oc_activity:
|
||||
id: view_oc_activity
|
||||
table: oc_activity
|
||||
field: view_oc_activity
|
||||
relationship: none
|
||||
group_type: group
|
||||
admin_label: ''
|
||||
label: 'Custom text'
|
||||
label: 'Go to'
|
||||
exclude: false
|
||||
alter:
|
||||
alter_text: true
|
||||
text: '<a class="use-ajax" data-dialog-type="modal" href="/zencrm/activity/{{ id }}">View</a> <a class="use-ajax" data-dialog-type="modal" href="/zencrm/activity/{{ id }}/edit?destination=/zencrm/case/{{ raw_arguments.case_entity }}">Edit</a>'
|
||||
alter_text: false
|
||||
text: ''
|
||||
make_link: false
|
||||
path: ''
|
||||
absolute: false
|
||||
@ -382,60 +378,37 @@ display:
|
||||
empty: ''
|
||||
hide_empty: false
|
||||
empty_zero: false
|
||||
hide_alter_empty: false
|
||||
plugin_id: custom
|
||||
hide_alter_empty: true
|
||||
text: Details
|
||||
output_url_as_text: false
|
||||
absolute: false
|
||||
entity_type: oc_activity
|
||||
plugin_id: entity_link
|
||||
filters: { }
|
||||
sorts:
|
||||
created:
|
||||
id: created
|
||||
table: activity_field_data
|
||||
field: created
|
||||
relationship: none
|
||||
group_type: group
|
||||
admin_label: ''
|
||||
order: DESC
|
||||
exposed: false
|
||||
expose:
|
||||
label: ''
|
||||
granularity: second
|
||||
entity_type: activity
|
||||
entity_field: created
|
||||
plugin_id: date
|
||||
title: Activities
|
||||
sorts: { }
|
||||
title: 'Activity List'
|
||||
header: { }
|
||||
footer: { }
|
||||
empty: { }
|
||||
relationships:
|
||||
case_entity:
|
||||
id: case_entity
|
||||
table: activity_field_data
|
||||
field: case_entity
|
||||
relationship: none
|
||||
group_type: group
|
||||
admin_label: 'Case entity'
|
||||
required: true
|
||||
entity_type: activity
|
||||
entity_field: case_entity
|
||||
plugin_id: standard
|
||||
relationships: { }
|
||||
arguments:
|
||||
case_entity:
|
||||
id: case_entity
|
||||
table: activity_field_data
|
||||
field: case_entity
|
||||
oc_case:
|
||||
id: oc_case
|
||||
table: oc_activity_field_data
|
||||
field: oc_case
|
||||
relationship: none
|
||||
group_type: group
|
||||
admin_label: ''
|
||||
default_action: default
|
||||
default_action: ignore
|
||||
exception:
|
||||
value: all
|
||||
title_enable: false
|
||||
title: All
|
||||
title_enable: false
|
||||
title: ''
|
||||
default_argument_type: raw
|
||||
default_argument_type: fixed
|
||||
default_argument_options:
|
||||
index: 2
|
||||
use_alias: false
|
||||
argument: ''
|
||||
default_argument_skip_url: false
|
||||
summary_options:
|
||||
base_path: ''
|
||||
@ -453,8 +426,8 @@ display:
|
||||
validate_options: { }
|
||||
break_phrase: false
|
||||
not: false
|
||||
entity_type: activity
|
||||
entity_field: case_entity
|
||||
entity_type: oc_activity
|
||||
entity_field: oc_case
|
||||
plugin_id: numeric
|
||||
display_extenders: { }
|
||||
cache_metadata:
|
||||
@ -463,19 +436,23 @@ display:
|
||||
- 'languages:language_content'
|
||||
- 'languages:language_interface'
|
||||
- url
|
||||
- url.query_args
|
||||
- user.roles
|
||||
tags: { }
|
||||
block_1:
|
||||
display_plugin: block
|
||||
id: block_1
|
||||
display_title: 'Activity List'
|
||||
position: 2
|
||||
page_1:
|
||||
display_plugin: page
|
||||
id: page_1
|
||||
display_title: Page
|
||||
position: 1
|
||||
display_options:
|
||||
display_extenders: { }
|
||||
display_description: ''
|
||||
path: opencase/oc_case/%case_id/activity_list
|
||||
cache_metadata:
|
||||
max-age: -1
|
||||
contexts:
|
||||
- 'languages:language_content'
|
||||
- 'languages:language_interface'
|
||||
- url
|
||||
- url.query_args
|
||||
- user.roles
|
||||
tags: { }
|
@ -1,14 +1,17 @@
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- user.role.authenticated
|
||||
module:
|
||||
- zencrm_entities
|
||||
id: this_person_s_contact_details
|
||||
label: 'Contact Details'
|
||||
- opencase_entities
|
||||
- user
|
||||
id: cases
|
||||
label: Cases
|
||||
module: views
|
||||
description: ''
|
||||
tag: ''
|
||||
base_table: contact_details
|
||||
base_table: oc_case_field_data
|
||||
base_field: id
|
||||
core: 8.x
|
||||
display:
|
||||
@ -19,8 +22,10 @@ display:
|
||||
position: 0
|
||||
display_options:
|
||||
access:
|
||||
type: none
|
||||
options: { }
|
||||
type: role
|
||||
options:
|
||||
role:
|
||||
authenticated: authenticated
|
||||
cache:
|
||||
type: tag
|
||||
options: { }
|
||||
@ -43,27 +48,23 @@ display:
|
||||
sort_asc_label: Asc
|
||||
sort_desc_label: Desc
|
||||
pager:
|
||||
type: none
|
||||
type: some
|
||||
options:
|
||||
items_per_page: 10
|
||||
offset: 0
|
||||
style:
|
||||
type: grid
|
||||
type: table
|
||||
row:
|
||||
type: fields
|
||||
options:
|
||||
default_field_elements: true
|
||||
inline: { }
|
||||
separator: ''
|
||||
hide_empty: false
|
||||
fields:
|
||||
id:
|
||||
id: id
|
||||
table: contact_details
|
||||
table: oc_case_field_data
|
||||
field: id
|
||||
relationship: none
|
||||
group_type: group
|
||||
admin_label: ''
|
||||
label: ''
|
||||
label: ID
|
||||
exclude: true
|
||||
alter:
|
||||
alter_text: false
|
||||
@ -96,7 +97,7 @@ display:
|
||||
element_class: ''
|
||||
element_label_type: ''
|
||||
element_label_class: ''
|
||||
element_label_colon: false
|
||||
element_label_colon: true
|
||||
element_wrapper_type: ''
|
||||
element_wrapper_class: ''
|
||||
element_default_classes: true
|
||||
@ -119,22 +120,22 @@ display:
|
||||
multi_type: separator
|
||||
separator: ', '
|
||||
field_api_classes: false
|
||||
entity_type: contact_details
|
||||
entity_type: oc_case
|
||||
entity_field: id
|
||||
plugin_id: field
|
||||
rendered_entity:
|
||||
id: rendered_entity
|
||||
table: contact_details
|
||||
field: rendered_entity
|
||||
name:
|
||||
id: name
|
||||
table: oc_case_field_data
|
||||
field: name
|
||||
relationship: none
|
||||
group_type: group
|
||||
admin_label: ''
|
||||
label: ''
|
||||
label: 'Case Title'
|
||||
exclude: false
|
||||
alter:
|
||||
alter_text: false
|
||||
text: ''
|
||||
make_link: false
|
||||
make_link: true
|
||||
path: ''
|
||||
absolute: false
|
||||
external: false
|
||||
@ -145,7 +146,7 @@ display:
|
||||
rel: ''
|
||||
link_class: ''
|
||||
prefix: ''
|
||||
suffix: ''
|
||||
suffix: foo
|
||||
target: ''
|
||||
nl2br: false
|
||||
max_length: 0
|
||||
@ -162,361 +163,7 @@ display:
|
||||
element_class: ''
|
||||
element_label_type: ''
|
||||
element_label_class: ''
|
||||
element_label_colon: false
|
||||
element_wrapper_type: ''
|
||||
element_wrapper_class: ''
|
||||
element_default_classes: true
|
||||
empty: ''
|
||||
hide_empty: false
|
||||
empty_zero: false
|
||||
hide_alter_empty: true
|
||||
view_mode: default
|
||||
entity_type: contact_details
|
||||
plugin_id: rendered_entity
|
||||
nothing:
|
||||
id: nothing
|
||||
table: views
|
||||
field: nothing
|
||||
relationship: none
|
||||
group_type: group
|
||||
admin_label: ''
|
||||
label: ''
|
||||
exclude: false
|
||||
alter:
|
||||
alter_text: true
|
||||
text: '<a class=''use-ajax'' data-dialog-type=''modal'' href=''/zencrm/contact_details/{{ id }}/edit?destination=/zencrm/person/{{ raw_arguments.person }}''>Edit</a>'
|
||||
make_link: false
|
||||
path: ''
|
||||
absolute: false
|
||||
external: false
|
||||
replace_spaces: false
|
||||
path_case: none
|
||||
trim_whitespace: false
|
||||
alt: ''
|
||||
rel: ''
|
||||
link_class: ''
|
||||
prefix: ''
|
||||
suffix: ''
|
||||
target: ''
|
||||
nl2br: false
|
||||
max_length: 0
|
||||
word_boundary: true
|
||||
ellipsis: true
|
||||
more_link: false
|
||||
more_link_text: ''
|
||||
more_link_path: ''
|
||||
strip_tags: false
|
||||
trim: false
|
||||
preserve_tags: ''
|
||||
html: false
|
||||
element_type: ''
|
||||
element_class: ''
|
||||
element_label_type: ''
|
||||
element_label_class: ''
|
||||
element_label_colon: false
|
||||
element_wrapper_type: ''
|
||||
element_wrapper_class: ''
|
||||
element_default_classes: true
|
||||
empty: ''
|
||||
hide_empty: false
|
||||
empty_zero: false
|
||||
hide_alter_empty: false
|
||||
plugin_id: custom
|
||||
filters: { }
|
||||
sorts: { }
|
||||
title: 'Contact Details'
|
||||
header: { }
|
||||
footer:
|
||||
area_text_custom:
|
||||
id: area_text_custom
|
||||
table: views
|
||||
field: area_text_custom
|
||||
relationship: none
|
||||
group_type: group
|
||||
admin_label: ''
|
||||
empty: true
|
||||
tokenize: true
|
||||
content: '<div class="content"><p><a class=''use-ajax'' data-dialog-type=''modal'' href=''/zencrm/contact_details/{{ raw_arguments.person }}/add?destination=/zencrm/person/{{ raw_arguments.person }}''>Add a set of contact details</a></p></div>'
|
||||
plugin_id: text_custom
|
||||
empty: { }
|
||||
relationships: { }
|
||||
arguments:
|
||||
person:
|
||||
id: person
|
||||
table: contact_details
|
||||
field: person
|
||||
relationship: none
|
||||
group_type: group
|
||||
admin_label: ''
|
||||
default_action: default
|
||||
exception:
|
||||
value: all
|
||||
title_enable: false
|
||||
title: All
|
||||
title_enable: false
|
||||
title: ''
|
||||
default_argument_type: raw
|
||||
default_argument_options:
|
||||
index: 2
|
||||
use_alias: false
|
||||
default_argument_skip_url: false
|
||||
summary_options:
|
||||
base_path: ''
|
||||
count: true
|
||||
items_per_page: 25
|
||||
override: false
|
||||
summary:
|
||||
sort_order: asc
|
||||
number_of_records: 0
|
||||
format: default_summary
|
||||
specify_validation: false
|
||||
validate:
|
||||
type: none
|
||||
fail: 'not found'
|
||||
validate_options: { }
|
||||
break_phrase: false
|
||||
not: false
|
||||
entity_type: contact_details
|
||||
entity_field: person
|
||||
plugin_id: numeric
|
||||
display_extenders: { }
|
||||
cache_metadata:
|
||||
max-age: -1
|
||||
contexts:
|
||||
- 'languages:language_content'
|
||||
- 'languages:language_interface'
|
||||
- url
|
||||
tags: { }
|
||||
block_1:
|
||||
display_plugin: block
|
||||
id: block_1
|
||||
display_title: Block
|
||||
position: 1
|
||||
display_options:
|
||||
display_extenders: { }
|
||||
block_hide_empty: true
|
||||
cache_metadata:
|
||||
max-age: -1
|
||||
contexts:
|
||||
- 'languages:language_content'
|
||||
- 'languages:language_interface'
|
||||
- url
|
||||
tags: { }
|
||||
entity_reference_1:
|
||||
display_plugin: entity_reference
|
||||
id: entity_reference_1
|
||||
display_title: 'Entity Reference'
|
||||
position: 2
|
||||
display_options:
|
||||
display_extenders: { }
|
||||
fields:
|
||||
id:
|
||||
id: id
|
||||
table: contact_details
|
||||
field: id
|
||||
relationship: none
|
||||
group_type: group
|
||||
admin_label: ''
|
||||
label: ''
|
||||
exclude: true
|
||||
alter:
|
||||
alter_text: false
|
||||
text: ''
|
||||
make_link: false
|
||||
path: ''
|
||||
absolute: false
|
||||
external: false
|
||||
replace_spaces: false
|
||||
path_case: none
|
||||
trim_whitespace: false
|
||||
alt: ''
|
||||
rel: ''
|
||||
link_class: ''
|
||||
prefix: ''
|
||||
suffix: ''
|
||||
target: ''
|
||||
nl2br: false
|
||||
max_length: 0
|
||||
word_boundary: true
|
||||
ellipsis: true
|
||||
more_link: false
|
||||
more_link_text: ''
|
||||
more_link_path: ''
|
||||
strip_tags: false
|
||||
trim: false
|
||||
preserve_tags: ''
|
||||
html: false
|
||||
element_type: ''
|
||||
element_class: ''
|
||||
element_label_type: ''
|
||||
element_label_class: ''
|
||||
element_label_colon: false
|
||||
element_wrapper_type: ''
|
||||
element_wrapper_class: ''
|
||||
element_default_classes: true
|
||||
empty: ''
|
||||
hide_empty: false
|
||||
empty_zero: false
|
||||
hide_alter_empty: true
|
||||
click_sort_column: value
|
||||
type: number_integer
|
||||
settings:
|
||||
thousand_separator: ''
|
||||
prefix_suffix: true
|
||||
group_column: value
|
||||
group_columns: { }
|
||||
group_rows: true
|
||||
delta_limit: 0
|
||||
delta_offset: 0
|
||||
delta_reversed: false
|
||||
delta_first_last: false
|
||||
multi_type: separator
|
||||
separator: ', '
|
||||
field_api_classes: false
|
||||
entity_type: contact_details
|
||||
entity_field: id
|
||||
plugin_id: field
|
||||
rendered_entity:
|
||||
id: rendered_entity
|
||||
table: contact_details
|
||||
field: rendered_entity
|
||||
relationship: none
|
||||
group_type: group
|
||||
admin_label: ''
|
||||
label: ''
|
||||
exclude: false
|
||||
alter:
|
||||
alter_text: false
|
||||
text: ''
|
||||
make_link: false
|
||||
path: ''
|
||||
absolute: false
|
||||
external: false
|
||||
replace_spaces: false
|
||||
path_case: none
|
||||
trim_whitespace: false
|
||||
alt: ''
|
||||
rel: ''
|
||||
link_class: ''
|
||||
prefix: ''
|
||||
suffix: ''
|
||||
target: ''
|
||||
nl2br: false
|
||||
max_length: 0
|
||||
word_boundary: true
|
||||
ellipsis: true
|
||||
more_link: false
|
||||
more_link_text: ''
|
||||
more_link_path: ''
|
||||
strip_tags: false
|
||||
trim: false
|
||||
preserve_tags: ''
|
||||
html: false
|
||||
element_type: ''
|
||||
element_class: ''
|
||||
element_label_type: ''
|
||||
element_label_class: ''
|
||||
element_label_colon: false
|
||||
element_wrapper_type: ''
|
||||
element_wrapper_class: ''
|
||||
element_default_classes: true
|
||||
empty: ''
|
||||
hide_empty: false
|
||||
empty_zero: false
|
||||
hide_alter_empty: true
|
||||
view_mode: default
|
||||
entity_type: contact_details
|
||||
plugin_id: rendered_entity
|
||||
nothing:
|
||||
id: nothing
|
||||
table: views
|
||||
field: nothing
|
||||
relationship: none
|
||||
group_type: group
|
||||
admin_label: ''
|
||||
label: ''
|
||||
exclude: false
|
||||
alter:
|
||||
alter_text: true
|
||||
text: '<a class=''use-ajax'' data-dialog-type=''modal'' href=''/zencrm/contact_details/{{ id }}/edit?destination=/zencrm/person/{{ raw_arguments.person }}''>Edit</a>'
|
||||
make_link: false
|
||||
path: ''
|
||||
absolute: false
|
||||
external: false
|
||||
replace_spaces: false
|
||||
path_case: none
|
||||
trim_whitespace: false
|
||||
alt: ''
|
||||
rel: ''
|
||||
link_class: ''
|
||||
prefix: ''
|
||||
suffix: ''
|
||||
target: ''
|
||||
nl2br: false
|
||||
max_length: 0
|
||||
word_boundary: true
|
||||
ellipsis: true
|
||||
more_link: false
|
||||
more_link_text: ''
|
||||
more_link_path: ''
|
||||
strip_tags: false
|
||||
trim: false
|
||||
preserve_tags: ''
|
||||
html: false
|
||||
element_type: ''
|
||||
element_class: ''
|
||||
element_label_type: ''
|
||||
element_label_class: ''
|
||||
element_label_colon: false
|
||||
element_wrapper_type: ''
|
||||
element_wrapper_class: ''
|
||||
element_default_classes: true
|
||||
empty: ''
|
||||
hide_empty: false
|
||||
empty_zero: false
|
||||
hide_alter_empty: false
|
||||
plugin_id: custom
|
||||
type:
|
||||
id: type
|
||||
table: contact_details
|
||||
field: type
|
||||
relationship: none
|
||||
group_type: group
|
||||
admin_label: ''
|
||||
label: ''
|
||||
exclude: false
|
||||
alter:
|
||||
alter_text: false
|
||||
text: ''
|
||||
make_link: false
|
||||
path: ''
|
||||
absolute: false
|
||||
external: false
|
||||
replace_spaces: false
|
||||
path_case: none
|
||||
trim_whitespace: false
|
||||
alt: ''
|
||||
rel: ''
|
||||
link_class: ''
|
||||
prefix: ''
|
||||
suffix: ''
|
||||
target: ''
|
||||
nl2br: false
|
||||
max_length: 0
|
||||
word_boundary: true
|
||||
ellipsis: true
|
||||
more_link: false
|
||||
more_link_text: ''
|
||||
more_link_path: ''
|
||||
strip_tags: false
|
||||
trim: false
|
||||
preserve_tags: ''
|
||||
html: false
|
||||
element_type: ''
|
||||
element_class: ''
|
||||
element_label_type: ''
|
||||
element_label_class: ''
|
||||
element_label_colon: false
|
||||
element_label_colon: true
|
||||
element_wrapper_type: ''
|
||||
element_wrapper_class: ''
|
||||
element_default_classes: true
|
||||
@ -538,23 +185,337 @@ display:
|
||||
multi_type: separator
|
||||
separator: ', '
|
||||
field_api_classes: false
|
||||
entity_type: contact_details
|
||||
entity_type: null
|
||||
entity_field: name
|
||||
plugin_id: field
|
||||
type:
|
||||
id: type
|
||||
table: oc_case_field_data
|
||||
field: type
|
||||
relationship: none
|
||||
group_type: group
|
||||
admin_label: ''
|
||||
label: Type
|
||||
exclude: false
|
||||
alter:
|
||||
alter_text: false
|
||||
text: ''
|
||||
make_link: false
|
||||
path: ''
|
||||
absolute: false
|
||||
external: false
|
||||
replace_spaces: false
|
||||
path_case: none
|
||||
trim_whitespace: false
|
||||
alt: ''
|
||||
rel: ''
|
||||
link_class: ''
|
||||
prefix: ''
|
||||
suffix: ''
|
||||
target: ''
|
||||
nl2br: false
|
||||
max_length: 0
|
||||
word_boundary: true
|
||||
ellipsis: true
|
||||
more_link: false
|
||||
more_link_text: ''
|
||||
more_link_path: ''
|
||||
strip_tags: false
|
||||
trim: false
|
||||
preserve_tags: ''
|
||||
html: false
|
||||
element_type: ''
|
||||
element_class: ''
|
||||
element_label_type: ''
|
||||
element_label_class: ''
|
||||
element_label_colon: true
|
||||
element_wrapper_type: ''
|
||||
element_wrapper_class: ''
|
||||
element_default_classes: true
|
||||
empty: ''
|
||||
hide_empty: false
|
||||
empty_zero: false
|
||||
hide_alter_empty: true
|
||||
click_sort_column: target_id
|
||||
type: entity_reference_label
|
||||
settings:
|
||||
link: false
|
||||
group_column: target_id
|
||||
group_columns: { }
|
||||
group_rows: true
|
||||
delta_limit: 0
|
||||
delta_offset: 0
|
||||
delta_reversed: false
|
||||
delta_first_last: false
|
||||
multi_type: separator
|
||||
separator: ', '
|
||||
field_api_classes: false
|
||||
entity_type: oc_case
|
||||
entity_field: type
|
||||
plugin_id: field
|
||||
defaults:
|
||||
fields: false
|
||||
style:
|
||||
type: entity_reference
|
||||
options:
|
||||
search_fields:
|
||||
type: type
|
||||
id: '0'
|
||||
rendered_entity: '0'
|
||||
nothing: '0'
|
||||
actors_involved_target_id:
|
||||
id: actors_involved_target_id
|
||||
table: oc_case__actors_involved
|
||||
field: actors_involved_target_id
|
||||
relationship: none
|
||||
group_type: group
|
||||
admin_label: ''
|
||||
label: 'Involved Parties'
|
||||
exclude: false
|
||||
alter:
|
||||
alter_text: false
|
||||
text: ''
|
||||
make_link: false
|
||||
path: ''
|
||||
absolute: false
|
||||
external: false
|
||||
replace_spaces: false
|
||||
path_case: none
|
||||
trim_whitespace: false
|
||||
alt: ''
|
||||
rel: ''
|
||||
link_class: ''
|
||||
prefix: ''
|
||||
suffix: ''
|
||||
target: ''
|
||||
nl2br: false
|
||||
max_length: 0
|
||||
word_boundary: true
|
||||
ellipsis: true
|
||||
more_link: false
|
||||
more_link_text: ''
|
||||
more_link_path: ''
|
||||
strip_tags: false
|
||||
trim: false
|
||||
preserve_tags: ''
|
||||
html: false
|
||||
element_type: ''
|
||||
element_class: ''
|
||||
element_label_type: ''
|
||||
element_label_class: ''
|
||||
element_label_colon: true
|
||||
element_wrapper_type: ''
|
||||
element_wrapper_class: ''
|
||||
element_default_classes: true
|
||||
empty: ''
|
||||
hide_empty: false
|
||||
empty_zero: false
|
||||
hide_alter_empty: true
|
||||
click_sort_column: target_id
|
||||
type: entity_reference_label
|
||||
settings:
|
||||
link: true
|
||||
group_column: target_id
|
||||
group_columns: { }
|
||||
group_rows: true
|
||||
delta_limit: 0
|
||||
delta_offset: 0
|
||||
delta_reversed: false
|
||||
delta_first_last: false
|
||||
multi_type: separator
|
||||
separator: ', '
|
||||
field_api_classes: false
|
||||
entity_type: oc_case
|
||||
entity_field: actors_involved
|
||||
plugin_id: field
|
||||
created:
|
||||
id: created
|
||||
table: oc_case_field_data
|
||||
field: created
|
||||
relationship: none
|
||||
group_type: group
|
||||
admin_label: ''
|
||||
label: Created
|
||||
exclude: false
|
||||
alter:
|
||||
alter_text: false
|
||||
text: ''
|
||||
make_link: false
|
||||
path: ''
|
||||
absolute: false
|
||||
external: false
|
||||
replace_spaces: false
|
||||
path_case: none
|
||||
trim_whitespace: false
|
||||
alt: ''
|
||||
rel: ''
|
||||
link_class: ''
|
||||
prefix: ''
|
||||
suffix: ''
|
||||
target: ''
|
||||
nl2br: false
|
||||
max_length: 0
|
||||
word_boundary: true
|
||||
ellipsis: true
|
||||
more_link: false
|
||||
more_link_text: ''
|
||||
more_link_path: ''
|
||||
strip_tags: false
|
||||
trim: false
|
||||
preserve_tags: ''
|
||||
html: false
|
||||
element_type: ''
|
||||
element_class: ''
|
||||
element_label_type: ''
|
||||
element_label_class: ''
|
||||
element_label_colon: true
|
||||
element_wrapper_type: ''
|
||||
element_wrapper_class: ''
|
||||
element_default_classes: true
|
||||
empty: ''
|
||||
hide_empty: false
|
||||
empty_zero: false
|
||||
hide_alter_empty: true
|
||||
click_sort_column: value
|
||||
type: timestamp
|
||||
settings:
|
||||
date_format: short
|
||||
custom_date_format: ''
|
||||
timezone: ''
|
||||
group_column: value
|
||||
group_columns: { }
|
||||
group_rows: true
|
||||
delta_limit: 0
|
||||
delta_offset: 0
|
||||
delta_reversed: false
|
||||
delta_first_last: false
|
||||
multi_type: separator
|
||||
separator: ', '
|
||||
field_api_classes: false
|
||||
entity_type: oc_case
|
||||
entity_field: created
|
||||
plugin_id: field
|
||||
nothing:
|
||||
id: nothing
|
||||
table: views
|
||||
field: nothing
|
||||
relationship: none
|
||||
group_type: group
|
||||
admin_label: ''
|
||||
label: 'Go to'
|
||||
exclude: false
|
||||
alter:
|
||||
alter_text: true
|
||||
text: "<ul><li><a href='/opencase/oc_case/{{ id }}'>Details/Files</a></li>\n<li><a href='/opencase/oc_case/{{ id}}/activity_list'>Activities</a>\n</li></ul>"
|
||||
make_link: false
|
||||
path: ''
|
||||
absolute: false
|
||||
external: false
|
||||
replace_spaces: false
|
||||
path_case: none
|
||||
trim_whitespace: false
|
||||
alt: ''
|
||||
rel: ''
|
||||
link_class: ''
|
||||
prefix: ''
|
||||
suffix: ''
|
||||
target: ''
|
||||
nl2br: false
|
||||
max_length: 0
|
||||
word_boundary: true
|
||||
ellipsis: true
|
||||
more_link: false
|
||||
more_link_text: ''
|
||||
more_link_path: ''
|
||||
strip_tags: false
|
||||
trim: false
|
||||
preserve_tags: ''
|
||||
html: false
|
||||
element_type: ''
|
||||
element_class: ''
|
||||
element_label_type: ''
|
||||
element_label_class: ''
|
||||
element_label_colon: true
|
||||
element_wrapper_type: ''
|
||||
element_wrapper_class: ''
|
||||
element_default_classes: true
|
||||
empty: ''
|
||||
hide_empty: false
|
||||
empty_zero: false
|
||||
hide_alter_empty: false
|
||||
plugin_id: custom
|
||||
filters: { }
|
||||
sorts:
|
||||
created:
|
||||
id: created
|
||||
table: oc_case_field_data
|
||||
field: created
|
||||
relationship: none
|
||||
group_type: group
|
||||
admin_label: ''
|
||||
order: DESC
|
||||
exposed: false
|
||||
expose:
|
||||
label: ''
|
||||
granularity: hour
|
||||
entity_type: oc_case
|
||||
entity_field: created
|
||||
plugin_id: date
|
||||
title: 'Case List'
|
||||
header: { }
|
||||
footer: { }
|
||||
empty: { }
|
||||
relationships: { }
|
||||
arguments:
|
||||
actors_involved_target_id:
|
||||
id: actors_involved_target_id
|
||||
table: oc_case__actors_involved
|
||||
field: actors_involved_target_id
|
||||
relationship: none
|
||||
group_type: group
|
||||
admin_label: ''
|
||||
default_action: ignore
|
||||
exception:
|
||||
value: all
|
||||
title_enable: false
|
||||
title: All
|
||||
title_enable: false
|
||||
title: ''
|
||||
default_argument_type: fixed
|
||||
default_argument_options:
|
||||
argument: ''
|
||||
default_argument_skip_url: false
|
||||
summary_options:
|
||||
base_path: ''
|
||||
count: true
|
||||
items_per_page: 25
|
||||
override: false
|
||||
summary:
|
||||
sort_order: asc
|
||||
number_of_records: 0
|
||||
format: default_summary
|
||||
specify_validation: false
|
||||
validate:
|
||||
type: none
|
||||
fail: 'not found'
|
||||
validate_options: { }
|
||||
break_phrase: false
|
||||
not: false
|
||||
entity_type: oc_case
|
||||
entity_field: actors_involved
|
||||
plugin_id: numeric
|
||||
display_extenders: { }
|
||||
cache_metadata:
|
||||
max-age: -1
|
||||
contexts:
|
||||
- 'languages:language_content'
|
||||
- 'languages:language_interface'
|
||||
- url
|
||||
- user.roles
|
||||
tags: { }
|
||||
page_1:
|
||||
display_plugin: page
|
||||
id: page_1
|
||||
display_title: Page
|
||||
position: 1
|
||||
display_options:
|
||||
display_extenders: { }
|
||||
path: opencase/oc_actor/%actor_id/case_list
|
||||
cache_metadata:
|
||||
max-age: -1
|
||||
contexts:
|
||||
- 'languages:language_content'
|
||||
- 'languages:language_interface'
|
||||
- url
|
||||
- user.roles
|
||||
tags: { }
|
@ -1,25 +0,0 @@
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- system
|
||||
- zencrm
|
||||
theme:
|
||||
- bartik
|
||||
id: activitycreator
|
||||
theme: bartik
|
||||
region: content
|
||||
weight: -7
|
||||
provider: null
|
||||
plugin: activity_creator
|
||||
settings:
|
||||
id: activity_creator
|
||||
label: 'Activity creator'
|
||||
provider: zencrm
|
||||
label_display: '0'
|
||||
visibility:
|
||||
request_path:
|
||||
id: request_path
|
||||
pages: '/zencrm/case/*'
|
||||
negate: false
|
||||
context_mapping: { }
|
@ -1,25 +0,0 @@
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- system
|
||||
- zencrm
|
||||
theme:
|
||||
- bartik
|
||||
id: casedetails
|
||||
theme: bartik
|
||||
region: sidebar_second
|
||||
weight: 0
|
||||
provider: null
|
||||
plugin: case_details
|
||||
settings:
|
||||
id: case_details
|
||||
label: 'Case Details'
|
||||
provider: zencrm
|
||||
label_display: visible
|
||||
visibility:
|
||||
request_path:
|
||||
id: request_path
|
||||
pages: '/zencrm/case/*'
|
||||
negate: false
|
||||
context_mapping: { }
|
@ -1,25 +0,0 @@
|
||||
langcode: en
|
||||
status: false
|
||||
dependencies:
|
||||
module:
|
||||
- system
|
||||
- zencrm
|
||||
theme:
|
||||
- bartik
|
||||
id: hatcreator
|
||||
theme: bartik
|
||||
region: sidebar_second
|
||||
weight: -6
|
||||
provider: null
|
||||
plugin: hat_creator
|
||||
settings:
|
||||
id: hat_creator
|
||||
label: ''
|
||||
provider: zencrm
|
||||
label_display: visible
|
||||
visibility:
|
||||
request_path:
|
||||
id: request_path
|
||||
pages: '/zencrm/person/*'
|
||||
negate: false
|
||||
context_mapping: { }
|
@ -1,25 +0,0 @@
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- system
|
||||
- zencrm
|
||||
theme:
|
||||
- bartik
|
||||
id: personpanel
|
||||
theme: bartik
|
||||
region: content
|
||||
weight: 0
|
||||
provider: null
|
||||
plugin: person_panel
|
||||
settings:
|
||||
id: person_panel
|
||||
label: 'Person Panel'
|
||||
provider: zencrm
|
||||
label_display: '0'
|
||||
visibility:
|
||||
request_path:
|
||||
id: request_path
|
||||
pages: '/zencrm/person/*'
|
||||
negate: false
|
||||
context_mapping: { }
|
@ -1,30 +0,0 @@
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- views.view.single_case_with_activities
|
||||
module:
|
||||
- system
|
||||
- views
|
||||
theme:
|
||||
- bartik
|
||||
id: views_block__single_case_with_activities_block_1
|
||||
theme: bartik
|
||||
region: content
|
||||
weight: -5
|
||||
provider: null
|
||||
plugin: 'views_block:single_case_with_activities-block_1'
|
||||
settings:
|
||||
id: 'views_block:single_case_with_activities-block_1'
|
||||
label: ''
|
||||
provider: views
|
||||
label_display: '0'
|
||||
views_label: ''
|
||||
items_per_page: none
|
||||
context_mapping: { }
|
||||
visibility:
|
||||
request_path:
|
||||
id: request_path
|
||||
pages: '/zencrm/case/*'
|
||||
negate: false
|
||||
context_mapping: { }
|
@ -1,29 +0,0 @@
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- views.view.this_person_s_contact_details
|
||||
module:
|
||||
- system
|
||||
- views
|
||||
theme:
|
||||
- bartik
|
||||
id: views_block__this_person_s_contact_details_block_1
|
||||
theme: bartik
|
||||
region: sidebar_second
|
||||
weight: -7
|
||||
provider: null
|
||||
plugin: 'views_block:this_person_s_contact_details-block_1'
|
||||
settings:
|
||||
id: 'views_block:this_person_s_contact_details-block_1'
|
||||
label: ''
|
||||
provider: views
|
||||
label_display: visible
|
||||
views_label: ''
|
||||
items_per_page: none
|
||||
visibility:
|
||||
request_path:
|
||||
id: request_path
|
||||
pages: '/zencrm/person/*'
|
||||
negate: false
|
||||
context_mapping: { }
|
@ -1,30 +0,0 @@
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- views.view.this_person_s_hats
|
||||
module:
|
||||
- system
|
||||
- views
|
||||
theme:
|
||||
- bartik
|
||||
id: views_block__this_person_s_hats_block_1
|
||||
theme: bartik
|
||||
region: sidebar_second
|
||||
weight: -8
|
||||
provider: null
|
||||
plugin: 'views_block:this_person_s_hats-block_1'
|
||||
settings:
|
||||
id: 'views_block:this_person_s_hats-block_1'
|
||||
label: ''
|
||||
provider: views
|
||||
label_display: visible
|
||||
views_label: ''
|
||||
items_per_page: none
|
||||
context_mapping: { }
|
||||
visibility:
|
||||
request_path:
|
||||
id: request_path
|
||||
pages: '/zencrm/person/*'
|
||||
negate: false
|
||||
context_mapping: { }
|
11
config/optional/contact.form.contact_opencase.yml
Normal file
11
config/optional/contact.form.contact_opencase.yml
Normal file
@ -0,0 +1,11 @@
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies: { }
|
||||
id: contact_opencase
|
||||
label: 'Contact the OpenCase Developers'
|
||||
recipients:
|
||||
- naomirosenberguk@gmail.com
|
||||
reply: ''
|
||||
weight: 0
|
||||
message: 'Thank you for your message. The OpenCase team will get back to you ASAP.'
|
||||
redirect: ''
|
@ -0,0 +1,39 @@
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- contact.form.contact_opencase
|
||||
id: contact_message.contact_opencase.default
|
||||
targetEntityType: contact_message
|
||||
bundle: contact_opencase
|
||||
mode: default
|
||||
content:
|
||||
copy:
|
||||
weight: 50
|
||||
region: content
|
||||
mail:
|
||||
weight: -40
|
||||
region: content
|
||||
message:
|
||||
type: string_textarea
|
||||
weight: 0
|
||||
settings:
|
||||
rows: 12
|
||||
placeholder: ''
|
||||
region: content
|
||||
third_party_settings: { }
|
||||
name:
|
||||
weight: -50
|
||||
region: content
|
||||
preview:
|
||||
weight: 40
|
||||
region: content
|
||||
subject:
|
||||
type: string_textfield
|
||||
weight: -10
|
||||
region: content
|
||||
settings:
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
hidden: { }
|
@ -0,0 +1,19 @@
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- contact.form.contact_opencase
|
||||
id: contact_message.contact_opencase.default
|
||||
targetEntityType: contact_message
|
||||
bundle: contact_opencase
|
||||
mode: default
|
||||
content:
|
||||
message:
|
||||
type: string
|
||||
weight: 0
|
||||
label: above
|
||||
region: content
|
||||
settings:
|
||||
link_to_entity: false
|
||||
third_party_settings: { }
|
||||
hidden: { }
|
@ -1,394 +0,0 @@
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- zencrm_entities
|
||||
id: this_hat_s_cases
|
||||
label: 'This hat''s cases'
|
||||
module: views
|
||||
description: ''
|
||||
tag: ''
|
||||
base_table: case_entity_field_data
|
||||
base_field: id
|
||||
core: 8.x
|
||||
display:
|
||||
default:
|
||||
display_plugin: default
|
||||
id: default
|
||||
display_title: Master
|
||||
position: 0
|
||||
display_options:
|
||||
access:
|
||||
type: none
|
||||
options: { }
|
||||
cache:
|
||||
type: tag
|
||||
options: { }
|
||||
query:
|
||||
type: views_query
|
||||
options:
|
||||
disable_sql_rewrite: false
|
||||
distinct: false
|
||||
replica: false
|
||||
query_comment: ''
|
||||
query_tags: { }
|
||||
exposed_form:
|
||||
type: basic
|
||||
options:
|
||||
submit_button: Apply
|
||||
reset_button: false
|
||||
reset_button_label: Reset
|
||||
exposed_sorts_label: 'Sort by'
|
||||
expose_sort_order: true
|
||||
sort_asc_label: Asc
|
||||
sort_desc_label: Desc
|
||||
pager:
|
||||
type: none
|
||||
options:
|
||||
offset: 0
|
||||
style:
|
||||
type: table
|
||||
options:
|
||||
grouping: { }
|
||||
row_class: ''
|
||||
default_row_class: true
|
||||
uses_fields: false
|
||||
columns: { }
|
||||
default: ''
|
||||
info: { }
|
||||
override: true
|
||||
sticky: false
|
||||
order: asc
|
||||
caption: ''
|
||||
summary: ''
|
||||
description: ''
|
||||
empty_table: false
|
||||
row:
|
||||
type: 'entity:case_entity'
|
||||
fields:
|
||||
name:
|
||||
id: name
|
||||
table: case_entity_field_data
|
||||
field: name
|
||||
relationship: none
|
||||
group_type: group
|
||||
admin_label: ''
|
||||
label: Case
|
||||
exclude: false
|
||||
alter:
|
||||
alter_text: false
|
||||
text: ''
|
||||
make_link: false
|
||||
path: ''
|
||||
absolute: false
|
||||
external: false
|
||||
replace_spaces: false
|
||||
path_case: none
|
||||
trim_whitespace: false
|
||||
alt: ''
|
||||
rel: ''
|
||||
link_class: ''
|
||||
prefix: ''
|
||||
suffix: ''
|
||||
target: ''
|
||||
nl2br: false
|
||||
max_length: 0
|
||||
word_boundary: true
|
||||
ellipsis: true
|
||||
more_link: false
|
||||
more_link_text: ''
|
||||
more_link_path: ''
|
||||
strip_tags: false
|
||||
trim: false
|
||||
preserve_tags: ''
|
||||
html: false
|
||||
element_type: ''
|
||||
element_class: ''
|
||||
element_label_type: ''
|
||||
element_label_class: ''
|
||||
element_label_colon: true
|
||||
element_wrapper_type: ''
|
||||
element_wrapper_class: ''
|
||||
element_default_classes: true
|
||||
empty: ''
|
||||
hide_empty: false
|
||||
empty_zero: false
|
||||
hide_alter_empty: true
|
||||
click_sort_column: value
|
||||
type: string
|
||||
settings:
|
||||
link_to_entity: false
|
||||
group_column: value
|
||||
group_columns: { }
|
||||
group_rows: true
|
||||
delta_limit: 0
|
||||
delta_offset: 0
|
||||
delta_reversed: false
|
||||
delta_first_last: false
|
||||
multi_type: separator
|
||||
separator: ', '
|
||||
field_api_classes: false
|
||||
entity_type: null
|
||||
entity_field: name
|
||||
plugin_id: field
|
||||
type:
|
||||
id: type
|
||||
table: case_entity_field_data
|
||||
field: type
|
||||
relationship: none
|
||||
group_type: group
|
||||
admin_label: ''
|
||||
label: Type
|
||||
exclude: false
|
||||
alter:
|
||||
alter_text: false
|
||||
text: ''
|
||||
make_link: false
|
||||
path: ''
|
||||
absolute: false
|
||||
external: false
|
||||
replace_spaces: false
|
||||
path_case: none
|
||||
trim_whitespace: false
|
||||
alt: ''
|
||||
rel: ''
|
||||
link_class: ''
|
||||
prefix: ''
|
||||
suffix: ''
|
||||
target: ''
|
||||
nl2br: false
|
||||
max_length: 0
|
||||
word_boundary: true
|
||||
ellipsis: true
|
||||
more_link: false
|
||||
more_link_text: ''
|
||||
more_link_path: ''
|
||||
strip_tags: false
|
||||
trim: false
|
||||
preserve_tags: ''
|
||||
html: false
|
||||
element_type: ''
|
||||
element_class: ''
|
||||
element_label_type: ''
|
||||
element_label_class: ''
|
||||
element_label_colon: true
|
||||
element_wrapper_type: ''
|
||||
element_wrapper_class: ''
|
||||
element_default_classes: true
|
||||
empty: ''
|
||||
hide_empty: false
|
||||
empty_zero: false
|
||||
hide_alter_empty: true
|
||||
click_sort_column: target_id
|
||||
type: entity_reference_label
|
||||
settings:
|
||||
link: false
|
||||
group_column: target_id
|
||||
group_columns: { }
|
||||
group_rows: true
|
||||
delta_limit: 0
|
||||
delta_offset: 0
|
||||
delta_reversed: false
|
||||
delta_first_last: false
|
||||
multi_type: separator
|
||||
separator: ', '
|
||||
field_api_classes: false
|
||||
entity_type: case_entity
|
||||
entity_field: type
|
||||
plugin_id: field
|
||||
hats_involved_target_id:
|
||||
id: hats_involved_target_id
|
||||
table: case_entity__hats_involved
|
||||
field: hats_involved_target_id
|
||||
relationship: none
|
||||
group_type: group
|
||||
admin_label: ''
|
||||
label: 'Involved Parties'
|
||||
exclude: false
|
||||
alter:
|
||||
alter_text: false
|
||||
text: ''
|
||||
make_link: false
|
||||
path: ''
|
||||
absolute: false
|
||||
external: false
|
||||
replace_spaces: false
|
||||
path_case: none
|
||||
trim_whitespace: false
|
||||
alt: ''
|
||||
rel: ''
|
||||
link_class: ''
|
||||
prefix: ''
|
||||
suffix: ''
|
||||
target: ''
|
||||
nl2br: false
|
||||
max_length: 0
|
||||
word_boundary: true
|
||||
ellipsis: true
|
||||
more_link: false
|
||||
more_link_text: ''
|
||||
more_link_path: ''
|
||||
strip_tags: false
|
||||
trim: false
|
||||
preserve_tags: ''
|
||||
html: false
|
||||
element_type: ''
|
||||
element_class: ''
|
||||
element_label_type: ''
|
||||
element_label_class: ''
|
||||
element_label_colon: true
|
||||
element_wrapper_type: ''
|
||||
element_wrapper_class: ''
|
||||
element_default_classes: true
|
||||
empty: ''
|
||||
hide_empty: false
|
||||
empty_zero: false
|
||||
hide_alter_empty: true
|
||||
click_sort_column: target_id
|
||||
type: entity_reference_label
|
||||
settings:
|
||||
link: false
|
||||
group_column: target_id
|
||||
group_columns: { }
|
||||
group_rows: true
|
||||
delta_limit: 0
|
||||
delta_offset: 0
|
||||
delta_reversed: false
|
||||
delta_first_last: false
|
||||
multi_type: separator
|
||||
separator: ', '
|
||||
field_api_classes: false
|
||||
entity_type: case_entity
|
||||
entity_field: hats_involved
|
||||
plugin_id: field
|
||||
view_case_entity:
|
||||
id: view_case_entity
|
||||
table: case_entity
|
||||
field: view_case_entity
|
||||
relationship: none
|
||||
group_type: group
|
||||
admin_label: ''
|
||||
label: ''
|
||||
exclude: false
|
||||
alter:
|
||||
alter_text: false
|
||||
text: ''
|
||||
make_link: false
|
||||
path: ''
|
||||
absolute: false
|
||||
external: false
|
||||
replace_spaces: false
|
||||
path_case: none
|
||||
trim_whitespace: false
|
||||
alt: ''
|
||||
rel: ''
|
||||
link_class: ''
|
||||
prefix: ''
|
||||
suffix: ''
|
||||
target: ''
|
||||
nl2br: false
|
||||
max_length: 0
|
||||
word_boundary: true
|
||||
ellipsis: true
|
||||
more_link: false
|
||||
more_link_text: ''
|
||||
more_link_path: ''
|
||||
strip_tags: false
|
||||
trim: false
|
||||
preserve_tags: ''
|
||||
html: false
|
||||
element_type: ''
|
||||
element_class: ''
|
||||
element_label_type: ''
|
||||
element_label_class: ''
|
||||
element_label_colon: false
|
||||
element_wrapper_type: ''
|
||||
element_wrapper_class: ''
|
||||
element_default_classes: true
|
||||
empty: ''
|
||||
hide_empty: false
|
||||
empty_zero: false
|
||||
hide_alter_empty: true
|
||||
text: 'Go to case'
|
||||
output_url_as_text: false
|
||||
absolute: false
|
||||
entity_type: case_entity
|
||||
plugin_id: entity_link
|
||||
filters: { }
|
||||
sorts: { }
|
||||
title: 'This hat''s cases'
|
||||
header: { }
|
||||
footer: { }
|
||||
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 class=''zencrm_fyi''>This person is not involved in any cases in this capacity.</p>'
|
||||
plugin_id: text_custom
|
||||
relationships: { }
|
||||
arguments:
|
||||
hats_involved_target_id:
|
||||
id: hats_involved_target_id
|
||||
table: case_entity__hats_involved
|
||||
field: hats_involved_target_id
|
||||
relationship: none
|
||||
group_type: group
|
||||
admin_label: ''
|
||||
default_action: empty
|
||||
exception:
|
||||
value: all
|
||||
title_enable: false
|
||||
title: All
|
||||
title_enable: false
|
||||
title: ''
|
||||
default_argument_type: fixed
|
||||
default_argument_options:
|
||||
argument: ''
|
||||
default_argument_skip_url: false
|
||||
summary_options:
|
||||
base_path: ''
|
||||
count: true
|
||||
items_per_page: 25
|
||||
override: false
|
||||
summary:
|
||||
sort_order: asc
|
||||
number_of_records: 0
|
||||
format: default_summary
|
||||
specify_validation: false
|
||||
validate:
|
||||
type: none
|
||||
fail: 'not found'
|
||||
validate_options: { }
|
||||
break_phrase: false
|
||||
not: false
|
||||
entity_type: case_entity
|
||||
entity_field: hats_involved
|
||||
plugin_id: numeric
|
||||
display_extenders: { }
|
||||
cache_metadata:
|
||||
max-age: -1
|
||||
contexts:
|
||||
- 'languages:language_content'
|
||||
- 'languages:language_interface'
|
||||
- url
|
||||
tags: { }
|
||||
block_1:
|
||||
display_plugin: block
|
||||
id: block_1
|
||||
display_title: Block
|
||||
position: 1
|
||||
display_options:
|
||||
display_extenders: { }
|
||||
cache_metadata:
|
||||
max-age: -1
|
||||
contexts:
|
||||
- 'languages:language_content'
|
||||
- 'languages:language_interface'
|
||||
- url
|
||||
tags: { }
|
@ -1,387 +0,0 @@
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- block.block.hatcreator
|
||||
module:
|
||||
- zencrm_entities
|
||||
id: this_person_s_hats
|
||||
label: Hats
|
||||
module: views
|
||||
description: ''
|
||||
tag: ''
|
||||
base_table: hat_field_data
|
||||
base_field: id
|
||||
core: 8.x
|
||||
display:
|
||||
default:
|
||||
display_plugin: default
|
||||
id: default
|
||||
display_title: Master
|
||||
position: 0
|
||||
display_options:
|
||||
access:
|
||||
type: none
|
||||
options: { }
|
||||
cache:
|
||||
type: tag
|
||||
options: { }
|
||||
query:
|
||||
type: views_query
|
||||
options:
|
||||
disable_sql_rewrite: false
|
||||
distinct: false
|
||||
replica: false
|
||||
query_comment: ''
|
||||
query_tags: { }
|
||||
exposed_form:
|
||||
type: basic
|
||||
options:
|
||||
submit_button: Apply
|
||||
reset_button: false
|
||||
reset_button_label: Reset
|
||||
exposed_sorts_label: 'Sort by'
|
||||
expose_sort_order: true
|
||||
sort_asc_label: Asc
|
||||
sort_desc_label: Desc
|
||||
pager:
|
||||
type: none
|
||||
options:
|
||||
offset: 0
|
||||
style:
|
||||
type: html_list
|
||||
options:
|
||||
grouping: { }
|
||||
row_class: ''
|
||||
default_row_class: true
|
||||
type: ul
|
||||
wrapper_class: item-list
|
||||
class: ''
|
||||
row:
|
||||
type: fields
|
||||
fields:
|
||||
id:
|
||||
id: id
|
||||
table: hat_field_data
|
||||
field: id
|
||||
relationship: none
|
||||
group_type: group
|
||||
admin_label: ''
|
||||
label: ''
|
||||
exclude: true
|
||||
alter:
|
||||
alter_text: false
|
||||
text: ''
|
||||
make_link: false
|
||||
path: ''
|
||||
absolute: false
|
||||
external: false
|
||||
replace_spaces: false
|
||||
path_case: none
|
||||
trim_whitespace: false
|
||||
alt: ''
|
||||
rel: ''
|
||||
link_class: ''
|
||||
prefix: ''
|
||||
suffix: ''
|
||||
target: ''
|
||||
nl2br: false
|
||||
max_length: 0
|
||||
word_boundary: true
|
||||
ellipsis: true
|
||||
more_link: false
|
||||
more_link_text: ''
|
||||
more_link_path: ''
|
||||
strip_tags: false
|
||||
trim: false
|
||||
preserve_tags: ''
|
||||
html: false
|
||||
element_type: ''
|
||||
element_class: ''
|
||||
element_label_type: ''
|
||||
element_label_class: ''
|
||||
element_label_colon: false
|
||||
element_wrapper_type: ''
|
||||
element_wrapper_class: ''
|
||||
element_default_classes: true
|
||||
empty: ''
|
||||
hide_empty: false
|
||||
empty_zero: false
|
||||
hide_alter_empty: true
|
||||
click_sort_column: value
|
||||
type: number_integer
|
||||
settings:
|
||||
thousand_separator: ''
|
||||
prefix_suffix: true
|
||||
group_column: value
|
||||
group_columns: { }
|
||||
group_rows: true
|
||||
delta_limit: 0
|
||||
delta_offset: 0
|
||||
delta_reversed: false
|
||||
delta_first_last: false
|
||||
multi_type: separator
|
||||
separator: ', '
|
||||
field_api_classes: false
|
||||
entity_type: hat
|
||||
entity_field: id
|
||||
plugin_id: field
|
||||
type:
|
||||
id: type
|
||||
table: hat_field_data
|
||||
field: type
|
||||
relationship: none
|
||||
group_type: group
|
||||
admin_label: ''
|
||||
label: ''
|
||||
exclude: false
|
||||
alter:
|
||||
alter_text: false
|
||||
text: ''
|
||||
make_link: false
|
||||
path: ''
|
||||
absolute: false
|
||||
external: false
|
||||
replace_spaces: false
|
||||
path_case: none
|
||||
trim_whitespace: false
|
||||
alt: ''
|
||||
rel: ''
|
||||
link_class: ''
|
||||
prefix: ''
|
||||
suffix: ''
|
||||
target: ''
|
||||
nl2br: false
|
||||
max_length: 0
|
||||
word_boundary: true
|
||||
ellipsis: true
|
||||
more_link: false
|
||||
more_link_text: ''
|
||||
more_link_path: ''
|
||||
strip_tags: false
|
||||
trim: false
|
||||
preserve_tags: ''
|
||||
html: false
|
||||
element_type: ''
|
||||
element_class: ''
|
||||
element_label_type: ''
|
||||
element_label_class: ''
|
||||
element_label_colon: false
|
||||
element_wrapper_type: ''
|
||||
element_wrapper_class: ''
|
||||
element_default_classes: true
|
||||
empty: ''
|
||||
hide_empty: false
|
||||
empty_zero: false
|
||||
hide_alter_empty: true
|
||||
click_sort_column: target_id
|
||||
type: entity_reference_label
|
||||
settings:
|
||||
link: false
|
||||
group_column: target_id
|
||||
group_columns: { }
|
||||
group_rows: true
|
||||
delta_limit: 0
|
||||
delta_offset: 0
|
||||
delta_reversed: false
|
||||
delta_first_last: false
|
||||
multi_type: separator
|
||||
separator: ', '
|
||||
field_api_classes: false
|
||||
entity_type: hat
|
||||
entity_field: type
|
||||
plugin_id: field
|
||||
rendered_entity:
|
||||
id: rendered_entity
|
||||
table: hat
|
||||
field: rendered_entity
|
||||
relationship: none
|
||||
group_type: group
|
||||
admin_label: ''
|
||||
label: ''
|
||||
exclude: false
|
||||
alter:
|
||||
alter_text: false
|
||||
text: ''
|
||||
make_link: false
|
||||
path: ''
|
||||
absolute: false
|
||||
external: false
|
||||
replace_spaces: false
|
||||
path_case: none
|
||||
trim_whitespace: false
|
||||
alt: ''
|
||||
rel: ''
|
||||
link_class: ''
|
||||
prefix: ''
|
||||
suffix: ''
|
||||
target: ''
|
||||
nl2br: false
|
||||
max_length: 0
|
||||
word_boundary: true
|
||||
ellipsis: true
|
||||
more_link: false
|
||||
more_link_text: ''
|
||||
more_link_path: ''
|
||||
strip_tags: false
|
||||
trim: false
|
||||
preserve_tags: ''
|
||||
html: false
|
||||
element_type: ''
|
||||
element_class: ''
|
||||
element_label_type: ''
|
||||
element_label_class: ''
|
||||
element_label_colon: false
|
||||
element_wrapper_type: ''
|
||||
element_wrapper_class: ''
|
||||
element_default_classes: true
|
||||
empty: ''
|
||||
hide_empty: false
|
||||
empty_zero: false
|
||||
hide_alter_empty: true
|
||||
view_mode: default
|
||||
entity_type: hat
|
||||
plugin_id: rendered_entity
|
||||
nothing:
|
||||
id: nothing
|
||||
table: views
|
||||
field: nothing
|
||||
relationship: none
|
||||
group_type: group
|
||||
admin_label: ''
|
||||
label: ''
|
||||
exclude: false
|
||||
alter:
|
||||
alter_text: true
|
||||
text: '<div class=''zencrm_editlink''><a class=''use-ajax'' data-dialog-type=''modal'' href=''/zencrm/hat/{{ raw_arguments.person }}/{{ id }}/edit?destination=/zencrm/person/{{ raw_arguments.person }}''>Edit</a></div>'
|
||||
make_link: false
|
||||
path: ''
|
||||
absolute: false
|
||||
external: false
|
||||
replace_spaces: false
|
||||
path_case: none
|
||||
trim_whitespace: false
|
||||
alt: ''
|
||||
rel: ''
|
||||
link_class: ''
|
||||
prefix: ''
|
||||
suffix: ''
|
||||
target: ''
|
||||
nl2br: false
|
||||
max_length: 0
|
||||
word_boundary: true
|
||||
ellipsis: true
|
||||
more_link: false
|
||||
more_link_text: ''
|
||||
more_link_path: ''
|
||||
strip_tags: false
|
||||
trim: false
|
||||
preserve_tags: ''
|
||||
html: false
|
||||
element_type: ''
|
||||
element_class: ''
|
||||
element_label_type: ''
|
||||
element_label_class: ''
|
||||
element_label_colon: false
|
||||
element_wrapper_type: ''
|
||||
element_wrapper_class: ''
|
||||
element_default_classes: true
|
||||
empty: ''
|
||||
hide_empty: false
|
||||
empty_zero: false
|
||||
hide_alter_empty: false
|
||||
plugin_id: custom
|
||||
filters: { }
|
||||
sorts: { }
|
||||
title: Hats
|
||||
header: { }
|
||||
footer:
|
||||
entity_block:
|
||||
id: entity_block
|
||||
table: views
|
||||
field: entity_block
|
||||
relationship: none
|
||||
group_type: group
|
||||
admin_label: ''
|
||||
empty: false
|
||||
tokenize: true
|
||||
target: hatcreator
|
||||
view_mode: default
|
||||
bypass_access: true
|
||||
plugin_id: entity
|
||||
empty: { }
|
||||
relationships: { }
|
||||
arguments:
|
||||
person:
|
||||
id: person
|
||||
table: hat_field_data
|
||||
field: person
|
||||
relationship: none
|
||||
group_type: group
|
||||
admin_label: ''
|
||||
default_action: default
|
||||
exception:
|
||||
value: all
|
||||
title_enable: false
|
||||
title: All
|
||||
title_enable: false
|
||||
title: ''
|
||||
default_argument_type: raw
|
||||
default_argument_options:
|
||||
index: 2
|
||||
use_alias: false
|
||||
default_argument_skip_url: false
|
||||
summary_options:
|
||||
base_path: ''
|
||||
count: true
|
||||
items_per_page: 25
|
||||
override: false
|
||||
summary:
|
||||
sort_order: asc
|
||||
number_of_records: 0
|
||||
format: default_summary
|
||||
specify_validation: false
|
||||
validate:
|
||||
type: none
|
||||
fail: 'not found'
|
||||
validate_options: { }
|
||||
break_phrase: false
|
||||
not: false
|
||||
entity_type: hat
|
||||
entity_field: person
|
||||
plugin_id: numeric
|
||||
display_extenders: { }
|
||||
cache_metadata:
|
||||
max-age: -1
|
||||
contexts:
|
||||
- 'languages:language_content'
|
||||
- 'languages:language_interface'
|
||||
- url
|
||||
tags:
|
||||
- 'config:core.entity_view_display.hat.client.default'
|
||||
- 'config:core.entity_view_display.hat.volunteer.default'
|
||||
block_1:
|
||||
display_plugin: block
|
||||
id: block_1
|
||||
display_title: Block
|
||||
position: 1
|
||||
display_options:
|
||||
display_extenders: { }
|
||||
allow:
|
||||
items_per_page: false
|
||||
offset: '0'
|
||||
pager: '0'
|
||||
hide_fields: '0'
|
||||
sort_fields: '0'
|
||||
disable_filters: '0'
|
||||
configure_sorts: '0'
|
||||
block_hide_empty: false
|
||||
cache_metadata:
|
||||
max-age: -1
|
||||
contexts:
|
||||
- 'languages:language_content'
|
||||
- 'languages:language_interface'
|
||||
- url
|
||||
tags:
|
||||
- 'config:core.entity_view_display.hat.client.default'
|
||||
- 'config:core.entity_view_display.hat.volunteer.default'
|
149
css/opencase.css
149
css/opencase.css
@ -1,152 +1,15 @@
|
||||
/* this part is for the wider theme and will be removed */
|
||||
a.site-branding__logo img {
|
||||
max-width: 100px;
|
||||
}
|
||||
|
||||
/* a hack to show different links in sidebar - temporary */
|
||||
.zencrm_creationlinks.authorised_only {
|
||||
/* Free the people from the tyranny of the useless search button */
|
||||
#edit-submit-actor-search{
|
||||
display: none;
|
||||
}
|
||||
|
||||
.user-logged-in .zencrm_creationlinks.authorised_only {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.zencrm_creationlinks.anonymous_only {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.user-logged-in .zencrm_creationlinks.anonymous_only {
|
||||
/* Remove the revision message box. Temporary until can place it properly */
|
||||
#edit-revision-log-message-wrapper{
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Module-specific from here. */
|
||||
|
||||
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
button.button--primary.js-form-submit.form-submit.ui-button.ui-corner-all.ui-widget {
|
||||
margin-left: 73%;
|
||||
}
|
||||
|
||||
button.button.button--danger.ui-button.ui-corner-all.ui-widget {
|
||||
float: left;
|
||||
color: red;
|
||||
}
|
||||
|
||||
.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-dialog-buttons {
|
||||
min-width: 550px;
|
||||
border: 20px solid rgba(0, 0, 0, 0.51);
|
||||
}
|
||||
|
||||
.tabledrag-toggle-weight-wrapper {
|
||||
/* Same for revision checkbox. */
|
||||
.js-form-item.form-item.js-form-type-checkbox.form-type-checkbox.js-form-item-new-revision.form-item-new-revision {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#content .zencrm_case_details {
|
||||
display: none; /* don't show case as main content - it's shown in sidebar */
|
||||
}
|
||||
|
||||
div.region.region-primary-menu {
|
||||
display:none;
|
||||
}
|
||||
|
||||
.field--name-contact-details a {
|
||||
border-bottom: none;
|
||||
}
|
||||
|
||||
.sidebar .field--type-entity-reference {
|
||||
margin: 1em 0 0 0;
|
||||
}
|
||||
|
||||
.region-sidebar-second .view-content li, .region-sidebar-second .views-row, .region-sidebar-second .zencrm_inner_sidebar_block {
|
||||
border-bottom: 10px solid #e6e6d3;
|
||||
padding-bottom: 20px;
|
||||
padding-top: 10px;
|
||||
padding-right: 10px;
|
||||
padding-left: 10px;
|
||||
background: #eeeedb;
|
||||
border: 1px solid lightgrey;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.sidebar .region-sidebar-second h2 {
|
||||
font-size: 1.6em;
|
||||
text-align: center;
|
||||
border-bottom: 1px solid grey;
|
||||
}
|
||||
|
||||
.sidebar .views-field.views-field-type, .sidebar .field--name-type, .zencrm_inner_sidebar_block .zencrm_title {
|
||||
padding-bottom: 12px;
|
||||
font-size: 1.4em;
|
||||
text-align: center;
|
||||
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
}
|
||||
|
||||
.zencrm_inner_sidebar_block .zencrm_title {
|
||||
font-size: 1.2em;
|
||||
padding-bottom: 5px;
|
||||
}
|
||||
|
||||
.sidebar .field__label, .sidebar .field--type-entity-reference .field__label, .form-item label {
|
||||
font-size: 1em;
|
||||
font-weight: bold;
|
||||
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
}
|
||||
|
||||
.sidebar .views-element-container .field, .sidebar .zencrm_inner_sidebar_block .field {
|
||||
padding-bottom: 15px;
|
||||
}
|
||||
|
||||
.sidebar .views-element-container .field .field__item, .sidebar .zencrm_inner_sidebar_block .field__item {
|
||||
font-size: 1.1em;
|
||||
}
|
||||
|
||||
.region-sidebar-second .view-content li, .region-sidebar-second .views-row {
|
||||
padding-bottom: 20px;
|
||||
padding-top: 10px;
|
||||
padding-right: 10px;
|
||||
padding-left: 10px;
|
||||
background: #eeeedb;
|
||||
}
|
||||
|
||||
.region-sidebar-second .views-element-container.block, #block-casedetails {
|
||||
padding-right: 10px;
|
||||
padding-left: 10px;
|
||||
}
|
||||
|
||||
.zencrm_creationlinks {
|
||||
padding: 10px 10px 10px 20px;
|
||||
font-size: 1.2em;
|
||||
|
||||
}
|
||||
|
||||
.sidebar .zencrm_links {
|
||||
font-size: 1.2em;
|
||||
}
|
||||
|
||||
.sidebar .zencrm_links p, .sidebar .zencrm_creationlinks p {
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
|
||||
.zencrm_creationlinks p {
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
|
||||
.sidebar .zencrm_creationlinks {
|
||||
padding: 5px;
|
||||
font-size: 1.3em;
|
||||
|
||||
}
|
||||
|
||||
.sidebar .zencrm_editlink {
|
||||
font-size: 1.2em;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
#block-hatcreator {
|
||||
padding: 0;
|
||||
border: none;
|
||||
margin: 0;
|
||||
}
|
||||
|
@ -1,38 +0,0 @@
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.field.activity.case_note.field_file
|
||||
- field.field.activity.case_note.field_notes
|
||||
- zencrm_entities.activity_type.case_note
|
||||
module:
|
||||
- file
|
||||
id: activity.case_note.default
|
||||
targetEntityType: activity
|
||||
bundle: case_note
|
||||
mode: default
|
||||
content:
|
||||
field_file:
|
||||
weight: 4
|
||||
settings:
|
||||
progress_indicator: throbber
|
||||
third_party_settings: { }
|
||||
type: file_generic
|
||||
region: content
|
||||
field_notes:
|
||||
weight: 3
|
||||
settings:
|
||||
rows: 5
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
type: string_textarea
|
||||
region: content
|
||||
name:
|
||||
type: string_textfield
|
||||
weight: -4
|
||||
region: content
|
||||
settings:
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
hidden: { }
|
@ -1,32 +0,0 @@
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.field.activity.self_assessment.field_how_is_your_housing_situat
|
||||
- field.field.activity.self_assessment.field_how_is_your_mental_health_
|
||||
- field.field.activity.self_assessment.field_how_is_your_physical_healt
|
||||
- zencrm_entities.activity_type.self_assessment
|
||||
id: activity.self_assessment.default
|
||||
targetEntityType: activity
|
||||
bundle: self_assessment
|
||||
mode: default
|
||||
content:
|
||||
field_how_is_your_housing_situat:
|
||||
weight: 5
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: options_buttons
|
||||
region: content
|
||||
field_how_is_your_mental_health_:
|
||||
weight: 4
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: options_buttons
|
||||
region: content
|
||||
field_how_is_your_physical_healt:
|
||||
weight: 3
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: options_buttons
|
||||
region: content
|
||||
hidden: { }
|
@ -1,29 +0,0 @@
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.field.case_entity.asylum.field_asyl
|
||||
- field.field.case_entity.asylum.field_home_offi
|
||||
- zencrm_entities.case_entity_type.asylum
|
||||
id: case_entity.asylum.default
|
||||
targetEntityType: case_entity
|
||||
bundle: asylum
|
||||
mode: default
|
||||
content:
|
||||
field_asyl:
|
||||
weight: 6
|
||||
settings:
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
type: string_textfield
|
||||
region: content
|
||||
field_home_offi:
|
||||
weight: 7
|
||||
settings:
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
type: string_textfield
|
||||
region: content
|
||||
hidden: { }
|
@ -1,20 +0,0 @@
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- zencrm_entities.case_entity_type.housing
|
||||
id: case_entity.housing.default
|
||||
targetEntityType: case_entity
|
||||
bundle: housing
|
||||
mode: default
|
||||
content:
|
||||
user_id:
|
||||
type: entity_reference_autocomplete
|
||||
weight: 5
|
||||
settings:
|
||||
match_operator: CONTAINS
|
||||
size: 60
|
||||
placeholder: ''
|
||||
region: content
|
||||
third_party_settings: { }
|
||||
hidden: { }
|
@ -1,20 +0,0 @@
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- zencrm_entities.case_entity_type.volunteer_recruitment
|
||||
id: case_entity.volunteer_recruitment.default
|
||||
targetEntityType: case_entity
|
||||
bundle: volunteer_recruitment
|
||||
mode: default
|
||||
content:
|
||||
user_id:
|
||||
type: entity_reference_autocomplete
|
||||
weight: 5
|
||||
settings:
|
||||
match_operator: CONTAINS
|
||||
size: 60
|
||||
placeholder: ''
|
||||
region: content
|
||||
third_party_settings: { }
|
||||
hidden: { }
|
@ -1,29 +0,0 @@
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.field.hat.client.field_country
|
||||
- field.field.hat.client.field_language
|
||||
- zencrm_entities.hat_type.client
|
||||
id: hat.client.default
|
||||
targetEntityType: hat
|
||||
bundle: client
|
||||
mode: default
|
||||
content:
|
||||
field_country:
|
||||
weight: 3
|
||||
settings:
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
type: string_textfield
|
||||
region: content
|
||||
field_language:
|
||||
weight: 4
|
||||
settings:
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
type: string_textfield
|
||||
region: content
|
||||
hidden: { }
|
@ -1,38 +0,0 @@
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.field.hat.volunteer.field_availability
|
||||
- field.field.hat.volunteer.field_date_started
|
||||
- field.field.hat.volunteer.field_team
|
||||
- zencrm_entities.hat_type.volunteer
|
||||
module:
|
||||
- datetime
|
||||
id: hat.volunteer.default
|
||||
targetEntityType: hat
|
||||
bundle: volunteer
|
||||
mode: default
|
||||
content:
|
||||
field_availability:
|
||||
weight: 6
|
||||
settings:
|
||||
rows: 5
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
type: string_textarea
|
||||
region: content
|
||||
field_date_started:
|
||||
weight: 5
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: datetime_default
|
||||
region: content
|
||||
field_team:
|
||||
weight: 4
|
||||
settings:
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
type: string_textfield
|
||||
region: content
|
||||
hidden: { }
|
@ -1,38 +0,0 @@
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.field.activity.case_note.field_file
|
||||
- field.field.activity.case_note.field_notes
|
||||
- zencrm_entities.activity_type.case_note
|
||||
module:
|
||||
- file
|
||||
id: activity.case_note.default
|
||||
targetEntityType: activity
|
||||
bundle: case_note
|
||||
mode: default
|
||||
content:
|
||||
field_file:
|
||||
weight: -2
|
||||
label: above
|
||||
settings:
|
||||
use_description_as_link_text: true
|
||||
third_party_settings: { }
|
||||
type: file_default
|
||||
region: content
|
||||
field_notes:
|
||||
weight: -3
|
||||
label: above
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: basic_string
|
||||
region: content
|
||||
name:
|
||||
label: above
|
||||
type: string
|
||||
weight: -4
|
||||
region: content
|
||||
settings:
|
||||
link_to_entity: false
|
||||
third_party_settings: { }
|
||||
hidden: { }
|
@ -1,37 +0,0 @@
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.field.activity.self_assessment.field_how_is_your_housing_situat
|
||||
- field.field.activity.self_assessment.field_how_is_your_mental_health_
|
||||
- field.field.activity.self_assessment.field_how_is_your_physical_healt
|
||||
- zencrm_entities.activity_type.self_assessment
|
||||
module:
|
||||
- options
|
||||
id: activity.self_assessment.default
|
||||
targetEntityType: activity
|
||||
bundle: self_assessment
|
||||
mode: default
|
||||
content:
|
||||
field_how_is_your_housing_situat:
|
||||
weight: -1
|
||||
label: above
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: list_default
|
||||
region: content
|
||||
field_how_is_your_mental_health_:
|
||||
weight: -2
|
||||
label: above
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: list_default
|
||||
region: content
|
||||
field_how_is_your_physical_healt:
|
||||
weight: -3
|
||||
label: above
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: list_default
|
||||
region: content
|
||||
hidden: { }
|
@ -1,29 +0,0 @@
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.field.case_entity.asylum.field_asyl
|
||||
- field.field.case_entity.asylum.field_home_offi
|
||||
- zencrm_entities.case_entity_type.asylum
|
||||
id: case_entity.asylum.default
|
||||
targetEntityType: case_entity
|
||||
bundle: asylum
|
||||
mode: default
|
||||
content:
|
||||
field_asyl:
|
||||
weight: 1
|
||||
label: above
|
||||
settings:
|
||||
link_to_entity: false
|
||||
third_party_settings: { }
|
||||
type: string
|
||||
region: content
|
||||
field_home_offi:
|
||||
weight: 2
|
||||
label: above
|
||||
settings:
|
||||
link_to_entity: false
|
||||
third_party_settings: { }
|
||||
type: string
|
||||
region: content
|
||||
hidden: { }
|
@ -1,26 +0,0 @@
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- zencrm_entities.case_entity_type.housing
|
||||
id: case_entity.housing.default
|
||||
targetEntityType: case_entity
|
||||
bundle: housing
|
||||
mode: default
|
||||
content:
|
||||
name:
|
||||
label: above
|
||||
type: string
|
||||
weight: -4
|
||||
region: content
|
||||
settings:
|
||||
link_to_entity: false
|
||||
third_party_settings: { }
|
||||
user_id:
|
||||
label: hidden
|
||||
type: author
|
||||
weight: 0
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
hidden: { }
|
@ -1,26 +0,0 @@
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- zencrm_entities.case_entity_type.volunteer_recruitment
|
||||
id: case_entity.volunteer_recruitment.default
|
||||
targetEntityType: case_entity
|
||||
bundle: volunteer_recruitment
|
||||
mode: default
|
||||
content:
|
||||
name:
|
||||
label: above
|
||||
type: string
|
||||
weight: -4
|
||||
region: content
|
||||
settings:
|
||||
link_to_entity: false
|
||||
third_party_settings: { }
|
||||
user_id:
|
||||
label: hidden
|
||||
type: author
|
||||
weight: 0
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
hidden: { }
|
@ -1,29 +0,0 @@
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.field.hat.client.field_country
|
||||
- field.field.hat.client.field_language
|
||||
- zencrm_entities.hat_type.client
|
||||
id: hat.client.default
|
||||
targetEntityType: hat
|
||||
bundle: client
|
||||
mode: default
|
||||
content:
|
||||
field_country:
|
||||
weight: 1
|
||||
label: above
|
||||
settings:
|
||||
link_to_entity: false
|
||||
third_party_settings: { }
|
||||
type: string
|
||||
region: content
|
||||
field_language:
|
||||
weight: 2
|
||||
label: above
|
||||
settings:
|
||||
link_to_entity: false
|
||||
third_party_settings: { }
|
||||
type: string
|
||||
region: content
|
||||
hidden: { }
|
@ -1,40 +0,0 @@
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.field.hat.volunteer.field_availability
|
||||
- field.field.hat.volunteer.field_date_started
|
||||
- field.field.hat.volunteer.field_team
|
||||
- zencrm_entities.hat_type.volunteer
|
||||
module:
|
||||
- datetime
|
||||
id: hat.volunteer.default
|
||||
targetEntityType: hat
|
||||
bundle: volunteer
|
||||
mode: default
|
||||
content:
|
||||
field_availability:
|
||||
weight: 104
|
||||
label: above
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: basic_string
|
||||
region: content
|
||||
field_date_started:
|
||||
weight: 103
|
||||
label: above
|
||||
settings:
|
||||
format_type: medium
|
||||
timezone_override: ''
|
||||
third_party_settings: { }
|
||||
type: datetime_default
|
||||
region: content
|
||||
field_team:
|
||||
weight: 102
|
||||
label: above
|
||||
settings:
|
||||
link_to_entity: false
|
||||
third_party_settings: { }
|
||||
type: string
|
||||
region: content
|
||||
hidden: { }
|
@ -1,26 +0,0 @@
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.storage.activity.field_file
|
||||
- zencrm_entities.activity_type.case_note
|
||||
module:
|
||||
- file
|
||||
id: activity.case_note.field_file
|
||||
field_name: field_file
|
||||
entity_type: activity
|
||||
bundle: case_note
|
||||
label: Files
|
||||
description: ''
|
||||
required: false
|
||||
translatable: false
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings:
|
||||
file_directory: '[date:custom:Y]-[date:custom:m]'
|
||||
file_extensions: 'txt jpg rtf doc png pdf'
|
||||
max_filesize: ''
|
||||
description_field: false
|
||||
handler: 'default:file'
|
||||
handler_settings: { }
|
||||
field_type: file
|
@ -1,18 +0,0 @@
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.storage.activity.field_notes
|
||||
- zencrm_entities.activity_type.case_note
|
||||
id: activity.case_note.field_notes
|
||||
field_name: field_notes
|
||||
entity_type: activity
|
||||
bundle: case_note
|
||||
label: Notes
|
||||
description: ''
|
||||
required: false
|
||||
translatable: false
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings: { }
|
||||
field_type: string_long
|
@ -1,20 +0,0 @@
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.storage.activity.field_how_is_your_housing_situat
|
||||
- zencrm_entities.activity_type.self_assessment
|
||||
module:
|
||||
- options
|
||||
id: activity.self_assessment.field_how_is_your_housing_situat
|
||||
field_name: field_how_is_your_housing_situat
|
||||
entity_type: activity
|
||||
bundle: self_assessment
|
||||
label: 'How is your housing situation?'
|
||||
description: ''
|
||||
required: true
|
||||
translatable: false
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings: { }
|
||||
field_type: list_string
|
@ -1,20 +0,0 @@
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.storage.activity.field_how_is_your_mental_health_
|
||||
- zencrm_entities.activity_type.self_assessment
|
||||
module:
|
||||
- options
|
||||
id: activity.self_assessment.field_how_is_your_mental_health_
|
||||
field_name: field_how_is_your_mental_health_
|
||||
entity_type: activity
|
||||
bundle: self_assessment
|
||||
label: 'How is your mental health?'
|
||||
description: ''
|
||||
required: true
|
||||
translatable: false
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings: { }
|
||||
field_type: list_string
|
@ -1,20 +0,0 @@
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.storage.activity.field_how_is_your_physical_healt
|
||||
- zencrm_entities.activity_type.self_assessment
|
||||
module:
|
||||
- options
|
||||
id: activity.self_assessment.field_how_is_your_physical_healt
|
||||
field_name: field_how_is_your_physical_healt
|
||||
entity_type: activity
|
||||
bundle: self_assessment
|
||||
label: 'How is your physical health?'
|
||||
description: ''
|
||||
required: true
|
||||
translatable: false
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings: { }
|
||||
field_type: list_string
|
@ -1,18 +0,0 @@
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.storage.case_entity.field_asyl
|
||||
- zencrm_entities.case_entity_type.asylum
|
||||
id: case_entity.asylum.field_asyl
|
||||
field_name: field_asyl
|
||||
entity_type: case_entity
|
||||
bundle: asylum
|
||||
label: 'Asylum status when taken on'
|
||||
description: ''
|
||||
required: false
|
||||
translatable: false
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings: { }
|
||||
field_type: string
|
@ -1,18 +0,0 @@
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.storage.case_entity.field_home_offi
|
||||
- zencrm_entities.case_entity_type.asylum
|
||||
id: case_entity.asylum.field_home_offi
|
||||
field_name: field_home_offi
|
||||
entity_type: case_entity
|
||||
bundle: asylum
|
||||
label: 'Home Office Number'
|
||||
description: ''
|
||||
required: false
|
||||
translatable: false
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings: { }
|
||||
field_type: string
|
@ -1,18 +0,0 @@
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.storage.hat.field_availability
|
||||
- zencrm_entities.hat_type.volunteer
|
||||
id: hat.volunteer.field_availability
|
||||
field_name: field_availability
|
||||
entity_type: hat
|
||||
bundle: volunteer
|
||||
label: Availability
|
||||
description: ''
|
||||
required: false
|
||||
translatable: false
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings: { }
|
||||
field_type: string_long
|
@ -1,23 +0,0 @@
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.storage.hat.field_date_started
|
||||
- zencrm_entities.hat_type.volunteer
|
||||
module:
|
||||
- datetime
|
||||
id: hat.volunteer.field_date_started
|
||||
field_name: field_date_started
|
||||
entity_type: hat
|
||||
bundle: volunteer
|
||||
label: 'Date Started'
|
||||
description: ''
|
||||
required: false
|
||||
translatable: false
|
||||
default_value:
|
||||
-
|
||||
default_date_type: now
|
||||
default_date: now
|
||||
default_value_callback: ''
|
||||
settings: { }
|
||||
field_type: datetime
|
@ -1,18 +0,0 @@
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.storage.hat.field_team
|
||||
- zencrm_entities.hat_type.volunteer
|
||||
id: hat.volunteer.field_team
|
||||
field_name: field_team
|
||||
entity_type: hat
|
||||
bundle: volunteer
|
||||
label: Team
|
||||
description: ''
|
||||
required: false
|
||||
translatable: false
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings: { }
|
||||
field_type: string
|
@ -1,35 +0,0 @@
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- options
|
||||
- zencrm_entities
|
||||
id: activity.field_how_is_your_housing_situat
|
||||
field_name: field_how_is_your_housing_situat
|
||||
entity_type: activity
|
||||
type: list_string
|
||||
settings:
|
||||
allowed_values:
|
||||
-
|
||||
value: Excellent
|
||||
label: Excellent
|
||||
-
|
||||
value: Good
|
||||
label: Good
|
||||
-
|
||||
value: OK
|
||||
label: OK
|
||||
-
|
||||
value: Bad
|
||||
label: Bad
|
||||
-
|
||||
value: Terrible
|
||||
label: Terrible
|
||||
allowed_values_function: ''
|
||||
module: options
|
||||
locked: false
|
||||
cardinality: 1
|
||||
translatable: true
|
||||
indexes: { }
|
||||
persist_with_no_fields: false
|
||||
custom_storage: false
|
@ -1,35 +0,0 @@
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- options
|
||||
- zencrm_entities
|
||||
id: activity.field_how_is_your_mental_health_
|
||||
field_name: field_how_is_your_mental_health_
|
||||
entity_type: activity
|
||||
type: list_string
|
||||
settings:
|
||||
allowed_values:
|
||||
-
|
||||
value: Excellent
|
||||
label: Excellent
|
||||
-
|
||||
value: Good
|
||||
label: Good
|
||||
-
|
||||
value: OK
|
||||
label: OK
|
||||
-
|
||||
value: Bad
|
||||
label: Bad
|
||||
-
|
||||
value: Terrible
|
||||
label: Terrible
|
||||
allowed_values_function: ''
|
||||
module: options
|
||||
locked: false
|
||||
cardinality: 1
|
||||
translatable: true
|
||||
indexes: { }
|
||||
persist_with_no_fields: false
|
||||
custom_storage: false
|
@ -1,35 +0,0 @@
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- options
|
||||
- zencrm_entities
|
||||
id: activity.field_how_is_your_physical_healt
|
||||
field_name: field_how_is_your_physical_healt
|
||||
entity_type: activity
|
||||
type: list_string
|
||||
settings:
|
||||
allowed_values:
|
||||
-
|
||||
value: Excellent
|
||||
label: Excellent
|
||||
-
|
||||
value: Good
|
||||
label: Good
|
||||
-
|
||||
value: OK
|
||||
label: OK
|
||||
-
|
||||
value: Bad
|
||||
label: Bad
|
||||
-
|
||||
value: Terrible
|
||||
label: Terrible
|
||||
allowed_values_function: ''
|
||||
module: options
|
||||
locked: false
|
||||
cardinality: 1
|
||||
translatable: true
|
||||
indexes: { }
|
||||
persist_with_no_fields: false
|
||||
custom_storage: false
|
@ -1,5 +0,0 @@
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies: { }
|
||||
id: volunteer_recruitment
|
||||
label: 'Volunteer recruitment'
|
@ -1,6 +0,0 @@
|
||||
bundle: opencase
|
||||
excluded:
|
||||
- block.block.views_block__single_case_with_activities_block_1
|
||||
- block.block.views_block__this_person_s_contact_details_block_1
|
||||
- block.block.views_block__this_person_s_hats_block_1
|
||||
required: true
|
@ -1,11 +0,0 @@
|
||||
name: 'Default Subtypes'
|
||||
type: module
|
||||
core: 8.x
|
||||
dependencies:
|
||||
- block
|
||||
- datetime
|
||||
- field
|
||||
- system
|
||||
- views
|
||||
- zencrm_entities
|
||||
package: 'OpenCase'
|
@ -1,7 +0,0 @@
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies: { }
|
||||
id: anonymous
|
||||
label: 'Anonymous user'
|
||||
weight: 0
|
||||
is_admin: false
|
@ -1,6 +0,0 @@
|
||||
bundle: opencase
|
||||
excluded:
|
||||
- block.block.views_block__single_case_with_activities_block_1
|
||||
- block.block.views_block__this_person_s_contact_details_block_1
|
||||
- block.block.views_block__this_person_s_hats_block_1
|
||||
required: true
|
@ -1,9 +0,0 @@
|
||||
name: default_user_config
|
||||
type: module
|
||||
core: 8.x
|
||||
dependencies:
|
||||
- block
|
||||
- system
|
||||
- user
|
||||
- views
|
||||
package: 'OpenCase'
|
@ -1,4 +1,3 @@
|
||||
(function ($, Drupal) {
|
||||
$(".field--name-contact-details a").contents().unwrap();
|
||||
$('#edit-search-api-fulltext').attr('autocomplete', 'off');
|
||||
})(jQuery, Drupal);
|
||||
|
14
modules/opencase_defaults/composer.json
Normal file
14
modules/opencase_defaults/composer.json
Normal file
@ -0,0 +1,14 @@
|
||||
{
|
||||
"name": "drupal/opencase_defaults",
|
||||
"type": "drupal-module",
|
||||
"description": "OpenCase Default Configuration",
|
||||
"keywords": ["Drupal"],
|
||||
"license": "GPL-2.0+",
|
||||
"homepage": "https://www.drupal.org/project/opencase_defaults",
|
||||
"minimum-stability": "dev",
|
||||
"support": {
|
||||
"issues": "https://www.drupal.org/project/issues/opencase_defaults",
|
||||
"source": "http://cgit.drupalcode.org/opencase_defaults"
|
||||
},
|
||||
"require": { }
|
||||
}
|
@ -0,0 +1,31 @@
|
||||
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'
|
@ -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,24 @@
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- opencase_entities.oc_actor_type.client
|
||||
- opencase_entities.oc_actor_type.volunteer
|
||||
- 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:
|
||||
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.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
|
@ -0,0 +1,11 @@
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- opencase_entities.oc_activity_type.case_note
|
||||
id: oc_activity.case_note.default
|
||||
targetEntityType: oc_activity
|
||||
bundle: case_note
|
||||
mode: default
|
||||
content: { }
|
||||
hidden: { }
|
@ -0,0 +1,26 @@
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.field.oc_activity.destitution_funds_provided.field_amount
|
||||
- field.field.oc_activity.destitution_funds_provided.field_funds_for
|
||||
- opencase_entities.oc_activity_type.destitution_funds_provided
|
||||
id: oc_activity.destitution_funds_provided.default
|
||||
targetEntityType: oc_activity
|
||||
bundle: destitution_funds_provided
|
||||
mode: default
|
||||
content:
|
||||
field_amount:
|
||||
weight: 28
|
||||
settings:
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
type: number_decimal
|
||||
region: content
|
||||
field_funds_for:
|
||||
weight: 27
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: options_select
|
||||
region: content
|
||||
hidden: { }
|
@ -0,0 +1,29 @@
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.field.oc_activity.volunteer_training_session.field_date_attended
|
||||
- field.field.oc_activity.volunteer_training_session.field_type_of_session
|
||||
- opencase_entities.oc_activity_type.volunteer_training_session
|
||||
module:
|
||||
- datetime
|
||||
id: oc_activity.volunteer_training_session.default
|
||||
targetEntityType: oc_activity
|
||||
bundle: volunteer_training_session
|
||||
mode: default
|
||||
content:
|
||||
field_date_attended:
|
||||
weight: 27
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: datetime_default
|
||||
region: content
|
||||
field_type_of_session:
|
||||
weight: 26
|
||||
settings:
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
type: string_textfield
|
||||
region: content
|
||||
hidden: { }
|
@ -0,0 +1,169 @@
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.field.oc_actor.client.field_asylum_status
|
||||
- field.field.oc_actor.client.field_confidentiality_form
|
||||
- field.field.oc_actor.client.field_date_of_birth
|
||||
- field.field.oc_actor.client.field_dependants
|
||||
- field.field.oc_actor.client.field_disability
|
||||
- field.field.oc_actor.client.field_ethnic_o
|
||||
- field.field.oc_actor.client.field_gender_identified_with
|
||||
- field.field.oc_actor.client.field_how_heard
|
||||
- field.field.oc_actor.client.field_income
|
||||
- field.field.oc_actor.client.field_languages_spoken
|
||||
- field.field.oc_actor.client.field_marital_
|
||||
- field.field.oc_actor.client.field_nationality
|
||||
- field.field.oc_actor.client.field_referred_by
|
||||
- opencase_entities.oc_actor_type.client
|
||||
module:
|
||||
- datetime
|
||||
- file
|
||||
id: oc_actor.client.default
|
||||
targetEntityType: oc_actor
|
||||
bundle: client
|
||||
mode: default
|
||||
content:
|
||||
field_asylum_status:
|
||||
weight: 35
|
||||
settings:
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
type: string_textfield
|
||||
region: content
|
||||
field_client_field_1:
|
||||
weight: 26
|
||||
settings:
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
type: string_textfield
|
||||
region: content
|
||||
field_confidentiality_form:
|
||||
weight: 39
|
||||
settings:
|
||||
progress_indicator: throbber
|
||||
third_party_settings: { }
|
||||
type: file_generic
|
||||
region: content
|
||||
field_date_of_birth:
|
||||
weight: 27
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: datetime_default
|
||||
region: content
|
||||
field_dependants:
|
||||
weight: 36
|
||||
settings:
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
type: string_textfield
|
||||
region: content
|
||||
field_disability:
|
||||
weight: 31
|
||||
settings:
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
type: string_textfield
|
||||
region: content
|
||||
field_ethnic_o:
|
||||
weight: 33
|
||||
settings:
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
type: string_textfield
|
||||
region: content
|
||||
field_gender_identified_with:
|
||||
weight: 30
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: options_select
|
||||
region: content
|
||||
field_how_heard:
|
||||
weight: 37
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: options_select
|
||||
region: content
|
||||
field_income:
|
||||
weight: 34
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: options_select
|
||||
region: content
|
||||
field_languages_spoken:
|
||||
weight: 32
|
||||
settings:
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
type: string_textfield
|
||||
region: content
|
||||
field_marital_:
|
||||
weight: 29
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: options_select
|
||||
region: content
|
||||
field_nationality:
|
||||
weight: 28
|
||||
settings:
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
type: string_textfield
|
||||
region: content
|
||||
field_referred_by:
|
||||
weight: 38
|
||||
settings:
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
type: string_textfield
|
||||
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: { }
|
@ -0,0 +1,78 @@
|
||||
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: { }
|
@ -0,0 +1,49 @@
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.field.oc_case.accommodation.field_case_finance
|
||||
- field.field.oc_case.accommodation.field_fee_calculation
|
||||
- field.field.oc_case.accommodation.field_fee_or_equivalent_cost
|
||||
- field.field.oc_case.accommodation.field_outcome
|
||||
- field.field.oc_case.accommodation.field_type_of_acco
|
||||
- opencase_entities.oc_case_type.accommodation
|
||||
module:
|
||||
- file
|
||||
id: oc_case.accommodation.default
|
||||
targetEntityType: oc_case
|
||||
bundle: accommodation
|
||||
mode: default
|
||||
content:
|
||||
field_case_finance:
|
||||
weight: 1
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: options_select
|
||||
region: content
|
||||
field_fee_calculation:
|
||||
weight: 3
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: options_select
|
||||
region: content
|
||||
field_fee_or_equivalent_cost:
|
||||
weight: 2
|
||||
settings:
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
type: number_decimal
|
||||
region: content
|
||||
field_outcome:
|
||||
weight: 26
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: options_select
|
||||
region: content
|
||||
field_type_of_acco:
|
||||
weight: 0
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: options_select
|
||||
region: content
|
||||
hidden: { }
|
@ -0,0 +1,49 @@
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.field.oc_case.asylum_support.field_case_finance
|
||||
- field.field.oc_case.asylum_support.field_fee_calculation
|
||||
- field.field.oc_case.asylum_support.field_fee_or_equivalent_cost
|
||||
- field.field.oc_case.asylum_support.field_outcome
|
||||
- field.field.oc_case.asylum_support.field_type_of_as
|
||||
- opencase_entities.oc_case_type.asylum_support
|
||||
module:
|
||||
- file
|
||||
id: oc_case.asylum_support.default
|
||||
targetEntityType: oc_case
|
||||
bundle: asylum_support
|
||||
mode: default
|
||||
content:
|
||||
field_case_finance:
|
||||
weight: 27
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: options_select
|
||||
region: content
|
||||
field_fee_calculation:
|
||||
weight: 29
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: options_select
|
||||
region: content
|
||||
field_fee_or_equivalent_cost:
|
||||
weight: 28
|
||||
settings:
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
type: number_decimal
|
||||
region: content
|
||||
field_outcome:
|
||||
weight: 30
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: options_select
|
||||
region: content
|
||||
field_type_of_as:
|
||||
weight: 26
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: options_select
|
||||
region: content
|
||||
hidden: { }
|
@ -0,0 +1,57 @@
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.field.oc_case.employability.field_case_finance
|
||||
- field.field.oc_case.employability.field_fee_calculation
|
||||
- field.field.oc_case.employability.field_fee_or_equivalent_cost
|
||||
- field.field.oc_case.employability.field_gave_list_of_agencies
|
||||
- field.field.oc_case.employability.field_outcome
|
||||
- field.field.oc_case.employability.field_type_of_employability_help
|
||||
- opencase_entities.oc_case_type.employability
|
||||
module:
|
||||
- file
|
||||
id: oc_case.employability.default
|
||||
targetEntityType: oc_case
|
||||
bundle: employability
|
||||
mode: default
|
||||
content:
|
||||
field_case_finance:
|
||||
weight: 28
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: options_select
|
||||
region: content
|
||||
field_fee_calculation:
|
||||
weight: 30
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: options_select
|
||||
region: content
|
||||
field_fee_or_equivalent_cost:
|
||||
weight: 29
|
||||
settings:
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
type: number_decimal
|
||||
region: content
|
||||
field_gave_list_of_agencies:
|
||||
weight: 27
|
||||
settings:
|
||||
display_label: true
|
||||
third_party_settings: { }
|
||||
type: boolean_checkbox
|
||||
region: content
|
||||
field_outcome:
|
||||
weight: 31
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: options_select
|
||||
region: content
|
||||
field_type_of_employability_help:
|
||||
weight: 26
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: options_select
|
||||
region: content
|
||||
hidden: { }
|
@ -0,0 +1,49 @@
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.field.oc_case.health.field_case_finance
|
||||
- field.field.oc_case.health.field_fee_calculation
|
||||
- field.field.oc_case.health.field_fee_or_equivalent_cost
|
||||
- field.field.oc_case.health.field_outcome
|
||||
- field.field.oc_case.health.field_type_health
|
||||
- opencase_entities.oc_case_type.health
|
||||
module:
|
||||
- file
|
||||
id: oc_case.health.default
|
||||
targetEntityType: oc_case
|
||||
bundle: health
|
||||
mode: default
|
||||
content:
|
||||
field_case_finance:
|
||||
weight: 27
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: options_select
|
||||
region: content
|
||||
field_fee_calculation:
|
||||
weight: 29
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: options_select
|
||||
region: content
|
||||
field_fee_or_equivalent_cost:
|
||||
weight: 28
|
||||
settings:
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
type: number_decimal
|
||||
region: content
|
||||
field_outcome:
|
||||
weight: 30
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: options_select
|
||||
region: content
|
||||
field_type_health:
|
||||
weight: 26
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: options_select
|
||||
region: content
|
||||
hidden: { }
|
@ -0,0 +1,56 @@
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.field.oc_case.immigration.field_case_finance
|
||||
- field.field.oc_case.immigration.field_fee_calculation
|
||||
- field.field.oc_case.immigration.field_fee_or_equivalent_cost
|
||||
- field.field.oc_case.immigration.field_level
|
||||
- field.field.oc_case.immigration.field_outcome
|
||||
- field.field.oc_case.immigration.field_type_of_applicat
|
||||
- opencase_entities.oc_case_type.immigration
|
||||
module:
|
||||
- file
|
||||
id: oc_case.immigration.default
|
||||
targetEntityType: oc_case
|
||||
bundle: immigration
|
||||
mode: default
|
||||
content:
|
||||
field_case_finance:
|
||||
weight: 28
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: options_select
|
||||
region: content
|
||||
field_fee_calculation:
|
||||
weight: 30
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: options_select
|
||||
region: content
|
||||
field_fee_or_equivalent_cost:
|
||||
weight: 29
|
||||
settings:
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
type: number_decimal
|
||||
region: content
|
||||
field_level:
|
||||
weight: 26
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: options_select
|
||||
region: content
|
||||
field_outcome:
|
||||
weight: 31
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: options_select
|
||||
region: content
|
||||
field_type_of_applicat:
|
||||
weight: 27
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: options_select
|
||||
region: content
|
||||
hidden: { }
|
@ -0,0 +1,49 @@
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.field.oc_case.welfare_rights.field_case_finance
|
||||
- field.field.oc_case.welfare_rights.field_fee_calculation
|
||||
- field.field.oc_case.welfare_rights.field_fee_or_equivalent_cost
|
||||
- field.field.oc_case.welfare_rights.field_outcome
|
||||
- field.field.oc_case.welfare_rights.field_type_of_welfare_rights_iss
|
||||
- opencase_entities.oc_case_type.welfare_rights
|
||||
module:
|
||||
- file
|
||||
id: oc_case.welfare_rights.default
|
||||
targetEntityType: oc_case
|
||||
bundle: welfare_rights
|
||||
mode: default
|
||||
content:
|
||||
field_case_finance:
|
||||
weight: 27
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: options_select
|
||||
region: content
|
||||
field_fee_calculation:
|
||||
weight: 29
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: options_select
|
||||
region: content
|
||||
field_fee_or_equivalent_cost:
|
||||
weight: 28
|
||||
settings:
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
type: number_decimal
|
||||
region: content
|
||||
field_outcome:
|
||||
weight: 30
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: options_select
|
||||
region: content
|
||||
field_type_of_welfare_rights_iss:
|
||||
weight: 26
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: options_select
|
||||
region: content
|
||||
hidden: { }
|
@ -0,0 +1,13 @@
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- opencase_entities.oc_activity_type.case_note
|
||||
module:
|
||||
- user
|
||||
id: oc_activity.case_note.default
|
||||
targetEntityType: oc_activity
|
||||
bundle: case_note
|
||||
mode: default
|
||||
content: { }
|
||||
hidden: { }
|
@ -0,0 +1,34 @@
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.field.oc_activity.destitution_funds_provided.field_amount
|
||||
- field.field.oc_activity.destitution_funds_provided.field_funds_for
|
||||
- opencase_entities.oc_activity_type.destitution_funds_provided
|
||||
module:
|
||||
- options
|
||||
- user
|
||||
id: oc_activity.destitution_funds_provided.default
|
||||
targetEntityType: oc_activity
|
||||
bundle: destitution_funds_provided
|
||||
mode: default
|
||||
content:
|
||||
field_amount:
|
||||
weight: 2
|
||||
label: above
|
||||
settings:
|
||||
thousand_separator: ''
|
||||
decimal_separator: .
|
||||
scale: 2
|
||||
prefix_suffix: true
|
||||
third_party_settings: { }
|
||||
type: number_decimal
|
||||
region: content
|
||||
field_funds_for:
|
||||
weight: 1
|
||||
label: above
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: list_default
|
||||
region: content
|
||||
hidden: { }
|
@ -0,0 +1,33 @@
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.field.oc_activity.volunteer_training_session.field_date_attended
|
||||
- field.field.oc_activity.volunteer_training_session.field_type_of_session
|
||||
- opencase_entities.oc_activity_type.volunteer_training_session
|
||||
module:
|
||||
- datetime
|
||||
- user
|
||||
id: oc_activity.volunteer_training_session.default
|
||||
targetEntityType: oc_activity
|
||||
bundle: volunteer_training_session
|
||||
mode: default
|
||||
content:
|
||||
field_date_attended:
|
||||
weight: 1
|
||||
label: above
|
||||
settings:
|
||||
format_type: medium
|
||||
timezone_override: ''
|
||||
third_party_settings: { }
|
||||
type: datetime_default
|
||||
region: content
|
||||
field_type_of_session:
|
||||
weight: 0
|
||||
label: above
|
||||
settings:
|
||||
link_to_entity: false
|
||||
third_party_settings: { }
|
||||
type: string
|
||||
region: content
|
||||
hidden: { }
|
@ -0,0 +1,169 @@
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.field.oc_actor.client.field_asylum_status
|
||||
- field.field.oc_actor.client.field_confidentiality_form
|
||||
- field.field.oc_actor.client.field_date_of_birth
|
||||
- field.field.oc_actor.client.field_dependants
|
||||
- field.field.oc_actor.client.field_disability
|
||||
- field.field.oc_actor.client.field_ethnic_o
|
||||
- field.field.oc_actor.client.field_gender_identified_with
|
||||
- field.field.oc_actor.client.field_how_heard
|
||||
- field.field.oc_actor.client.field_income
|
||||
- field.field.oc_actor.client.field_languages_spoken
|
||||
- field.field.oc_actor.client.field_marital_
|
||||
- field.field.oc_actor.client.field_nationality
|
||||
- field.field.oc_actor.client.field_referred_by
|
||||
- opencase_entities.oc_actor_type.client
|
||||
module:
|
||||
- datetime
|
||||
- file
|
||||
- options
|
||||
- user
|
||||
id: oc_actor.client.default
|
||||
targetEntityType: oc_actor
|
||||
bundle: client
|
||||
mode: default
|
||||
content:
|
||||
field_asylum_status:
|
||||
weight: 15
|
||||
label: above
|
||||
settings:
|
||||
link_to_entity: false
|
||||
third_party_settings: { }
|
||||
type: string
|
||||
region: content
|
||||
field_client_field_1:
|
||||
weight: 1
|
||||
label: above
|
||||
settings:
|
||||
link_to_entity: false
|
||||
third_party_settings: { }
|
||||
type: string
|
||||
region: content
|
||||
field_confidentiality_form:
|
||||
weight: 19
|
||||
label: above
|
||||
settings:
|
||||
use_description_as_link_text: true
|
||||
third_party_settings: { }
|
||||
type: file_default
|
||||
region: content
|
||||
field_date_of_birth:
|
||||
weight: 7
|
||||
label: above
|
||||
settings:
|
||||
format_type: medium
|
||||
timezone_override: ''
|
||||
third_party_settings: { }
|
||||
type: datetime_default
|
||||
region: content
|
||||
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
|
||||
label: above
|
||||
settings:
|
||||
link_to_entity: false
|
||||
third_party_settings: { }
|
||||
type: string
|
||||
region: content
|
||||
field_marital_:
|
||||
weight: 9
|
||||
label: above
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: list_default
|
||||
region: content
|
||||
field_nationality:
|
||||
weight: 8
|
||||
label: above
|
||||
settings:
|
||||
link_to_entity: false
|
||||
third_party_settings: { }
|
||||
type: string
|
||||
region: content
|
||||
field_referred_by:
|
||||
weight: 18
|
||||
label: above
|
||||
settings:
|
||||
link_to_entity: false
|
||||
third_party_settings: { }
|
||||
type: string
|
||||
region: content
|
||||
name:
|
||||
label: above
|
||||
type: string
|
||||
weight: -4
|
||||
region: content
|
||||
settings:
|
||||
link_to_entity: false
|
||||
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: { }
|
@ -0,0 +1,69 @@
|
||||
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
|
||||
module:
|
||||
- user
|
||||
id: oc_actor.volunteer.default
|
||||
targetEntityType: oc_actor
|
||||
bundle: volunteer
|
||||
mode: default
|
||||
content:
|
||||
field_languages_spoken:
|
||||
weight: 8
|
||||
label: above
|
||||
settings:
|
||||
link_to_entity: false
|
||||
third_party_settings: { }
|
||||
type: string
|
||||
region: content
|
||||
field_nationality:
|
||||
weight: 7
|
||||
label: above
|
||||
settings:
|
||||
link_to_entity: false
|
||||
third_party_settings: { }
|
||||
type: string
|
||||
region: content
|
||||
field_sdfdsfds:
|
||||
weight: 1
|
||||
label: above
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: text_default
|
||||
region: content
|
||||
name:
|
||||
label: above
|
||||
type: string
|
||||
weight: -4
|
||||
region: content
|
||||
settings:
|
||||
link_to_entity: false
|
||||
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: { }
|
@ -0,0 +1,59 @@
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.field.oc_case.accommodation.field_case_finance
|
||||
- field.field.oc_case.accommodation.field_fee_calculation
|
||||
- field.field.oc_case.accommodation.field_fee_or_equivalent_cost
|
||||
- field.field.oc_case.accommodation.field_outcome
|
||||
- field.field.oc_case.accommodation.field_type_of_acco
|
||||
- opencase_entities.oc_case_type.accommodation
|
||||
module:
|
||||
- file
|
||||
- options
|
||||
- user
|
||||
id: oc_case.accommodation.default
|
||||
targetEntityType: oc_case
|
||||
bundle: accommodation
|
||||
mode: default
|
||||
content:
|
||||
field_case_finance:
|
||||
weight: 1
|
||||
label: above
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: list_default
|
||||
region: content
|
||||
field_fee_calculation:
|
||||
weight: 3
|
||||
label: above
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: list_default
|
||||
region: content
|
||||
field_fee_or_equivalent_cost:
|
||||
weight: 2
|
||||
label: above
|
||||
settings:
|
||||
thousand_separator: ''
|
||||
decimal_separator: .
|
||||
scale: 2
|
||||
prefix_suffix: true
|
||||
third_party_settings: { }
|
||||
type: number_decimal
|
||||
region: content
|
||||
field_outcome:
|
||||
weight: 4
|
||||
label: above
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: list_default
|
||||
region: content
|
||||
field_type_of_acco:
|
||||
weight: 0
|
||||
label: above
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: list_default
|
||||
region: content
|
||||
hidden: { }
|
@ -0,0 +1,59 @@
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.field.oc_case.asylum_support.field_case_finance
|
||||
- field.field.oc_case.asylum_support.field_fee_calculation
|
||||
- field.field.oc_case.asylum_support.field_fee_or_equivalent_cost
|
||||
- field.field.oc_case.asylum_support.field_outcome
|
||||
- field.field.oc_case.asylum_support.field_type_of_as
|
||||
- opencase_entities.oc_case_type.asylum_support
|
||||
module:
|
||||
- file
|
||||
- options
|
||||
- user
|
||||
id: oc_case.asylum_support.default
|
||||
targetEntityType: oc_case
|
||||
bundle: asylum_support
|
||||
mode: default
|
||||
content:
|
||||
field_case_finance:
|
||||
weight: 1
|
||||
label: above
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: list_default
|
||||
region: content
|
||||
field_fee_calculation:
|
||||
weight: 3
|
||||
label: above
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: list_default
|
||||
region: content
|
||||
field_fee_or_equivalent_cost:
|
||||
weight: 2
|
||||
label: above
|
||||
settings:
|
||||
thousand_separator: ''
|
||||
decimal_separator: .
|
||||
scale: 2
|
||||
prefix_suffix: true
|
||||
third_party_settings: { }
|
||||
type: number_decimal
|
||||
region: content
|
||||
field_outcome:
|
||||
weight: 4
|
||||
label: above
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: list_default
|
||||
region: content
|
||||
field_type_of_as:
|
||||
weight: 0
|
||||
label: above
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: list_default
|
||||
region: content
|
||||
hidden: { }
|
@ -0,0 +1,70 @@
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.field.oc_case.employability.field_case_finance
|
||||
- field.field.oc_case.employability.field_fee_calculation
|
||||
- field.field.oc_case.employability.field_fee_or_equivalent_cost
|
||||
- field.field.oc_case.employability.field_gave_list_of_agencies
|
||||
- field.field.oc_case.employability.field_outcome
|
||||
- field.field.oc_case.employability.field_type_of_employability_help
|
||||
- opencase_entities.oc_case_type.employability
|
||||
module:
|
||||
- file
|
||||
- options
|
||||
- user
|
||||
id: oc_case.employability.default
|
||||
targetEntityType: oc_case
|
||||
bundle: employability
|
||||
mode: default
|
||||
content:
|
||||
field_case_finance:
|
||||
weight: 2
|
||||
label: above
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: list_default
|
||||
region: content
|
||||
field_fee_calculation:
|
||||
weight: 4
|
||||
label: above
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: list_default
|
||||
region: content
|
||||
field_fee_or_equivalent_cost:
|
||||
weight: 3
|
||||
label: above
|
||||
settings:
|
||||
thousand_separator: ''
|
||||
decimal_separator: .
|
||||
scale: 2
|
||||
prefix_suffix: true
|
||||
third_party_settings: { }
|
||||
type: number_decimal
|
||||
region: content
|
||||
field_gave_list_of_agencies:
|
||||
weight: 1
|
||||
label: above
|
||||
settings:
|
||||
format: default
|
||||
format_custom_false: ''
|
||||
format_custom_true: ''
|
||||
third_party_settings: { }
|
||||
type: boolean
|
||||
region: content
|
||||
field_outcome:
|
||||
weight: 5
|
||||
label: above
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: list_default
|
||||
region: content
|
||||
field_type_of_employability_help:
|
||||
weight: 0
|
||||
label: above
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: list_default
|
||||
region: content
|
||||
hidden: { }
|
@ -0,0 +1,59 @@
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.field.oc_case.health.field_case_finance
|
||||
- field.field.oc_case.health.field_fee_calculation
|
||||
- field.field.oc_case.health.field_fee_or_equivalent_cost
|
||||
- field.field.oc_case.health.field_outcome
|
||||
- field.field.oc_case.health.field_type_health
|
||||
- opencase_entities.oc_case_type.health
|
||||
module:
|
||||
- file
|
||||
- options
|
||||
- user
|
||||
id: oc_case.health.default
|
||||
targetEntityType: oc_case
|
||||
bundle: health
|
||||
mode: default
|
||||
content:
|
||||
field_case_finance:
|
||||
weight: 1
|
||||
label: above
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: list_default
|
||||
region: content
|
||||
field_fee_calculation:
|
||||
weight: 3
|
||||
label: above
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: list_default
|
||||
region: content
|
||||
field_fee_or_equivalent_cost:
|
||||
weight: 2
|
||||
label: above
|
||||
settings:
|
||||
thousand_separator: ''
|
||||
decimal_separator: .
|
||||
scale: 2
|
||||
prefix_suffix: true
|
||||
third_party_settings: { }
|
||||
type: number_decimal
|
||||
region: content
|
||||
field_outcome:
|
||||
weight: 4
|
||||
label: above
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: list_default
|
||||
region: content
|
||||
field_type_health:
|
||||
weight: 0
|
||||
label: above
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: list_default
|
||||
region: content
|
||||
hidden: { }
|
@ -0,0 +1,67 @@
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.field.oc_case.immigration.field_case_finance
|
||||
- field.field.oc_case.immigration.field_fee_calculation
|
||||
- field.field.oc_case.immigration.field_fee_or_equivalent_cost
|
||||
- field.field.oc_case.immigration.field_level
|
||||
- field.field.oc_case.immigration.field_outcome
|
||||
- field.field.oc_case.immigration.field_type_of_applicat
|
||||
- opencase_entities.oc_case_type.immigration
|
||||
module:
|
||||
- file
|
||||
- options
|
||||
- user
|
||||
id: oc_case.immigration.default
|
||||
targetEntityType: oc_case
|
||||
bundle: immigration
|
||||
mode: default
|
||||
content:
|
||||
field_case_finance:
|
||||
weight: 2
|
||||
label: above
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: list_default
|
||||
region: content
|
||||
field_fee_calculation:
|
||||
weight: 4
|
||||
label: above
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: list_default
|
||||
region: content
|
||||
field_fee_or_equivalent_cost:
|
||||
weight: 3
|
||||
label: above
|
||||
settings:
|
||||
thousand_separator: ''
|
||||
decimal_separator: .
|
||||
scale: 2
|
||||
prefix_suffix: true
|
||||
third_party_settings: { }
|
||||
type: number_decimal
|
||||
region: content
|
||||
field_level:
|
||||
weight: 0
|
||||
label: above
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: list_default
|
||||
region: content
|
||||
field_outcome:
|
||||
weight: 5
|
||||
label: above
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: list_default
|
||||
region: content
|
||||
field_type_of_applicat:
|
||||
weight: 1
|
||||
label: above
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: list_default
|
||||
region: content
|
||||
hidden: { }
|
@ -0,0 +1,59 @@
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.field.oc_case.welfare_rights.field_case_finance
|
||||
- field.field.oc_case.welfare_rights.field_fee_calculation
|
||||
- field.field.oc_case.welfare_rights.field_fee_or_equivalent_cost
|
||||
- field.field.oc_case.welfare_rights.field_outcome
|
||||
- field.field.oc_case.welfare_rights.field_type_of_welfare_rights_iss
|
||||
- opencase_entities.oc_case_type.welfare_rights
|
||||
module:
|
||||
- file
|
||||
- options
|
||||
- user
|
||||
id: oc_case.welfare_rights.default
|
||||
targetEntityType: oc_case
|
||||
bundle: welfare_rights
|
||||
mode: default
|
||||
content:
|
||||
field_case_finance:
|
||||
weight: 1
|
||||
label: above
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: list_default
|
||||
region: content
|
||||
field_fee_calculation:
|
||||
weight: 3
|
||||
label: above
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: list_default
|
||||
region: content
|
||||
field_fee_or_equivalent_cost:
|
||||
weight: 2
|
||||
label: above
|
||||
settings:
|
||||
thousand_separator: ''
|
||||
decimal_separator: .
|
||||
scale: 2
|
||||
prefix_suffix: true
|
||||
third_party_settings: { }
|
||||
type: number_decimal
|
||||
region: content
|
||||
field_outcome:
|
||||
weight: 4
|
||||
label: above
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: list_default
|
||||
region: content
|
||||
field_type_of_welfare_rights_iss:
|
||||
weight: 0
|
||||
label: above
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: list_default
|
||||
region: content
|
||||
hidden: { }
|
@ -0,0 +1,22 @@
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.storage.oc_activity.field_amount
|
||||
- opencase_entities.oc_activity_type.destitution_funds_provided
|
||||
id: oc_activity.destitution_funds_provided.field_amount
|
||||
field_name: field_amount
|
||||
entity_type: oc_activity
|
||||
bundle: destitution_funds_provided
|
||||
label: Amount
|
||||
description: ''
|
||||
required: false
|
||||
translatable: false
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings:
|
||||
min: null
|
||||
max: null
|
||||
prefix: £
|
||||
suffix: ''
|
||||
field_type: decimal
|
@ -0,0 +1,20 @@
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.storage.oc_activity.field_funds_for
|
||||
- opencase_entities.oc_activity_type.destitution_funds_provided
|
||||
module:
|
||||
- options
|
||||
id: oc_activity.destitution_funds_provided.field_funds_for
|
||||
field_name: field_funds_for
|
||||
entity_type: oc_activity
|
||||
bundle: destitution_funds_provided
|
||||
label: For
|
||||
description: ''
|
||||
required: false
|
||||
translatable: false
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings: { }
|
||||
field_type: list_string
|
@ -0,0 +1,20 @@
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.storage.oc_activity.field_date_attended
|
||||
- opencase_entities.oc_activity_type.volunteer_training_session
|
||||
module:
|
||||
- datetime
|
||||
id: oc_activity.volunteer_training_session.field_date_attended
|
||||
field_name: field_date_attended
|
||||
entity_type: oc_activity
|
||||
bundle: volunteer_training_session
|
||||
label: 'Date attended'
|
||||
description: ''
|
||||
required: true
|
||||
translatable: false
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings: { }
|
||||
field_type: datetime
|
@ -0,0 +1,18 @@
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.storage.oc_activity.field_type_of_session
|
||||
- opencase_entities.oc_activity_type.volunteer_training_session
|
||||
id: oc_activity.volunteer_training_session.field_type_of_session
|
||||
field_name: field_type_of_session
|
||||
entity_type: oc_activity
|
||||
bundle: volunteer_training_session
|
||||
label: 'Type of session'
|
||||
description: ''
|
||||
required: true
|
||||
translatable: false
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings: { }
|
||||
field_type: string
|
@ -0,0 +1,18 @@
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.storage.oc_actor.field_asylum_status
|
||||
- opencase_entities.oc_actor_type.client
|
||||
id: oc_actor.client.field_asylum_status
|
||||
field_name: field_asylum_status
|
||||
entity_type: oc_actor
|
||||
bundle: client
|
||||
label: 'Asylum status'
|
||||
description: ''
|
||||
required: false
|
||||
translatable: false
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings: { }
|
||||
field_type: string
|
@ -0,0 +1,26 @@
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.storage.oc_actor.field_confidentiality_form
|
||||
- opencase_entities.oc_actor_type.client
|
||||
module:
|
||||
- file
|
||||
id: oc_actor.client.field_confidentiality_form
|
||||
field_name: field_confidentiality_form
|
||||
entity_type: oc_actor
|
||||
bundle: client
|
||||
label: 'Confidentiality Form'
|
||||
description: 'Data protection/confidentiality/complaints form signed and uploaded'
|
||||
required: false
|
||||
translatable: false
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings:
|
||||
file_directory: '[date:custom:Y]-[date:custom:m]'
|
||||
file_extensions: pdf
|
||||
max_filesize: ''
|
||||
description_field: false
|
||||
handler: 'default:file'
|
||||
handler_settings: { }
|
||||
field_type: file
|
@ -0,0 +1,20 @@
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.storage.oc_actor.field_date_of_birth
|
||||
- opencase_entities.oc_actor_type.client
|
||||
module:
|
||||
- datetime
|
||||
id: oc_actor.client.field_date_of_birth
|
||||
field_name: field_date_of_birth
|
||||
entity_type: oc_actor
|
||||
bundle: client
|
||||
label: 'Date of birth'
|
||||
description: ''
|
||||
required: false
|
||||
translatable: false
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings: { }
|
||||
field_type: datetime
|
@ -2,13 +2,13 @@ langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.storage.hat.field_language
|
||||
- zencrm_entities.hat_type.client
|
||||
id: hat.client.field_language
|
||||
field_name: field_language
|
||||
entity_type: hat
|
||||
- field.storage.oc_actor.field_dependants
|
||||
- opencase_entities.oc_actor_type.client
|
||||
id: oc_actor.client.field_dependants
|
||||
field_name: field_dependants
|
||||
entity_type: oc_actor
|
||||
bundle: client
|
||||
label: Language
|
||||
label: Dependants
|
||||
description: ''
|
||||
required: false
|
||||
translatable: false
|
@ -0,0 +1,18 @@
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.storage.oc_actor.field_disability
|
||||
- opencase_entities.oc_actor_type.client
|
||||
id: oc_actor.client.field_disability
|
||||
field_name: field_disability
|
||||
entity_type: oc_actor
|
||||
bundle: client
|
||||
label: Disability
|
||||
description: ''
|
||||
required: false
|
||||
translatable: false
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings: { }
|
||||
field_type: string
|
@ -2,13 +2,13 @@ langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.storage.hat.field_country
|
||||
- zencrm_entities.hat_type.client
|
||||
id: hat.client.field_country
|
||||
field_name: field_country
|
||||
entity_type: hat
|
||||
- field.storage.oc_actor.field_ethnic_o
|
||||
- opencase_entities.oc_actor_type.client
|
||||
id: oc_actor.client.field_ethnic_o
|
||||
field_name: field_ethnic_o
|
||||
entity_type: oc_actor
|
||||
bundle: client
|
||||
label: 'Country of Origin'
|
||||
label: 'Ethnic origin'
|
||||
description: ''
|
||||
required: false
|
||||
translatable: false
|
@ -0,0 +1,20 @@
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.storage.oc_actor.field_gender_identified_with
|
||||
- opencase_entities.oc_actor_type.client
|
||||
module:
|
||||
- options
|
||||
id: oc_actor.client.field_gender_identified_with
|
||||
field_name: field_gender_identified_with
|
||||
entity_type: oc_actor
|
||||
bundle: client
|
||||
label: 'Gender identified with'
|
||||
description: ''
|
||||
required: false
|
||||
translatable: false
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings: { }
|
||||
field_type: list_string
|
@ -0,0 +1,20 @@
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.storage.oc_actor.field_how_heard
|
||||
- opencase_entities.oc_actor_type.client
|
||||
module:
|
||||
- options
|
||||
id: oc_actor.client.field_how_heard
|
||||
field_name: field_how_heard
|
||||
entity_type: oc_actor
|
||||
bundle: client
|
||||
label: 'How did you hear about the service?'
|
||||
description: ''
|
||||
required: false
|
||||
translatable: false
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings: { }
|
||||
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