Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
53f2470bea |
@ -1,5 +1,5 @@
|
|||||||
# OpenCase
|
# OpenCase
|
||||||
A simple case-management system
|
A simple case-management system for small altruistic organisations.
|
||||||
|
|
||||||
## The Plan
|
## The Plan
|
||||||
OpenCase will be available as:
|
OpenCase will be available as:
|
||||||
@ -28,7 +28,7 @@ If you want to install OpenCase for yourself, please get in touch via Issues. It
|
|||||||
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.
|
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.
|
||||||
|
|
||||||
## Find out more
|
## Find out more
|
||||||
* More details, including user stories for future development, can be found in the [OpenCase Gitbook](https://hoegrammer.gitbooks.io/opencase/content/)
|
* More details, including user stories for future development, can be found in the [OpenCase Gitbook](https://hoegrammer.gitbooks.io/zen-crm/content/)
|
||||||
* Raise an issue to contact the developer.
|
* Raise an issue to contact the developer.
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,5 +0,0 @@
|
|||||||
ciac_grouped_views:
|
|
||||||
version: 1.x
|
|
||||||
css:
|
|
||||||
layout:
|
|
||||||
css/grouped_views.css: {}
|
|
@ -1,17 +1,14 @@
|
|||||||
{
|
{
|
||||||
"name": "autonomic/opencase",
|
"name": "drupal/opencase",
|
||||||
"type": "drupal-module",
|
"type": "drupal-module",
|
||||||
"authors": [
|
"description": "Simple Case Management",
|
||||||
{
|
"keywords": ["Drupal"],
|
||||||
"name": "autonomic",
|
"license": "GPL-2.0+",
|
||||||
"email": "helo@autonomic.zone"
|
"homepage": "https://www.drupal.org/project/opencase",
|
||||||
}
|
"minimum-stability": "dev",
|
||||||
],
|
"support": {
|
||||||
"require": {
|
"issues": "https://www.drupal.org/project/issues/opencase",
|
||||||
"composer/installers": "*",
|
"source": "http://cgit.drupalcode.org/opencase"
|
||||||
"drupal/superfish": "*",
|
},
|
||||||
"drupal/views_autosubmit": "*",
|
"require": { }
|
||||||
"drupal/smtp": "*",
|
|
||||||
"drupal/paragraphs_collapsible": "*"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
@ -1,28 +0,0 @@
|
|||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
config:
|
|
||||||
- views.view.equal_opps_records
|
|
||||||
module:
|
|
||||||
- system
|
|
||||||
- views
|
|
||||||
theme:
|
|
||||||
- bartik
|
|
||||||
id: exposedformequal_opps_recordspage_1
|
|
||||||
theme: bartik
|
|
||||||
region: content
|
|
||||||
weight: 0
|
|
||||||
provider: null
|
|
||||||
plugin: 'views_exposed_filter_block:equal_opps_records-page_1'
|
|
||||||
settings:
|
|
||||||
id: 'views_exposed_filter_block:equal_opps_records-page_1'
|
|
||||||
label: ''
|
|
||||||
provider: views
|
|
||||||
label_display: visible
|
|
||||||
views_label: 'Search by (whole) first or last name.'
|
|
||||||
visibility:
|
|
||||||
request_path:
|
|
||||||
id: request_path
|
|
||||||
pages: /equal-opps-records
|
|
||||||
negate: false
|
|
||||||
context_mapping: { }
|
|
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: '0'
|
||||||
|
visibility: { }
|
@ -1,9 +1,12 @@
|
|||||||
langcode: en
|
langcode: en
|
||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
|
config:
|
||||||
|
- user.role.authenticated
|
||||||
module:
|
module:
|
||||||
- datetime
|
- datetime
|
||||||
- opencase_entities
|
- opencase_entities
|
||||||
|
- user
|
||||||
id: activities
|
id: activities
|
||||||
label: Activities
|
label: Activities
|
||||||
module: views
|
module: views
|
||||||
@ -19,10 +22,12 @@ display:
|
|||||||
position: 0
|
position: 0
|
||||||
display_options:
|
display_options:
|
||||||
access:
|
access:
|
||||||
type: none
|
type: role
|
||||||
options: { }
|
options:
|
||||||
|
role:
|
||||||
|
authenticated: authenticated
|
||||||
cache:
|
cache:
|
||||||
type: tag
|
type: none
|
||||||
options: { }
|
options: { }
|
||||||
query:
|
query:
|
||||||
type: views_query
|
type: views_query
|
||||||
@ -43,15 +48,94 @@ display:
|
|||||||
sort_asc_label: Asc
|
sort_asc_label: Asc
|
||||||
sort_desc_label: Desc
|
sort_desc_label: Desc
|
||||||
pager:
|
pager:
|
||||||
type: none
|
type: mini
|
||||||
options:
|
options:
|
||||||
items_per_page: null
|
items_per_page: 50
|
||||||
offset: 0
|
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:
|
style:
|
||||||
type: table
|
type: table
|
||||||
row:
|
row:
|
||||||
type: fields
|
type: fields
|
||||||
fields:
|
fields:
|
||||||
|
activity_date_time:
|
||||||
|
id: activity_date_time
|
||||||
|
table: oc_activity_field_data
|
||||||
|
field: activity_date_time
|
||||||
|
relationship: none
|
||||||
|
group_type: group
|
||||||
|
admin_label: ''
|
||||||
|
label: 'Date and time'
|
||||||
|
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: datetime_custom
|
||||||
|
settings:
|
||||||
|
timezone_override: ''
|
||||||
|
date_format: 'd/m/Y - H:i'
|
||||||
|
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: activity_date_time
|
||||||
|
plugin_id: field
|
||||||
name:
|
name:
|
||||||
id: name
|
id: name
|
||||||
table: oc_activity_field_data
|
table: oc_activity_field_data
|
||||||
@ -103,7 +187,7 @@ display:
|
|||||||
click_sort_column: value
|
click_sort_column: value
|
||||||
type: string
|
type: string
|
||||||
settings:
|
settings:
|
||||||
link_to_entity: true
|
link_to_entity: false
|
||||||
group_column: value
|
group_column: value
|
||||||
group_columns: { }
|
group_columns: { }
|
||||||
group_rows: true
|
group_rows: true
|
||||||
@ -117,80 +201,14 @@ display:
|
|||||||
entity_type: null
|
entity_type: null
|
||||||
entity_field: name
|
entity_field: name
|
||||||
plugin_id: field
|
plugin_id: field
|
||||||
activity_date_time:
|
type:
|
||||||
id: activity_date_time
|
id: type
|
||||||
table: oc_activity_field_data
|
table: oc_activity_field_data
|
||||||
field: activity_date_time
|
field: type
|
||||||
relationship: none
|
relationship: none
|
||||||
group_type: group
|
group_type: group
|
||||||
admin_label: ''
|
admin_label: ''
|
||||||
label: 'Date and time'
|
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: value
|
|
||||||
type: datetime_default
|
|
||||||
settings:
|
|
||||||
timezone_override: ''
|
|
||||||
format_type: medium
|
|
||||||
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: activity_date_time
|
|
||||||
plugin_id: field
|
|
||||||
actors_involved_target_id:
|
|
||||||
id: actors_involved_target_id
|
|
||||||
table: oc_activity__actors_involved
|
|
||||||
field: actors_involved_target_id
|
|
||||||
relationship: none
|
|
||||||
group_type: group
|
|
||||||
admin_label: ''
|
|
||||||
label: Participants
|
|
||||||
exclude: false
|
exclude: false
|
||||||
alter:
|
alter:
|
||||||
alter_text: false
|
alter_text: false
|
||||||
@ -234,7 +252,7 @@ display:
|
|||||||
click_sort_column: target_id
|
click_sort_column: target_id
|
||||||
type: entity_reference_label
|
type: entity_reference_label
|
||||||
settings:
|
settings:
|
||||||
link: true
|
link: false
|
||||||
group_column: target_id
|
group_column: target_id
|
||||||
group_columns: { }
|
group_columns: { }
|
||||||
group_rows: true
|
group_rows: true
|
||||||
@ -246,34 +264,161 @@ display:
|
|||||||
separator: ', '
|
separator: ', '
|
||||||
field_api_classes: false
|
field_api_classes: false
|
||||||
entity_type: oc_activity
|
entity_type: oc_activity
|
||||||
entity_field: actors_involved
|
entity_field: type
|
||||||
plugin_id: field
|
plugin_id: field
|
||||||
filters: { }
|
description:
|
||||||
sorts: { }
|
id: description
|
||||||
title: Activities
|
table: oc_activity_field_data
|
||||||
header: { }
|
field: description
|
||||||
footer: { }
|
|
||||||
empty: { }
|
|
||||||
relationships: { }
|
|
||||||
arguments:
|
|
||||||
actors_involved_target_id:
|
|
||||||
id: actors_involved_target_id
|
|
||||||
table: oc_activity__actors_involved
|
|
||||||
field: actors_involved_target_id
|
|
||||||
relationship: none
|
relationship: none
|
||||||
group_type: group
|
group_type: group
|
||||||
admin_label: ''
|
admin_label: ''
|
||||||
default_action: default
|
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: 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: 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
|
||||||
|
view_oc_activity:
|
||||||
|
id: view_oc_activity
|
||||||
|
table: oc_activity
|
||||||
|
field: view_oc_activity
|
||||||
|
relationship: none
|
||||||
|
group_type: group
|
||||||
|
admin_label: ''
|
||||||
|
label: 'Go to'
|
||||||
|
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
|
||||||
|
text: Details
|
||||||
|
output_url_as_text: false
|
||||||
|
absolute: false
|
||||||
|
entity_type: oc_activity
|
||||||
|
plugin_id: entity_link
|
||||||
|
filters: { }
|
||||||
|
sorts: { }
|
||||||
|
title: 'Activity List'
|
||||||
|
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: 'This case has no activities yet. To add one, use the links in the sidebar to the right.'
|
||||||
|
plugin_id: text_custom
|
||||||
|
relationships: { }
|
||||||
|
arguments:
|
||||||
|
oc_case:
|
||||||
|
id: oc_case
|
||||||
|
table: oc_activity_field_data
|
||||||
|
field: oc_case
|
||||||
|
relationship: none
|
||||||
|
group_type: group
|
||||||
|
admin_label: ''
|
||||||
|
default_action: ignore
|
||||||
exception:
|
exception:
|
||||||
value: all
|
value: all
|
||||||
title_enable: false
|
title_enable: false
|
||||||
title: All
|
title: All
|
||||||
title_enable: false
|
title_enable: false
|
||||||
title: ''
|
title: ''
|
||||||
default_argument_type: raw
|
default_argument_type: fixed
|
||||||
default_argument_options:
|
default_argument_options:
|
||||||
index: 2
|
argument: ''
|
||||||
use_alias: false
|
|
||||||
default_argument_skip_url: false
|
default_argument_skip_url: false
|
||||||
summary_options:
|
summary_options:
|
||||||
base_path: ''
|
base_path: ''
|
||||||
@ -292,7 +437,7 @@ display:
|
|||||||
break_phrase: false
|
break_phrase: false
|
||||||
not: false
|
not: false
|
||||||
entity_type: oc_activity
|
entity_type: oc_activity
|
||||||
entity_field: actors_involved
|
entity_field: oc_case
|
||||||
plugin_id: numeric
|
plugin_id: numeric
|
||||||
display_extenders: { }
|
display_extenders: { }
|
||||||
cache_metadata:
|
cache_metadata:
|
||||||
@ -301,18 +446,23 @@ display:
|
|||||||
- 'languages:language_content'
|
- 'languages:language_content'
|
||||||
- 'languages:language_interface'
|
- 'languages:language_interface'
|
||||||
- url
|
- url
|
||||||
|
- url.query_args
|
||||||
|
- user.roles
|
||||||
tags: { }
|
tags: { }
|
||||||
block_1:
|
page_1:
|
||||||
display_plugin: block
|
display_plugin: page
|
||||||
id: block_1
|
id: page_1
|
||||||
display_title: Block
|
display_title: Page
|
||||||
position: 1
|
position: 1
|
||||||
display_options:
|
display_options:
|
||||||
display_extenders: { }
|
display_extenders: { }
|
||||||
|
path: opencase/oc_case/%case_id/activity_list
|
||||||
cache_metadata:
|
cache_metadata:
|
||||||
max-age: -1
|
max-age: -1
|
||||||
contexts:
|
contexts:
|
||||||
- 'languages:language_content'
|
- 'languages:language_content'
|
||||||
- 'languages:language_interface'
|
- 'languages:language_interface'
|
||||||
- url
|
- url
|
||||||
|
- url.query_args
|
||||||
|
- user.roles
|
||||||
tags: { }
|
tags: { }
|
File diff suppressed because it is too large
Load Diff
@ -1,852 +0,0 @@
|
|||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
module:
|
|
||||||
- opencase_entities
|
|
||||||
- user
|
|
||||||
id: contact_details_changes
|
|
||||||
label: 'Contact Details History'
|
|
||||||
module: views
|
|
||||||
description: ''
|
|
||||||
tag: ''
|
|
||||||
base_table: oc_actor_field_revision
|
|
||||||
base_field: vid
|
|
||||||
display:
|
|
||||||
default:
|
|
||||||
display_plugin: default
|
|
||||||
id: default
|
|
||||||
display_title: Master
|
|
||||||
position: 0
|
|
||||||
display_options:
|
|
||||||
access:
|
|
||||||
type: perm
|
|
||||||
options:
|
|
||||||
perm: 'view published client entities'
|
|
||||||
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:
|
|
||||||
1:
|
|
||||||
field: view_oc_actor
|
|
||||||
rendered: true
|
|
||||||
rendered_strip: false
|
|
||||||
row_class: ''
|
|
||||||
default_row_class: true
|
|
||||||
override: true
|
|
||||||
sticky: false
|
|
||||||
caption: ''
|
|
||||||
summary: ''
|
|
||||||
description: ''
|
|
||||||
columns:
|
|
||||||
first_name: first_name
|
|
||||||
middle_names: middle_names
|
|
||||||
last_name: last_name
|
|
||||||
id: id
|
|
||||||
revision_created: revision_created
|
|
||||||
view_oc_actor: view_oc_actor
|
|
||||||
info:
|
|
||||||
first_name:
|
|
||||||
sortable: false
|
|
||||||
default_sort_order: asc
|
|
||||||
align: ''
|
|
||||||
separator: ''
|
|
||||||
empty_column: false
|
|
||||||
responsive: ''
|
|
||||||
middle_names:
|
|
||||||
sortable: false
|
|
||||||
default_sort_order: asc
|
|
||||||
align: ''
|
|
||||||
separator: ''
|
|
||||||
empty_column: false
|
|
||||||
responsive: ''
|
|
||||||
last_name:
|
|
||||||
sortable: false
|
|
||||||
default_sort_order: asc
|
|
||||||
align: ''
|
|
||||||
separator: ''
|
|
||||||
empty_column: false
|
|
||||||
responsive: ''
|
|
||||||
id:
|
|
||||||
sortable: false
|
|
||||||
default_sort_order: asc
|
|
||||||
align: ''
|
|
||||||
separator: ''
|
|
||||||
empty_column: false
|
|
||||||
responsive: ''
|
|
||||||
revision_created:
|
|
||||||
sortable: false
|
|
||||||
default_sort_order: asc
|
|
||||||
align: ''
|
|
||||||
separator: ''
|
|
||||||
empty_column: false
|
|
||||||
responsive: ''
|
|
||||||
view_oc_actor:
|
|
||||||
sortable: false
|
|
||||||
default_sort_order: asc
|
|
||||||
align: ''
|
|
||||||
separator: ''
|
|
||||||
empty_column: false
|
|
||||||
responsive: ''
|
|
||||||
default: '-1'
|
|
||||||
empty_table: false
|
|
||||||
row:
|
|
||||||
type: fields
|
|
||||||
options:
|
|
||||||
inline: { }
|
|
||||||
separator: ''
|
|
||||||
hide_empty: false
|
|
||||||
default_field_elements: true
|
|
||||||
fields:
|
|
||||||
revision_created:
|
|
||||||
id: revision_created
|
|
||||||
table: oc_actor_revision
|
|
||||||
field: revision_created
|
|
||||||
relationship: none
|
|
||||||
group_type: min
|
|
||||||
admin_label: ''
|
|
||||||
label: Date
|
|
||||||
exclude: false
|
|
||||||
alter:
|
|
||||||
alter_text: true
|
|
||||||
text: '{{ revision_created | date(''d/m/Y'') }}'
|
|
||||||
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
|
|
||||||
set_precision: false
|
|
||||||
precision: 0
|
|
||||||
decimal: .
|
|
||||||
separator: ''
|
|
||||||
format_plural: 0
|
|
||||||
format_plural_string: !!binary MQNAY291bnQ=
|
|
||||||
prefix: ''
|
|
||||||
suffix: ''
|
|
||||||
click_sort_column: value
|
|
||||||
type: timestamp
|
|
||||||
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
|
|
||||||
field_api_classes: false
|
|
||||||
entity_type: oc_actor
|
|
||||||
entity_field: revision_created
|
|
||||||
plugin_id: field
|
|
||||||
first_name:
|
|
||||||
id: first_name
|
|
||||||
table: oc_actor_field_revision
|
|
||||||
field: first_name
|
|
||||||
relationship: none
|
|
||||||
group_type: group
|
|
||||||
admin_label: ''
|
|
||||||
label: 'First Name'
|
|
||||||
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: oc_actor
|
|
||||||
entity_field: first_name
|
|
||||||
plugin_id: field
|
|
||||||
middle_names:
|
|
||||||
id: middle_names
|
|
||||||
table: oc_actor_field_revision
|
|
||||||
field: middle_names
|
|
||||||
relationship: none
|
|
||||||
group_type: group
|
|
||||||
admin_label: ''
|
|
||||||
label: 'Middle Names'
|
|
||||||
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: oc_actor
|
|
||||||
entity_field: middle_names
|
|
||||||
plugin_id: field
|
|
||||||
last_name:
|
|
||||||
id: last_name
|
|
||||||
table: oc_actor_field_revision
|
|
||||||
field: last_name
|
|
||||||
relationship: none
|
|
||||||
group_type: group
|
|
||||||
admin_label: ''
|
|
||||||
label: 'Last Name'
|
|
||||||
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: oc_actor
|
|
||||||
entity_field: last_name
|
|
||||||
plugin_id: field
|
|
||||||
email:
|
|
||||||
id: email
|
|
||||||
table: oc_actor_field_revision
|
|
||||||
field: email
|
|
||||||
relationship: none
|
|
||||||
group_type: group
|
|
||||||
admin_label: ''
|
|
||||||
label: 'Email Address'
|
|
||||||
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: oc_actor
|
|
||||||
entity_field: email
|
|
||||||
plugin_id: field
|
|
||||||
phone:
|
|
||||||
id: phone
|
|
||||||
table: oc_actor_field_revision
|
|
||||||
field: phone
|
|
||||||
relationship: none
|
|
||||||
group_type: group
|
|
||||||
admin_label: ''
|
|
||||||
label: 'Main Phone Number'
|
|
||||||
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: oc_actor
|
|
||||||
entity_field: phone
|
|
||||||
plugin_id: field
|
|
||||||
phone2:
|
|
||||||
id: phone2
|
|
||||||
table: oc_actor_field_revision
|
|
||||||
field: phone2
|
|
||||||
relationship: none
|
|
||||||
group_type: group
|
|
||||||
admin_label: ''
|
|
||||||
label: 'Alternative Phone Number'
|
|
||||||
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: oc_actor
|
|
||||||
entity_field: phone2
|
|
||||||
plugin_id: field
|
|
||||||
postal_address:
|
|
||||||
id: postal_address
|
|
||||||
table: oc_actor_field_revision
|
|
||||||
field: postal_address
|
|
||||||
relationship: none
|
|
||||||
group_type: group
|
|
||||||
admin_label: ''
|
|
||||||
label: 'Postal Address'
|
|
||||||
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: 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_actor
|
|
||||||
entity_field: postal_address
|
|
||||||
plugin_id: field
|
|
||||||
post_code:
|
|
||||||
id: post_code
|
|
||||||
table: oc_actor_field_revision
|
|
||||||
field: post_code
|
|
||||||
relationship: none
|
|
||||||
group_type: group
|
|
||||||
admin_label: ''
|
|
||||||
label: 'Post Code'
|
|
||||||
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: oc_actor
|
|
||||||
entity_field: post_code
|
|
||||||
plugin_id: field
|
|
||||||
view_oc_actor:
|
|
||||||
id: view_oc_actor
|
|
||||||
table: oc_actor_field_revision
|
|
||||||
field: view_oc_actor
|
|
||||||
relationship: none
|
|
||||||
group_type: group
|
|
||||||
admin_label: ''
|
|
||||||
label: ''
|
|
||||||
exclude: true
|
|
||||||
alter:
|
|
||||||
alter_text: true
|
|
||||||
text: "◀\tBack to current record"
|
|
||||||
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: 'See "rewrite results" (had to do it that way because contains HTML).'
|
|
||||||
output_url_as_text: false
|
|
||||||
absolute: false
|
|
||||||
entity_type: oc_actor
|
|
||||||
plugin_id: entity_link
|
|
||||||
filters: { }
|
|
||||||
sorts:
|
|
||||||
revision_created:
|
|
||||||
id: revision_created
|
|
||||||
table: oc_actor_revision
|
|
||||||
field: revision_created
|
|
||||||
relationship: none
|
|
||||||
group_type: min
|
|
||||||
admin_label: ''
|
|
||||||
order: DESC
|
|
||||||
exposed: false
|
|
||||||
expose:
|
|
||||||
label: ''
|
|
||||||
granularity: second
|
|
||||||
entity_type: oc_actor
|
|
||||||
entity_field: revision_created
|
|
||||||
plugin_id: date
|
|
||||||
header: { }
|
|
||||||
footer: { }
|
|
||||||
empty: { }
|
|
||||||
relationships: { }
|
|
||||||
arguments:
|
|
||||||
id:
|
|
||||||
id: id
|
|
||||||
table: oc_actor_field_revision
|
|
||||||
field: id
|
|
||||||
relationship: none
|
|
||||||
group_type: group
|
|
||||||
admin_label: ''
|
|
||||||
default_action: 'not found'
|
|
||||||
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_actor
|
|
||||||
entity_field: id
|
|
||||||
plugin_id: numeric
|
|
||||||
display_extenders: { }
|
|
||||||
group_by: true
|
|
||||||
title: 'Contact Details History'
|
|
||||||
cache_metadata:
|
|
||||||
max-age: -1
|
|
||||||
contexts:
|
|
||||||
- 'languages:language_content'
|
|
||||||
- 'languages:language_interface'
|
|
||||||
- url
|
|
||||||
- user.permissions
|
|
||||||
tags: { }
|
|
||||||
page_1:
|
|
||||||
display_plugin: page
|
|
||||||
id: page_1
|
|
||||||
display_title: Page
|
|
||||||
position: 1
|
|
||||||
display_options:
|
|
||||||
path: opencase/oc_actor/%/contact_details_history
|
|
||||||
cache_metadata:
|
|
||||||
max-age: -1
|
|
||||||
contexts:
|
|
||||||
- 'languages:language_content'
|
|
||||||
- 'languages:language_interface'
|
|
||||||
- url
|
|
||||||
- user.permissions
|
|
||||||
tags: { }
|
|
@ -1,308 +0,0 @@
|
|||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
config:
|
|
||||||
- system.menu.opencase
|
|
||||||
module:
|
|
||||||
- opencase_entities
|
|
||||||
- user
|
|
||||||
- views_autosubmit
|
|
||||||
id: equal_opps_records
|
|
||||||
label: 'Equal Opps Records'
|
|
||||||
module: views
|
|
||||||
description: ''
|
|
||||||
tag: ''
|
|
||||||
base_table: oc_equal_opps
|
|
||||||
base_field: id
|
|
||||||
display:
|
|
||||||
default:
|
|
||||||
display_plugin: default
|
|
||||||
id: default
|
|
||||||
display_title: Master
|
|
||||||
position: 0
|
|
||||||
display_options:
|
|
||||||
access:
|
|
||||||
type: perm
|
|
||||||
options:
|
|
||||||
perm: 'view published equal opps entities'
|
|
||||||
cache:
|
|
||||||
type: tag
|
|
||||||
options: { }
|
|
||||||
query:
|
|
||||||
type: views_query
|
|
||||||
options:
|
|
||||||
disable_sql_rewrite: false
|
|
||||||
distinct: false
|
|
||||||
replica: false
|
|
||||||
query_comment: ''
|
|
||||||
query_tags: { }
|
|
||||||
exposed_form:
|
|
||||||
type: autosubmit
|
|
||||||
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
|
|
||||||
autosubmit_hide: true
|
|
||||||
pager:
|
|
||||||
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
|
|
||||||
row:
|
|
||||||
type: fields
|
|
||||||
fields:
|
|
||||||
name:
|
|
||||||
id: name
|
|
||||||
table: oc_equal_opps
|
|
||||||
field: name
|
|
||||||
relationship: none
|
|
||||||
group_type: group
|
|
||||||
admin_label: ''
|
|
||||||
label: Name
|
|
||||||
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: 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: null
|
|
||||||
entity_field: name
|
|
||||||
plugin_id: field
|
|
||||||
filters:
|
|
||||||
status:
|
|
||||||
value: '1'
|
|
||||||
table: oc_equal_opps
|
|
||||||
field: status
|
|
||||||
plugin_id: boolean
|
|
||||||
entity_type: oc_equal_opps
|
|
||||||
entity_field: status
|
|
||||||
id: status
|
|
||||||
expose:
|
|
||||||
operator: ''
|
|
||||||
operator_limit_selection: false
|
|
||||||
operator_list: { }
|
|
||||||
group: 1
|
|
||||||
first_name:
|
|
||||||
id: first_name
|
|
||||||
table: oc_actor_field_data
|
|
||||||
field: first_name
|
|
||||||
relationship: oc_actor
|
|
||||||
group_type: group
|
|
||||||
admin_label: ''
|
|
||||||
operator: '='
|
|
||||||
value: ''
|
|
||||||
group: 1
|
|
||||||
exposed: true
|
|
||||||
expose:
|
|
||||||
operator_id: first_name_op
|
|
||||||
label: 'First Name'
|
|
||||||
description: ''
|
|
||||||
use_operator: false
|
|
||||||
operator: first_name_op
|
|
||||||
operator_limit_selection: false
|
|
||||||
operator_list: { }
|
|
||||||
identifier: first_name
|
|
||||||
required: false
|
|
||||||
remember: false
|
|
||||||
multiple: false
|
|
||||||
remember_roles:
|
|
||||||
authenticated: authenticated
|
|
||||||
anonymous: '0'
|
|
||||||
administrator: '0'
|
|
||||||
gno_standard_user: '0'
|
|
||||||
placeholder: ''
|
|
||||||
is_grouped: false
|
|
||||||
group_info:
|
|
||||||
label: ''
|
|
||||||
description: ''
|
|
||||||
identifier: ''
|
|
||||||
optional: true
|
|
||||||
widget: select
|
|
||||||
multiple: false
|
|
||||||
remember: false
|
|
||||||
default_group: All
|
|
||||||
default_group_multiple: { }
|
|
||||||
group_items: { }
|
|
||||||
entity_type: oc_actor
|
|
||||||
entity_field: first_name
|
|
||||||
plugin_id: string
|
|
||||||
last_name:
|
|
||||||
id: last_name
|
|
||||||
table: oc_actor_field_data
|
|
||||||
field: last_name
|
|
||||||
relationship: oc_actor
|
|
||||||
group_type: group
|
|
||||||
admin_label: ''
|
|
||||||
operator: '='
|
|
||||||
value: ''
|
|
||||||
group: 1
|
|
||||||
exposed: true
|
|
||||||
expose:
|
|
||||||
operator_id: last_name_op
|
|
||||||
label: 'Last Name'
|
|
||||||
description: ''
|
|
||||||
use_operator: false
|
|
||||||
operator: last_name_op
|
|
||||||
operator_limit_selection: false
|
|
||||||
operator_list: { }
|
|
||||||
identifier: last_name
|
|
||||||
required: false
|
|
||||||
remember: false
|
|
||||||
multiple: false
|
|
||||||
remember_roles:
|
|
||||||
authenticated: authenticated
|
|
||||||
anonymous: '0'
|
|
||||||
administrator: '0'
|
|
||||||
gno_standard_user: '0'
|
|
||||||
placeholder: ''
|
|
||||||
is_grouped: false
|
|
||||||
group_info:
|
|
||||||
label: ''
|
|
||||||
description: ''
|
|
||||||
identifier: ''
|
|
||||||
optional: true
|
|
||||||
widget: select
|
|
||||||
multiple: false
|
|
||||||
remember: false
|
|
||||||
default_group: All
|
|
||||||
default_group_multiple: { }
|
|
||||||
group_items: { }
|
|
||||||
entity_type: oc_actor
|
|
||||||
entity_field: last_name
|
|
||||||
plugin_id: string
|
|
||||||
sorts: { }
|
|
||||||
title: 'Equal Opps Records'
|
|
||||||
header: { }
|
|
||||||
footer: { }
|
|
||||||
empty:
|
|
||||||
area:
|
|
||||||
id: area
|
|
||||||
table: views
|
|
||||||
field: area
|
|
||||||
relationship: none
|
|
||||||
group_type: group
|
|
||||||
admin_label: ''
|
|
||||||
empty: true
|
|
||||||
tokenize: false
|
|
||||||
content:
|
|
||||||
value: 'There is no Equal Opps record by that name. Please check the spelling'
|
|
||||||
format: basic_html
|
|
||||||
plugin_id: text
|
|
||||||
relationships:
|
|
||||||
oc_actor:
|
|
||||||
id: oc_actor
|
|
||||||
table: oc_equal_opps
|
|
||||||
field: oc_actor
|
|
||||||
relationship: none
|
|
||||||
group_type: group
|
|
||||||
admin_label: Person
|
|
||||||
required: true
|
|
||||||
entity_type: oc_equal_opps
|
|
||||||
entity_field: oc_actor
|
|
||||||
plugin_id: standard
|
|
||||||
arguments: { }
|
|
||||||
display_extenders: { }
|
|
||||||
use_ajax: true
|
|
||||||
cache_metadata:
|
|
||||||
max-age: -1
|
|
||||||
contexts:
|
|
||||||
- 'languages:language_content'
|
|
||||||
- 'languages:language_interface'
|
|
||||||
- url
|
|
||||||
- url.query_args
|
|
||||||
- user.permissions
|
|
||||||
tags: { }
|
|
||||||
page_1:
|
|
||||||
display_plugin: page
|
|
||||||
id: page_1
|
|
||||||
display_title: Page
|
|
||||||
position: 1
|
|
||||||
display_options:
|
|
||||||
display_extenders: { }
|
|
||||||
path: equal-opps-records
|
|
||||||
exposed_block: true
|
|
||||||
menu:
|
|
||||||
type: normal
|
|
||||||
title: 'Equal Opps Records'
|
|
||||||
description: ''
|
|
||||||
expanded: false
|
|
||||||
parent: opencase.see_all
|
|
||||||
weight: 10
|
|
||||||
context: '0'
|
|
||||||
menu_name: opencase
|
|
||||||
cache_metadata:
|
|
||||||
max-age: -1
|
|
||||||
contexts:
|
|
||||||
- 'languages:language_content'
|
|
||||||
- 'languages:language_interface'
|
|
||||||
- url
|
|
||||||
- url.query_args
|
|
||||||
- user.permissions
|
|
||||||
tags: { }
|
|
@ -1,12 +0,0 @@
|
|||||||
opencase.oc_event.*:
|
|
||||||
type: config_entity
|
|
||||||
label: 'Event config'
|
|
||||||
mapping:
|
|
||||||
id:
|
|
||||||
type: string
|
|
||||||
label: 'ID'
|
|
||||||
label:
|
|
||||||
type: label
|
|
||||||
label: 'Label'
|
|
||||||
uuid:
|
|
||||||
type: string
|
|
@ -1,45 +1,9 @@
|
|||||||
/* MOVE THIS INTO MORE!! */
|
|
||||||
.top_ups_bought.add-activity-link {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* */
|
|
||||||
|
|
||||||
body {
|
body {
|
||||||
font-size: 100% !important;
|
font-size: 100% !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.field--type-entity-reference-revisions .field__items {
|
|
||||||
margin-left: 2em;
|
|
||||||
}
|
|
||||||
|
|
||||||
.field--type-entity-reference-revisions .field__items .field{
|
|
||||||
margin-top: 0;
|
|
||||||
}
|
|
||||||
.field--type-entity-reference-revisions .field__items .paragraph{
|
|
||||||
margin-top: 0.5em;
|
|
||||||
margin-bottom: 0.5em;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* remove this confusing thing from user creation page */
|
|
||||||
#edit-password-policy-status {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.form-composite > .fieldset-wrapper > .description, .form-item .description {
|
|
||||||
font-size: 1em !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
div[data-drupal-selector=edit-user-bulk-form] {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.layout-container {
|
|
||||||
max-width: 95% !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Free the people from the tyranny of the useless search button */
|
/* Free the people from the tyranny of the useless search button */
|
||||||
#edit-submit-actor-search, #edit-submit-actor-search--2{
|
#edit-submit-actor-search{
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -82,44 +46,3 @@ div[data-drupal-selector=edit-user-bulk-form] {
|
|||||||
td.views-field {
|
td.views-field {
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Entity displays */
|
|
||||||
.oc_entity .left {
|
|
||||||
display: inline-block;
|
|
||||||
width: 45%;
|
|
||||||
padding: 1em;
|
|
||||||
}
|
|
||||||
|
|
||||||
.oc_entity .right {
|
|
||||||
display: inline-block;
|
|
||||||
width: 45%;
|
|
||||||
padding: 1em;
|
|
||||||
float: right;
|
|
||||||
}
|
|
||||||
.oc_entity .field {
|
|
||||||
margin-top: 1em;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Make entity reference field labels match normal field labels */
|
|
||||||
.field--type-entity-reference .field__label {
|
|
||||||
font-family: Georgia, "Times New Roman", Times, serif;
|
|
||||||
font-size: 1em !important;
|
|
||||||
font-weight: bold !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Styling for grouped views */
|
|
||||||
table.views-table.views-view-table caption {
|
|
||||||
text-align: left;
|
|
||||||
margin-bottom: 1em;
|
|
||||||
margin-top: 2em;
|
|
||||||
font-weight: bold;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* remove "details" accordion, see https://drupal.stackexchange.com/questions/294312/why-has-this-details-accordion-appeared-in-this-view */
|
|
||||||
.views-table details {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
form.oc-organisation-relation-form tr:first-child {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
@ -1,67 +0,0 @@
|
|||||||
|
|
||||||
composer create-project drupal/recommended-project:8.9.8 drupal
|
|
||||||
|
|
||||||
# ADD THIS TO drupal/composer.json IN THE REPOSITORIES SECTION
|
|
||||||
,{
|
|
||||||
|
|
||||||
"type": "vcs",
|
|
||||||
"url": "https://git.autonomic.zone/autonomic-cooperative/opencase.git"
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
# INSTALL MODULES VIA COMPOSER (this will add them to composer.json, which is better than using a premade one, because this way the versions will all sort themselves out)
|
|
||||||
composer require drupal/admin_toolbar drupal/security_review drupal/smtp drupal/opencase drupal/superfish
|
|
||||||
|
|
||||||
# CREATE DIRECTORIES AND SET UP FILE PERMISSIONS
|
|
||||||
|
|
||||||
# start in drupal directory
|
|
||||||
mkdir -p config/sync
|
|
||||||
mkdir private
|
|
||||||
|
|
||||||
# if web server user =/= deployment user:
|
|
||||||
# start in drupal directory
|
|
||||||
sudo chgrp www-data config/sync
|
|
||||||
cd web
|
|
||||||
cp sites/default/default.settings.php sites/default/settings.php
|
|
||||||
sudo chgrp www-data . -R
|
|
||||||
mkdir sites/default/files
|
|
||||||
sudo chmod g+w sites/default/files -R
|
|
||||||
chmod g+w sites/default/settings.php
|
|
||||||
sudo find -type d -exec chmod g+s {} \;
|
|
||||||
sudo chmod g-w sites/default/
|
|
||||||
sudo chmod g-w sites
|
|
||||||
sudo chmod g-w sites ./sites/example.settings.local.php ./sites/development.services.yml ./sites/example.sites.php ./sites/default/default.services.yml ./sites/default/default.settings.php ./autoload.php
|
|
||||||
sudo chmod g-w -R modules/
|
|
||||||
sudo chmod g-w -R core
|
|
||||||
sudo chmod g-w profiles index.php update.php
|
|
||||||
sudo chmod g-w themes -R
|
|
||||||
sudo chmod g-w web.config robots.txt
|
|
||||||
cd ../
|
|
||||||
sudo chmod g-w -R web/modules
|
|
||||||
sudo chgrp www-data private
|
|
||||||
sudo chmod g+w,o-r,o-x private
|
|
||||||
|
|
||||||
|
|
||||||
# INSTALL THE SITE
|
|
||||||
|
|
||||||
- Create a database
|
|
||||||
- Go to the url and run the installer
|
|
||||||
|
|
||||||
# make settings file unwriteable now that it has been generated
|
|
||||||
sudo chmod a-w sites/default/settings.php
|
|
||||||
|
|
||||||
# ENABLE all the above modules
|
|
||||||
drush en admin_toolbar security_review smtp opencase -y
|
|
||||||
|
|
||||||
|
|
||||||
# TODO set $trusted_host_patterns (in settings.php)
|
|
||||||
# TODO private files (in settings.php)
|
|
||||||
# TODO Set all the HTML roles to admin only - /admin/config/content/formats
|
|
||||||
# TODO run security review (make eveything untrusted except CRM Admin and Admin) - /admin/config/security-review
|
|
||||||
# TODO homepage -> /opencase/whatever-the-chosen-homepage, 403 - /user/login - /admin/config/system/site-information
|
|
||||||
# TODO disable blocks: tools, main navigation, footer menu - /admin/structure/block
|
|
||||||
# TODO logo & colours - admin/appearance/settings/bartik
|
|
||||||
# TODO disallow registering an account & turn off personal contact forms - /admin/config/people/accounts
|
|
||||||
# TODO add linked actor field to form display and display display - top of both
|
|
||||||
# TODO change which contact form is the default - /admin/structure/contact
|
|
||||||
# TODO change "short" date formate to d/m/Y - /admin/config/regional/date-time
|
|
@ -1,37 +0,0 @@
|
|||||||
<?php
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @file
|
|
||||||
* Contains oc_case.page.inc.
|
|
||||||
*
|
|
||||||
* Page callback for Case entities.
|
|
||||||
*/
|
|
||||||
|
|
||||||
use Drupal\Core\Render\Element;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Prepares variables for Case templates.
|
|
||||||
*
|
|
||||||
* Default template: oc_case.html.twig.
|
|
||||||
*
|
|
||||||
* @param array $variables
|
|
||||||
* An associative array containing:
|
|
||||||
* - elements: An associative array containing the user information and any
|
|
||||||
* - attributes: HTML attributes for the containing element.
|
|
||||||
*/
|
|
||||||
function template_preprocess_oc_case(array &$variables) {
|
|
||||||
// Separate the fields into two sections to be displayed in two columns.
|
|
||||||
// Remove the name (title) field as this is displayed anyway.
|
|
||||||
$variables['id'] = $variables['elements']['#oc_case']->get('id')[0]->get('value')->getValue();
|
|
||||||
$variables['base_fields'] = array();
|
|
||||||
$variables['other_fields'] = array();
|
|
||||||
foreach (Element::children($variables['elements']) as $key) {
|
|
||||||
$variables['content'][$key] = $variables['elements'][$key];
|
|
||||||
if (in_array($key, ['created', 'changed', 'files', 'actors_involved', 'status', 'user_id'])) {
|
|
||||||
$variables['base_fields'][$key] = $variables['elements'][$key];
|
|
||||||
} else {
|
|
||||||
$variables['other_fields'][$key] = $variables['elements'][$key];
|
|
||||||
unset($variables['other_fields']['name']);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,11 +0,0 @@
|
|||||||
name: 'Opencase Cases'
|
|
||||||
type: module
|
|
||||||
description: 'Provides case entities and a required field on activities linking them to a case.'
|
|
||||||
core: 8.x
|
|
||||||
package: OpenCase
|
|
||||||
dependencies:
|
|
||||||
0: opencase_entities
|
|
||||||
1: datetime
|
|
||||||
4: options
|
|
||||||
5: paragraphs
|
|
||||||
6: user
|
|
@ -1,12 +0,0 @@
|
|||||||
|
|
||||||
entity.oc_case.add_form:
|
|
||||||
route_name: entity.oc_case.add_page
|
|
||||||
title: 'Add Case'
|
|
||||||
appears_on:
|
|
||||||
- entity.oc_case.collection
|
|
||||||
entity.oc_case_type.add_form:
|
|
||||||
route_name: entity.oc_case_type.add_form
|
|
||||||
title: 'Add Case type'
|
|
||||||
appears_on:
|
|
||||||
- entity.oc_case_type.collection
|
|
||||||
|
|
@ -1,25 +0,0 @@
|
|||||||
opencase_cases.manage_case_types:
|
|
||||||
title: 'Manage case types'
|
|
||||||
description: 'Configure types of cases and their fields'
|
|
||||||
menu_name: opencase
|
|
||||||
parent: opencase.opencase_admin_menu
|
|
||||||
url: internal:/admin/opencase/oc_case_type
|
|
||||||
weight: 2
|
|
||||||
# Case menu items definition
|
|
||||||
entity.oc_case.collection:
|
|
||||||
title: 'Case list'
|
|
||||||
route_name: entity.oc_case.collection
|
|
||||||
description: 'List Case entities'
|
|
||||||
parent: system.admin_structure
|
|
||||||
weight: 100
|
|
||||||
|
|
||||||
|
|
||||||
# Case type menu items definition
|
|
||||||
entity.oc_case_type.collection:
|
|
||||||
title: 'Case type'
|
|
||||||
route_name: entity.oc_case_type.collection
|
|
||||||
description: 'List Case type (bundles)'
|
|
||||||
parent: system.admin_structure
|
|
||||||
weight: 99
|
|
||||||
|
|
||||||
|
|
@ -1,23 +0,0 @@
|
|||||||
|
|
||||||
# Case routing definition
|
|
||||||
|
|
||||||
entity.oc_case.canonical:
|
|
||||||
route_name: entity.oc_case.canonical
|
|
||||||
base_route: entity.oc_case.canonical
|
|
||||||
title: 'View'
|
|
||||||
|
|
||||||
entity.oc_case.edit_form:
|
|
||||||
route_name: entity.oc_case.edit_form
|
|
||||||
base_route: entity.oc_case.canonical
|
|
||||||
title: 'Edit'
|
|
||||||
|
|
||||||
entity.oc_case.version_history:
|
|
||||||
route_name: entity.oc_case.version_history
|
|
||||||
base_route: entity.oc_case.canonical
|
|
||||||
title: 'Revisions'
|
|
||||||
|
|
||||||
entity.oc_case.delete_form:
|
|
||||||
route_name: entity.oc_case.delete_form
|
|
||||||
base_route: entity.oc_case.canonical
|
|
||||||
title: Delete
|
|
||||||
weight: 10
|
|
@ -1,140 +0,0 @@
|
|||||||
<?php
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @file
|
|
||||||
* Contains opencase_cases.module.
|
|
||||||
*/
|
|
||||||
|
|
||||||
use Drupal\Core\Routing\RouteMatchInterface;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Implements hook_help().
|
|
||||||
*/
|
|
||||||
function opencase_cases_help($route_name, RouteMatchInterface $route_match) {
|
|
||||||
switch ($route_name) {
|
|
||||||
// Main module help for the opencase_cases module.
|
|
||||||
case 'help.page.opencase_cases':
|
|
||||||
$output = '';
|
|
||||||
$output .= '<h3>' . t('About') . '</h3>';
|
|
||||||
$output .= '<p>' . t('Provides case entities and a required field on activities linking them to a case.') . '</p>';
|
|
||||||
return $output;
|
|
||||||
|
|
||||||
default:
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Implements hook_theme().
|
|
||||||
*/
|
|
||||||
function opencase_cases_theme() {
|
|
||||||
return [
|
|
||||||
'opencase_cases' => [
|
|
||||||
'render element' => 'children',
|
|
||||||
],
|
|
||||||
'oc_case' => [
|
|
||||||
'render element' => 'elements',
|
|
||||||
'file' => 'oc_case.page.inc',
|
|
||||||
'template' => 'oc_case',
|
|
||||||
],
|
|
||||||
'oc_case_content_add_list' => [
|
|
||||||
'render element' => 'content',
|
|
||||||
'variables' => ['content' => NULL],
|
|
||||||
'file' => 'oc_case.page.inc',
|
|
||||||
]
|
|
||||||
];
|
|
||||||
}
|
|
||||||
|
|
||||||
function opencase_cases_entity_base_field_info($entity_type) {
|
|
||||||
$fields = array();
|
|
||||||
|
|
||||||
// Add Case field to Activity
|
|
||||||
if ($entity_type->id() === 'oc_activity') {
|
|
||||||
$fields['oc_case'] = \Drupal\Core\Field\BaseFieldDefinition::create('entity_reference')
|
|
||||||
->setLabel(t('Case'))
|
|
||||||
->setDescription(t('The case this activity belongs to.'))
|
|
||||||
->setSetting('target_type', 'oc_case')
|
|
||||||
->setSetting('handler', 'default')
|
|
||||||
->setTranslatable(TRUE)
|
|
||||||
->setCardinality(1)
|
|
||||||
->setDefaultValueCallback('opencase_cases_default_activity_case_value')
|
|
||||||
->setDisplayOptions('view', [
|
|
||||||
'type' => 'string',
|
|
||||||
'weight' => -3,
|
|
||||||
])
|
|
||||||
->setRequired(TRUE);
|
|
||||||
}
|
|
||||||
return $fields;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* When creating an activity, it sets the case id from the URL.
|
|
||||||
*/
|
|
||||||
function opencase_cases_default_activity_case_value() {
|
|
||||||
return array(\Drupal::request()->query->get('case_id'));
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Implementation of hook_form_alter()
|
|
||||||
* Changes what page is redirected to after deleting things
|
|
||||||
*/
|
|
||||||
function opencase_cases_form_alter(&$form, &$form_state, $form_id) {
|
|
||||||
if (preg_match('/oc_actor_.*_delete_form/', $form_id) or (preg_match('/oc_case_.*_delete_form/', $form_id)) or (preg_match('/oc_organisation_.*_delete_form/', $form_id))) {
|
|
||||||
$form['actions']['submit']['#submit'][] = '_opencase_cases_redirect_to_home';
|
|
||||||
$form['actions']['cancel']['#url'] = $form_state->getFormObject()->getEntity()->toUrl();
|
|
||||||
}
|
|
||||||
if (preg_match('/oc_activity_.*_delete_form/', $form_id)) {
|
|
||||||
$form['actions']['submit']['#submit'][] = '_opencase_cases_delete_activity_redirect';
|
|
||||||
$form['actions']['cancel']['#url'] = $form_state->getFormObject()->getEntity()->toUrl();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
function _opencase_cases_redirect_to_home($form, &$form_state) {
|
|
||||||
$form_state->setRedirect('<front>');
|
|
||||||
}
|
|
||||||
function _opencase_cases_delete_activity_redirect($form, &$form_state) {
|
|
||||||
$case_id = $form_state->getFormObject()->getEntity()->oc_case->target_id;
|
|
||||||
$form_state->setRedirect('entity.oc_case.canonical', ['oc_case' => $case_id]);
|
|
||||||
}
|
|
||||||
/**
|
|
||||||
* Implements hook_theme_suggestions_HOOK().
|
|
||||||
*/
|
|
||||||
function opencase_cases_theme_suggestions_oc_case(array $variables) {
|
|
||||||
$suggestions = [];
|
|
||||||
$entity = $variables['elements']['#oc_case'];
|
|
||||||
$sanitized_view_mode = strtr($variables['elements']['#view_mode'], '.', '_');
|
|
||||||
|
|
||||||
$suggestions[] = 'oc_case__' . $sanitized_view_mode;
|
|
||||||
$suggestions[] = 'oc_case__' . $entity->bundle();
|
|
||||||
$suggestions[] = 'oc_case__' . $entity->bundle() . '__' . $sanitized_view_mode;
|
|
||||||
$suggestions[] = 'oc_case__' . $entity->id();
|
|
||||||
$suggestions[] = 'oc_case__' . $entity->id() . '__' . $sanitized_view_mode;
|
|
||||||
return $suggestions;
|
|
||||||
}
|
|
||||||
|
|
||||||
//function opencase_views_query_alter(Drupal\views\ViewExecutable $view, $query) {
|
|
||||||
// if ($view->getBaseEntityType() && $view->getBaseEntityType()->id() == 'oc_case') {
|
|
||||||
// $query->addTag('oc_case_access');
|
|
||||||
// }
|
|
||||||
// if ($view->getBaseEntityType() && $view->getBaseEntityType()->id() == 'oc_activity') {
|
|
||||||
// $query->addTag('oc_activity_access');
|
|
||||||
// }
|
|
||||||
//}
|
|
||||||
//
|
|
||||||
//function opencase_query_oc_case_access_alter($query) {
|
|
||||||
// if (\Drupal::currentUser()->hasPermission('view published case entities')) {
|
|
||||||
// return;
|
|
||||||
// }
|
|
||||||
// $linked_actor_id = CaseInvolvement::getLinkedActorId(\Drupal::currentUser());
|
|
||||||
// $query->addJoin('INNER', 'oc_case__actors_involved', 'access_filter', 'access_filter.entity_id = oc_case_field_data.id');
|
|
||||||
// $query->condition('access_filter.actors_involved_target_id', $linked_actor_id);
|
|
||||||
//}
|
|
||||||
//
|
|
||||||
//function opencase_query_oc_activity_access_alter($query) {
|
|
||||||
// if (\Drupal::currentUser()->hasPermission('view published case entities')) {
|
|
||||||
// return;
|
|
||||||
// }
|
|
||||||
// $linked_actor_id = CaseInvolvement::getLinkedActorId(\Drupal::currentUser());
|
|
||||||
// $query->addJoin('INNER', 'oc_case__actors_involved', 'access_filter', 'access_filter.entity_id = oc_activity_field_data.oc_case');
|
|
||||||
// $query->condition('access_filter.actors_involved_target_id', $linked_actor_id);
|
|
||||||
//}
|
|
||||||
|
|
@ -1,23 +0,0 @@
|
|||||||
{#
|
|
||||||
/**
|
|
||||||
* @file
|
|
||||||
* Default theme implementation to present a list of custom content entity types/bundles.
|
|
||||||
*
|
|
||||||
* Available variables:
|
|
||||||
* - types: A collection of all the available custom entity types/bundles.
|
|
||||||
* Each type/bundle contains the following:
|
|
||||||
* - link: A link to add a content entity of this type.
|
|
||||||
* - description: A description of this content entity types/bundle.
|
|
||||||
*
|
|
||||||
* @see template_preprocess_oc_activity_content_add_list()
|
|
||||||
*
|
|
||||||
* @ingroup themeable
|
|
||||||
*/
|
|
||||||
#}
|
|
||||||
{% spaceless %}
|
|
||||||
<dl>
|
|
||||||
{% for id,type in bundles %}
|
|
||||||
<dt><a href="/opencase/oc_case/add/{{ id }}?client_id={{ client_id }}">{{ type.label }}</a></dt>
|
|
||||||
{% endfor %}
|
|
||||||
</dl>
|
|
||||||
{% endspaceless %}
|
|
@ -1 +0,0 @@
|
|||||||
<!-- Add you custom twig html here -->
|
|
@ -6,4 +6,3 @@ package: 'OpenCase'
|
|||||||
dependencies:
|
dependencies:
|
||||||
- opencase_defaults
|
- opencase_defaults
|
||||||
- opencase_reporting
|
- opencase_reporting
|
||||||
- opencase_cases
|
|
||||||
|
@ -1,7 +0,0 @@
|
|||||||
opencase_default_reporting.report_on_status_changes:
|
|
||||||
title: 'Status Changes'
|
|
||||||
description: "Report on changes to people's name, asylum or marital status"
|
|
||||||
parent: opencase_reporting.reporting_menu
|
|
||||||
url: internal:/opencase/reporting/name_and_status_changes
|
|
||||||
weight: 2
|
|
||||||
|
|
@ -17,7 +17,6 @@ function opencase_default_reporting_uninstall() {
|
|||||||
'views.view.reporting_clients',
|
'views.view.reporting_clients',
|
||||||
'views.view.reporting_volunteers',
|
'views.view.reporting_volunteers',
|
||||||
'views.view.reporting_cases',
|
'views.view.reporting_cases',
|
||||||
'views.view.name_and_status_changes',
|
|
||||||
'facets.facet.asylum_status_export',
|
'facets.facet.asylum_status_export',
|
||||||
'facets.facet.disability',
|
'facets.facet.disability',
|
||||||
'facets.facet.nationalities_export',
|
'facets.facet.nationalities_export',
|
||||||
|
@ -0,0 +1,11 @@
|
|||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies: { }
|
||||||
|
id: contact_opencase
|
||||||
|
label: 'Contact the OpenCase Developers'
|
||||||
|
recipients:
|
||||||
|
- naomi@aktivix.org
|
||||||
|
reply: ''
|
||||||
|
weight: 0
|
||||||
|
message: 'Thank you for your message. The OpenCase team will get back to you ASAP.'
|
||||||
|
redirect: ''
|
@ -0,0 +1,5 @@
|
|||||||
|
default_form: contact_opencase
|
||||||
|
flood:
|
||||||
|
limit: 5
|
||||||
|
interval: 3600
|
||||||
|
user_default_enabled: false
|
@ -0,0 +1,24 @@
|
|||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- opencase_entities.oc_actor_type.client
|
||||||
|
- opencase_entities.oc_actor_type.volunteer
|
||||||
|
- opencase_entities.oc_case_type.accommodation
|
||||||
|
id: oc_case.accommodation.actors_involved
|
||||||
|
field_name: actors_involved
|
||||||
|
entity_type: oc_case
|
||||||
|
bundle: accommodation
|
||||||
|
label: 'Involved Parties'
|
||||||
|
description: 'People involved in this case. To add one, start typing their name.'
|
||||||
|
required: true
|
||||||
|
translatable: true
|
||||||
|
default_value: { }
|
||||||
|
default_value_callback: 'Drupal\opencase_entities\Entity\OCCase::defaultVal'
|
||||||
|
settings:
|
||||||
|
handler_settings:
|
||||||
|
target_bundles:
|
||||||
|
client: client
|
||||||
|
volunteer: volunteer
|
||||||
|
handler: default
|
||||||
|
field_type: entity_reference
|
@ -0,0 +1,24 @@
|
|||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- opencase_entities.oc_actor_type.client
|
||||||
|
- opencase_entities.oc_actor_type.volunteer
|
||||||
|
- opencase_entities.oc_case_type.asylum_support
|
||||||
|
id: oc_case.asylum_support.actors_involved
|
||||||
|
field_name: actors_involved
|
||||||
|
entity_type: oc_case
|
||||||
|
bundle: asylum_support
|
||||||
|
label: 'Involved Parties'
|
||||||
|
description: 'People involved in this case. To add one, start typing their name.'
|
||||||
|
required: true
|
||||||
|
translatable: true
|
||||||
|
default_value: { }
|
||||||
|
default_value_callback: 'Drupal\opencase_entities\Entity\OCCase::defaultVal'
|
||||||
|
settings:
|
||||||
|
handler_settings:
|
||||||
|
target_bundles:
|
||||||
|
client: client
|
||||||
|
volunteer: volunteer
|
||||||
|
handler: default
|
||||||
|
field_type: entity_reference
|
@ -0,0 +1,24 @@
|
|||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- opencase_entities.oc_actor_type.client
|
||||||
|
- opencase_entities.oc_actor_type.volunteer
|
||||||
|
- opencase_entities.oc_case_type.employability
|
||||||
|
id: oc_case.employability.actors_involved
|
||||||
|
field_name: actors_involved
|
||||||
|
entity_type: oc_case
|
||||||
|
bundle: employability
|
||||||
|
label: 'Involved Parties'
|
||||||
|
description: 'People involved in this case. To add one, start typing their name.'
|
||||||
|
required: true
|
||||||
|
translatable: true
|
||||||
|
default_value: { }
|
||||||
|
default_value_callback: 'Drupal\opencase_entities\Entity\OCCase::defaultVal'
|
||||||
|
settings:
|
||||||
|
handler_settings:
|
||||||
|
target_bundles:
|
||||||
|
client: client
|
||||||
|
volunteer: volunteer
|
||||||
|
handler: default
|
||||||
|
field_type: entity_reference
|
@ -0,0 +1,24 @@
|
|||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- opencase_entities.oc_actor_type.client
|
||||||
|
- opencase_entities.oc_actor_type.volunteer
|
||||||
|
- opencase_entities.oc_case_type.health
|
||||||
|
id: oc_case.health.actors_involved
|
||||||
|
field_name: actors_involved
|
||||||
|
entity_type: oc_case
|
||||||
|
bundle: health
|
||||||
|
label: 'Involved Parties'
|
||||||
|
description: 'People involved in this case. To add one, start typing their name.'
|
||||||
|
required: true
|
||||||
|
translatable: true
|
||||||
|
default_value: { }
|
||||||
|
default_value_callback: 'Drupal\opencase_entities\Entity\OCCase::defaultVal'
|
||||||
|
settings:
|
||||||
|
handler_settings:
|
||||||
|
target_bundles:
|
||||||
|
client: client
|
||||||
|
volunteer: volunteer
|
||||||
|
handler: default
|
||||||
|
field_type: entity_reference
|
@ -0,0 +1,24 @@
|
|||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- opencase_entities.oc_actor_type.client
|
||||||
|
- opencase_entities.oc_actor_type.volunteer
|
||||||
|
- opencase_entities.oc_case_type.immigration
|
||||||
|
id: oc_case.immigration.actors_involved
|
||||||
|
field_name: actors_involved
|
||||||
|
entity_type: oc_case
|
||||||
|
bundle: immigration
|
||||||
|
label: 'Involved Parties'
|
||||||
|
description: 'People involved in this case. To add one, start typing their name.'
|
||||||
|
required: true
|
||||||
|
translatable: true
|
||||||
|
default_value: { }
|
||||||
|
default_value_callback: 'Drupal\opencase_entities\Entity\OCCase::defaultVal'
|
||||||
|
settings:
|
||||||
|
handler_settings:
|
||||||
|
target_bundles:
|
||||||
|
client: client
|
||||||
|
volunteer: volunteer
|
||||||
|
handler: default
|
||||||
|
field_type: entity_reference
|
@ -0,0 +1,22 @@
|
|||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- opencase_entities.oc_actor_type.client
|
||||||
|
- opencase_entities.oc_case_type.volunteer_engagement
|
||||||
|
id: oc_case.volunteer_engagement.actors_involved
|
||||||
|
field_name: actors_involved
|
||||||
|
entity_type: oc_case
|
||||||
|
bundle: volunteer_engagement
|
||||||
|
label: 'Involved Parties'
|
||||||
|
description: 'People involved in this case. To add one, start typing their name.'
|
||||||
|
required: true
|
||||||
|
translatable: true
|
||||||
|
default_value: { }
|
||||||
|
default_value_callback: 'Drupal\opencase_entities\Entity\OCCase::defaultVal'
|
||||||
|
settings:
|
||||||
|
handler_settings:
|
||||||
|
target_bundles:
|
||||||
|
volunteer: volunteer
|
||||||
|
handler: default
|
||||||
|
field_type: entity_reference
|
@ -0,0 +1,24 @@
|
|||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- opencase_entities.oc_actor_type.client
|
||||||
|
- opencase_entities.oc_actor_type.volunteer
|
||||||
|
- opencase_entities.oc_case_type.welfare_rights
|
||||||
|
id: oc_case.welfare_rights.actors_involved
|
||||||
|
field_name: actors_involved
|
||||||
|
entity_type: oc_case
|
||||||
|
bundle: welfare_rights
|
||||||
|
label: 'Involved Parties'
|
||||||
|
description: 'People involved in this case. To add one, start typing their name.'
|
||||||
|
required: true
|
||||||
|
translatable: true
|
||||||
|
default_value: { }
|
||||||
|
default_value_callback: 'Drupal\opencase_entities\Entity\OCCase::defaultVal'
|
||||||
|
settings:
|
||||||
|
handler_settings:
|
||||||
|
target_bundles:
|
||||||
|
client: client
|
||||||
|
volunteer: volunteer
|
||||||
|
handler: default
|
||||||
|
field_type: entity_reference
|
@ -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
|
||||||
|
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,146 @@
|
|||||||
|
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_nationalities
|
||||||
|
- field.field.oc_actor.client.field_referred_by
|
||||||
|
- field.field.oc_actor.client.field_sex
|
||||||
|
- 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: 4
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
type: options_select
|
||||||
|
region: content
|
||||||
|
field_client_field_1:
|
||||||
|
weight: 26
|
||||||
|
settings:
|
||||||
|
size: 60
|
||||||
|
placeholder: ''
|
||||||
|
third_party_settings: { }
|
||||||
|
type: string_textfield
|
||||||
|
region: content
|
||||||
|
field_confidentiality_form:
|
||||||
|
weight: 13
|
||||||
|
settings:
|
||||||
|
progress_indicator: throbber
|
||||||
|
third_party_settings: { }
|
||||||
|
type: file_generic
|
||||||
|
region: content
|
||||||
|
field_date_of_birth:
|
||||||
|
weight: 0
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
type: datetime_default
|
||||||
|
region: content
|
||||||
|
field_dependants:
|
||||||
|
weight: 10
|
||||||
|
settings:
|
||||||
|
size: 60
|
||||||
|
placeholder: ''
|
||||||
|
third_party_settings: { }
|
||||||
|
type: string_textfield
|
||||||
|
region: content
|
||||||
|
field_disability:
|
||||||
|
weight: 8
|
||||||
|
settings:
|
||||||
|
size: 60
|
||||||
|
placeholder: ''
|
||||||
|
third_party_settings: { }
|
||||||
|
type: string_textfield
|
||||||
|
region: content
|
||||||
|
field_ethnic_o:
|
||||||
|
weight: 5
|
||||||
|
settings:
|
||||||
|
size: 60
|
||||||
|
placeholder: ''
|
||||||
|
third_party_settings: { }
|
||||||
|
type: string_textfield
|
||||||
|
region: content
|
||||||
|
field_gender_identified_with:
|
||||||
|
weight: 1
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
type: options_select
|
||||||
|
region: content
|
||||||
|
field_how_heard:
|
||||||
|
weight: 11
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
type: options_select
|
||||||
|
region: content
|
||||||
|
field_income:
|
||||||
|
weight: 9
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
type: options_select
|
||||||
|
region: content
|
||||||
|
field_languages_spoken:
|
||||||
|
weight: 7
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
type: options_select
|
||||||
|
region: content
|
||||||
|
field_marital_:
|
||||||
|
weight: 3
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
type: options_select
|
||||||
|
region: content
|
||||||
|
field_nationalities:
|
||||||
|
type: options_select
|
||||||
|
weight: 6
|
||||||
|
region: content
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
field_referred_by:
|
||||||
|
weight: 12
|
||||||
|
settings:
|
||||||
|
size: 60
|
||||||
|
placeholder: ''
|
||||||
|
third_party_settings: { }
|
||||||
|
type: string_textfield
|
||||||
|
region: content
|
||||||
|
field_sex:
|
||||||
|
weight: 2
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
type: options_select
|
||||||
|
region: content
|
||||||
|
name:
|
||||||
|
type: string_textfield
|
||||||
|
weight: -4
|
||||||
|
region: content
|
||||||
|
settings:
|
||||||
|
size: 60
|
||||||
|
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,43 @@
|
|||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.field.oc_actor.volunteer.field_languages_spoken
|
||||||
|
- field.field.oc_actor.volunteer.field_nationalities
|
||||||
|
- field.field.oc_actor.volunteer.field_osic_level
|
||||||
|
- field.field.oc_actor.volunteer.field_skills
|
||||||
|
- opencase_entities.oc_actor_type.volunteer
|
||||||
|
id: oc_actor.volunteer.default
|
||||||
|
targetEntityType: oc_actor
|
||||||
|
bundle: volunteer
|
||||||
|
mode: default
|
||||||
|
content:
|
||||||
|
field_languages_spoken:
|
||||||
|
weight: 1
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
type: options_select
|
||||||
|
region: content
|
||||||
|
field_nationalities:
|
||||||
|
weight: 0
|
||||||
|
settings:
|
||||||
|
size: 60
|
||||||
|
placeholder: ''
|
||||||
|
third_party_settings: { }
|
||||||
|
type: string_textfield
|
||||||
|
region: content
|
||||||
|
field_osic_level:
|
||||||
|
weight: 2
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
type: options_select
|
||||||
|
region: content
|
||||||
|
field_skills:
|
||||||
|
type: string_textarea
|
||||||
|
weight: 3
|
||||||
|
region: content
|
||||||
|
settings:
|
||||||
|
rows: 5
|
||||||
|
placeholder: ''
|
||||||
|
third_party_settings: { }
|
||||||
|
hidden: { }
|
@ -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
|
||||||
|
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
|
||||||
|
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
|
||||||
|
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
|
||||||
|
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
|
||||||
|
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
|
||||||
|
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,144 @@
|
|||||||
|
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_nationalities
|
||||||
|
- 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: 6
|
||||||
|
label: above
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
type: list_default
|
||||||
|
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: 15
|
||||||
|
label: above
|
||||||
|
settings:
|
||||||
|
use_description_as_link_text: true
|
||||||
|
third_party_settings: { }
|
||||||
|
type: file_default
|
||||||
|
region: content
|
||||||
|
field_date_of_birth:
|
||||||
|
weight: 3
|
||||||
|
label: above
|
||||||
|
settings:
|
||||||
|
timezone_override: ''
|
||||||
|
format_type: short
|
||||||
|
third_party_settings: { }
|
||||||
|
type: datetime_default
|
||||||
|
region: content
|
||||||
|
field_dependants:
|
||||||
|
weight: 12
|
||||||
|
label: above
|
||||||
|
settings:
|
||||||
|
link_to_entity: false
|
||||||
|
third_party_settings: { }
|
||||||
|
type: string
|
||||||
|
region: content
|
||||||
|
field_disability:
|
||||||
|
weight: 10
|
||||||
|
label: above
|
||||||
|
settings:
|
||||||
|
link_to_entity: false
|
||||||
|
third_party_settings: { }
|
||||||
|
type: string
|
||||||
|
region: content
|
||||||
|
field_ethnic_o:
|
||||||
|
weight: 7
|
||||||
|
label: above
|
||||||
|
settings:
|
||||||
|
link_to_entity: false
|
||||||
|
third_party_settings: { }
|
||||||
|
type: string
|
||||||
|
region: content
|
||||||
|
field_gender_identified_with:
|
||||||
|
weight: 4
|
||||||
|
label: above
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
type: list_default
|
||||||
|
region: content
|
||||||
|
field_how_heard:
|
||||||
|
weight: 13
|
||||||
|
label: above
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
type: list_default
|
||||||
|
region: content
|
||||||
|
field_income:
|
||||||
|
weight: 11
|
||||||
|
label: above
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
type: list_default
|
||||||
|
region: content
|
||||||
|
field_languages_spoken:
|
||||||
|
weight: 9
|
||||||
|
label: above
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
type: list_default
|
||||||
|
region: content
|
||||||
|
field_marital_:
|
||||||
|
weight: 5
|
||||||
|
label: above
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
type: list_default
|
||||||
|
region: content
|
||||||
|
field_nationalities:
|
||||||
|
weight: 8
|
||||||
|
label: above
|
||||||
|
settings:
|
||||||
|
link_to_entity: false
|
||||||
|
third_party_settings: { }
|
||||||
|
type: string
|
||||||
|
region: content
|
||||||
|
field_referred_by:
|
||||||
|
weight: 14
|
||||||
|
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: { }
|
||||||
|
hidden: { }
|
@ -0,0 +1,85 @@
|
|||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.field.oc_actor.volunteer.field_languages_spoken
|
||||||
|
- field.field.oc_actor.volunteer.field_nationalities
|
||||||
|
- field.field.oc_actor.volunteer.field_osic_level
|
||||||
|
- field.field.oc_actor.volunteer.field_skills
|
||||||
|
- opencase_entities.oc_actor_type.volunteer
|
||||||
|
module:
|
||||||
|
- options
|
||||||
|
- user
|
||||||
|
id: oc_actor.volunteer.default
|
||||||
|
targetEntityType: oc_actor
|
||||||
|
bundle: volunteer
|
||||||
|
mode: default
|
||||||
|
content:
|
||||||
|
field_languages_spoken:
|
||||||
|
weight: 4
|
||||||
|
label: above
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
type: list_default
|
||||||
|
region: content
|
||||||
|
field_nationalities:
|
||||||
|
weight: 3
|
||||||
|
label: above
|
||||||
|
settings:
|
||||||
|
link_to_entity: false
|
||||||
|
third_party_settings: { }
|
||||||
|
type: string
|
||||||
|
region: content
|
||||||
|
field_osic_level:
|
||||||
|
weight: 5
|
||||||
|
label: above
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
type: list_default
|
||||||
|
region: content
|
||||||
|
field_sdfdsfds:
|
||||||
|
weight: 1
|
||||||
|
label: above
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
type: text_default
|
||||||
|
region: content
|
||||||
|
field_skills:
|
||||||
|
type: basic_string
|
||||||
|
weight: 6
|
||||||
|
region: content
|
||||||
|
label: above
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
name:
|
||||||
|
label: above
|
||||||
|
type: string
|
||||||
|
weight: -4
|
||||||
|
region: content
|
||||||
|
settings:
|
||||||
|
link_to_entity: false
|
||||||
|
third_party_settings: { }
|
||||||
|
phone:
|
||||||
|
label: above
|
||||||
|
type: string
|
||||||
|
weight: 0
|
||||||
|
region: content
|
||||||
|
settings:
|
||||||
|
link_to_entity: false
|
||||||
|
third_party_settings: { }
|
||||||
|
phone2:
|
||||||
|
label: above
|
||||||
|
type: string
|
||||||
|
weight: 1
|
||||||
|
region: content
|
||||||
|
settings:
|
||||||
|
link_to_entity: false
|
||||||
|
third_party_settings: { }
|
||||||
|
postal_address:
|
||||||
|
label: above
|
||||||
|
type: basic_string
|
||||||
|
weight: 2
|
||||||
|
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,20 @@
|
|||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.storage.oc_actor.field_asylum_status
|
||||||
|
- opencase_entities.oc_actor_type.client
|
||||||
|
module:
|
||||||
|
- options
|
||||||
|
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: list_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
|
@ -0,0 +1,18 @@
|
|||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- 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: Dependants
|
||||||
|
description: ''
|
||||||
|
required: false
|
||||||
|
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_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
|
@ -0,0 +1,18 @@
|
|||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- 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: 'Ethnic origin'
|
||||||
|
description: ''
|
||||||
|
required: false
|
||||||
|
translatable: false
|
||||||
|
default_value: { }
|
||||||
|
default_value_callback: ''
|
||||||
|
settings: { }
|
||||||
|
field_type: string
|
@ -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
|
@ -0,0 +1,20 @@
|
|||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.storage.oc_actor.field_income
|
||||||
|
- opencase_entities.oc_actor_type.client
|
||||||
|
module:
|
||||||
|
- options
|
||||||
|
id: oc_actor.client.field_income
|
||||||
|
field_name: field_income
|
||||||
|
entity_type: oc_actor
|
||||||
|
bundle: client
|
||||||
|
label: Income
|
||||||
|
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_languages_spoken
|
||||||
|
- opencase_entities.oc_actor_type.client
|
||||||
|
module:
|
||||||
|
- options
|
||||||
|
id: oc_actor.client.field_languages_spoken
|
||||||
|
field_name: field_languages_spoken
|
||||||
|
entity_type: oc_actor
|
||||||
|
bundle: client
|
||||||
|
label: 'Languages spoken'
|
||||||
|
description: 'Hold down <b>Ctrl</b> (or the Mac equivalent) while clicking, and you can select more than one.'
|
||||||
|
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_marital_
|
||||||
|
- opencase_entities.oc_actor_type.client
|
||||||
|
module:
|
||||||
|
- options
|
||||||
|
id: oc_actor.client.field_marital_
|
||||||
|
field_name: field_marital_
|
||||||
|
entity_type: oc_actor
|
||||||
|
bundle: client
|
||||||
|
label: 'Marital status'
|
||||||
|
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_nationalities
|
||||||
|
- opencase_entities.oc_actor_type.client
|
||||||
|
module:
|
||||||
|
- options
|
||||||
|
id: oc_actor.client.field_nationalities
|
||||||
|
field_name: field_nationalities
|
||||||
|
entity_type: oc_actor
|
||||||
|
bundle: client
|
||||||
|
label: Nationality
|
||||||
|
description: 'To select multiple nationalities, hold down <b>Ctrl</b> (or the Mac equivalent) while clicking.'
|
||||||
|
required: false
|
||||||
|
translatable: false
|
||||||
|
default_value: { }
|
||||||
|
default_value_callback: ''
|
||||||
|
settings: { }
|
||||||
|
field_type: list_string
|
@ -0,0 +1,18 @@
|
|||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.storage.oc_actor.field_referred_by
|
||||||
|
- opencase_entities.oc_actor_type.client
|
||||||
|
id: oc_actor.client.field_referred_by
|
||||||
|
field_name: field_referred_by
|
||||||
|
entity_type: oc_actor
|
||||||
|
bundle: client
|
||||||
|
label: 'Referred by'
|
||||||
|
description: ''
|
||||||
|
required: false
|
||||||
|
translatable: false
|
||||||
|
default_value: { }
|
||||||
|
default_value_callback: ''
|
||||||
|
settings: { }
|
||||||
|
field_type: string
|
@ -0,0 +1,20 @@
|
|||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.storage.oc_actor.field_sex
|
||||||
|
- opencase_entities.oc_actor_type.client
|
||||||
|
module:
|
||||||
|
- options
|
||||||
|
id: oc_actor.client.field_sex
|
||||||
|
field_name: field_sex
|
||||||
|
entity_type: oc_actor
|
||||||
|
bundle: client
|
||||||
|
label: Sex
|
||||||
|
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_languages_spoken
|
||||||
|
- opencase_entities.oc_actor_type.volunteer
|
||||||
|
module:
|
||||||
|
- options
|
||||||
|
id: oc_actor.volunteer.field_languages_spoken
|
||||||
|
field_name: field_languages_spoken
|
||||||
|
entity_type: oc_actor
|
||||||
|
bundle: volunteer
|
||||||
|
label: 'Languages spoken'
|
||||||
|
description: 'Hold down <b>Ctrl</b> (or the Mac equivalent) while clicking, and you can select more than one.'
|
||||||
|
required: false
|
||||||
|
translatable: true
|
||||||
|
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_nationalities
|
||||||
|
- opencase_entities.oc_actor_type.volunteer
|
||||||
|
module:
|
||||||
|
- options
|
||||||
|
id: oc_actor.volunteer.field_nationalities
|
||||||
|
field_name: field_nationalities
|
||||||
|
entity_type: oc_actor
|
||||||
|
bundle: volunteer
|
||||||
|
label: Nationality
|
||||||
|
description: 'To select multiple nationalities, hold down <b>Ctrl</b> (or the Mac equivalent) while clicking.'
|
||||||
|
required: false
|
||||||
|
translatable: true
|
||||||
|
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_osic_level
|
||||||
|
- opencase_entities.oc_actor_type.volunteer
|
||||||
|
module:
|
||||||
|
- options
|
||||||
|
id: oc_actor.volunteer.field_osic_level
|
||||||
|
field_name: field_osic_level
|
||||||
|
entity_type: oc_actor
|
||||||
|
bundle: volunteer
|
||||||
|
label: 'OSIC level'
|
||||||
|
description: ''
|
||||||
|
required: false
|
||||||
|
translatable: false
|
||||||
|
default_value: { }
|
||||||
|
default_value_callback: ''
|
||||||
|
settings: { }
|
||||||
|
field_type: list_string
|
@ -0,0 +1,18 @@
|
|||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.storage.oc_actor.field_skills
|
||||||
|
- opencase_entities.oc_actor_type.volunteer
|
||||||
|
id: oc_actor.volunteer.field_skills
|
||||||
|
field_name: field_skills
|
||||||
|
entity_type: oc_actor
|
||||||
|
bundle: volunteer
|
||||||
|
label: Skills
|
||||||
|
description: ''
|
||||||
|
required: false
|
||||||
|
translatable: false
|
||||||
|
default_value: { }
|
||||||
|
default_value_callback: ''
|
||||||
|
settings: { }
|
||||||
|
field_type: string_long
|
@ -0,0 +1,20 @@
|
|||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.storage.oc_case.field_case_finance
|
||||||
|
- opencase_entities.oc_case_type.accommodation
|
||||||
|
module:
|
||||||
|
- options
|
||||||
|
id: oc_case.accommodation.field_case_finance
|
||||||
|
field_name: field_case_finance
|
||||||
|
entity_type: oc_case
|
||||||
|
bundle: accommodation
|
||||||
|
label: 'Case finance'
|
||||||
|
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_case.field_fee_calculation
|
||||||
|
- opencase_entities.oc_case_type.accommodation
|
||||||
|
module:
|
||||||
|
- options
|
||||||
|
id: oc_case.accommodation.field_fee_calculation
|
||||||
|
field_name: field_fee_calculation
|
||||||
|
entity_type: oc_case
|
||||||
|
bundle: accommodation
|
||||||
|
label: 'Fee calculation'
|
||||||
|
description: 'If it is per hour, it will be calculated according to the sum of time spent on all the activities logged on the case.'
|
||||||
|
required: false
|
||||||
|
translatable: false
|
||||||
|
default_value: { }
|
||||||
|
default_value_callback: ''
|
||||||
|
settings: { }
|
||||||
|
field_type: list_string
|
@ -0,0 +1,22 @@
|
|||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.storage.oc_case.field_fee_or_equivalent_cost
|
||||||
|
- opencase_entities.oc_case_type.accommodation
|
||||||
|
id: oc_case.accommodation.field_fee_or_equivalent_cost
|
||||||
|
field_name: field_fee_or_equivalent_cost
|
||||||
|
entity_type: oc_case
|
||||||
|
bundle: accommodation
|
||||||
|
label: 'Fee or equivalent cost'
|
||||||
|
description: 'If the case is pro bono, state what it would have cost if it were fee paying.'
|
||||||
|
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_case.field_outcome
|
||||||
|
- opencase_entities.oc_case_type.accommodation
|
||||||
|
module:
|
||||||
|
- options
|
||||||
|
id: oc_case.accommodation.field_outcome
|
||||||
|
field_name: field_outcome
|
||||||
|
entity_type: oc_case
|
||||||
|
bundle: accommodation
|
||||||
|
label: Outcome
|
||||||
|
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_case.field_type_of_acco
|
||||||
|
- opencase_entities.oc_case_type.accommodation
|
||||||
|
module:
|
||||||
|
- options
|
||||||
|
id: oc_case.accommodation.field_type_of_acco
|
||||||
|
field_name: field_type_of_acco
|
||||||
|
entity_type: oc_case
|
||||||
|
bundle: accommodation
|
||||||
|
label: 'Type of accommodation issue'
|
||||||
|
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_case.field_case_finance
|
||||||
|
- opencase_entities.oc_case_type.asylum_support
|
||||||
|
module:
|
||||||
|
- options
|
||||||
|
id: oc_case.asylum_support.field_case_finance
|
||||||
|
field_name: field_case_finance
|
||||||
|
entity_type: oc_case
|
||||||
|
bundle: asylum_support
|
||||||
|
label: 'Case finance'
|
||||||
|
description: ''
|
||||||
|
required: false
|
||||||
|
translatable: true
|
||||||
|
default_value: { }
|
||||||
|
default_value_callback: ''
|
||||||
|
settings: { }
|
||||||
|
field_type: list_string
|
@ -0,0 +1,20 @@
|
|||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.storage.oc_case.field_fee_calculation
|
||||||
|
- opencase_entities.oc_case_type.asylum_support
|
||||||
|
module:
|
||||||
|
- options
|
||||||
|
id: oc_case.asylum_support.field_fee_calculation
|
||||||
|
field_name: field_fee_calculation
|
||||||
|
entity_type: oc_case
|
||||||
|
bundle: asylum_support
|
||||||
|
label: 'Fee calculation'
|
||||||
|
description: 'If it is per hour, it will be calculated according to the sum of time spent on all the activities logged on the case.'
|
||||||
|
required: false
|
||||||
|
translatable: true
|
||||||
|
default_value: { }
|
||||||
|
default_value_callback: ''
|
||||||
|
settings: { }
|
||||||
|
field_type: list_string
|
@ -0,0 +1,22 @@
|
|||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.storage.oc_case.field_fee_or_equivalent_cost
|
||||||
|
- opencase_entities.oc_case_type.asylum_support
|
||||||
|
id: oc_case.asylum_support.field_fee_or_equivalent_cost
|
||||||
|
field_name: field_fee_or_equivalent_cost
|
||||||
|
entity_type: oc_case
|
||||||
|
bundle: asylum_support
|
||||||
|
label: 'Fee or equivalent cost'
|
||||||
|
description: ''
|
||||||
|
required: false
|
||||||
|
translatable: true
|
||||||
|
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_case.field_outcome
|
||||||
|
- opencase_entities.oc_case_type.asylum_support
|
||||||
|
module:
|
||||||
|
- options
|
||||||
|
id: oc_case.asylum_support.field_outcome
|
||||||
|
field_name: field_outcome
|
||||||
|
entity_type: oc_case
|
||||||
|
bundle: asylum_support
|
||||||
|
label: Outcome
|
||||||
|
description: ''
|
||||||
|
required: false
|
||||||
|
translatable: true
|
||||||
|
default_value: { }
|
||||||
|
default_value_callback: ''
|
||||||
|
settings: { }
|
||||||
|
field_type: list_string
|
@ -0,0 +1,20 @@
|
|||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.storage.oc_case.field_type_of_as
|
||||||
|
- opencase_entities.oc_case_type.asylum_support
|
||||||
|
module:
|
||||||
|
- options
|
||||||
|
id: oc_case.asylum_support.field_type_of_as
|
||||||
|
field_name: field_type_of_as
|
||||||
|
entity_type: oc_case
|
||||||
|
bundle: asylum_support
|
||||||
|
label: 'Type of asylum support'
|
||||||
|
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_case.field_case_finance
|
||||||
|
- opencase_entities.oc_case_type.employability
|
||||||
|
module:
|
||||||
|
- options
|
||||||
|
id: oc_case.employability.field_case_finance
|
||||||
|
field_name: field_case_finance
|
||||||
|
entity_type: oc_case
|
||||||
|
bundle: employability
|
||||||
|
label: 'Case finance'
|
||||||
|
description: ''
|
||||||
|
required: false
|
||||||
|
translatable: true
|
||||||
|
default_value: { }
|
||||||
|
default_value_callback: ''
|
||||||
|
settings: { }
|
||||||
|
field_type: list_string
|
@ -0,0 +1,20 @@
|
|||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.storage.oc_case.field_fee_calculation
|
||||||
|
- opencase_entities.oc_case_type.employability
|
||||||
|
module:
|
||||||
|
- options
|
||||||
|
id: oc_case.employability.field_fee_calculation
|
||||||
|
field_name: field_fee_calculation
|
||||||
|
entity_type: oc_case
|
||||||
|
bundle: employability
|
||||||
|
label: 'Fee calculation'
|
||||||
|
description: 'If it is per hour, it will be calculated according to the sum of time spent on all the activities logged on the case.'
|
||||||
|
required: false
|
||||||
|
translatable: true
|
||||||
|
default_value: { }
|
||||||
|
default_value_callback: ''
|
||||||
|
settings: { }
|
||||||
|
field_type: list_string
|
@ -0,0 +1,22 @@
|
|||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.storage.oc_case.field_fee_or_equivalent_cost
|
||||||
|
- opencase_entities.oc_case_type.employability
|
||||||
|
id: oc_case.employability.field_fee_or_equivalent_cost
|
||||||
|
field_name: field_fee_or_equivalent_cost
|
||||||
|
entity_type: oc_case
|
||||||
|
bundle: employability
|
||||||
|
label: 'Fee or equivalent cost'
|
||||||
|
description: 'If the case is pro bono, state what it would have cost if it were fee paying.'
|
||||||
|
required: false
|
||||||
|
translatable: true
|
||||||
|
default_value: { }
|
||||||
|
default_value_callback: ''
|
||||||
|
settings:
|
||||||
|
min: null
|
||||||
|
max: null
|
||||||
|
prefix: £
|
||||||
|
suffix: ''
|
||||||
|
field_type: decimal
|
@ -0,0 +1,22 @@
|
|||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.storage.oc_case.field_gave_list_of_agencies
|
||||||
|
- opencase_entities.oc_case_type.employability
|
||||||
|
id: oc_case.employability.field_gave_list_of_agencies
|
||||||
|
field_name: field_gave_list_of_agencies
|
||||||
|
entity_type: oc_case
|
||||||
|
bundle: employability
|
||||||
|
label: 'Gave list of agencies'
|
||||||
|
description: ''
|
||||||
|
required: false
|
||||||
|
translatable: false
|
||||||
|
default_value:
|
||||||
|
-
|
||||||
|
value: 0
|
||||||
|
default_value_callback: ''
|
||||||
|
settings:
|
||||||
|
on_label: 'Yes'
|
||||||
|
off_label: 'No'
|
||||||
|
field_type: boolean
|
@ -0,0 +1,20 @@
|
|||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.storage.oc_case.field_outcome
|
||||||
|
- opencase_entities.oc_case_type.employability
|
||||||
|
module:
|
||||||
|
- options
|
||||||
|
id: oc_case.employability.field_outcome
|
||||||
|
field_name: field_outcome
|
||||||
|
entity_type: oc_case
|
||||||
|
bundle: employability
|
||||||
|
label: Outcome
|
||||||
|
description: ''
|
||||||
|
required: false
|
||||||
|
translatable: true
|
||||||
|
default_value: { }
|
||||||
|
default_value_callback: ''
|
||||||
|
settings: { }
|
||||||
|
field_type: list_string
|
@ -0,0 +1,20 @@
|
|||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.storage.oc_case.field_type_of_employability_help
|
||||||
|
- opencase_entities.oc_case_type.employability
|
||||||
|
module:
|
||||||
|
- options
|
||||||
|
id: oc_case.employability.field_type_of_employability_help
|
||||||
|
field_name: field_type_of_employability_help
|
||||||
|
entity_type: oc_case
|
||||||
|
bundle: employability
|
||||||
|
label: 'Type of employability help'
|
||||||
|
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_case.field_case_finance
|
||||||
|
- opencase_entities.oc_case_type.health
|
||||||
|
module:
|
||||||
|
- options
|
||||||
|
id: oc_case.health.field_case_finance
|
||||||
|
field_name: field_case_finance
|
||||||
|
entity_type: oc_case
|
||||||
|
bundle: health
|
||||||
|
label: 'Case finance'
|
||||||
|
description: ''
|
||||||
|
required: false
|
||||||
|
translatable: true
|
||||||
|
default_value: { }
|
||||||
|
default_value_callback: ''
|
||||||
|
settings: { }
|
||||||
|
field_type: list_string
|
@ -0,0 +1,20 @@
|
|||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.storage.oc_case.field_fee_calculation
|
||||||
|
- opencase_entities.oc_case_type.health
|
||||||
|
module:
|
||||||
|
- options
|
||||||
|
id: oc_case.health.field_fee_calculation
|
||||||
|
field_name: field_fee_calculation
|
||||||
|
entity_type: oc_case
|
||||||
|
bundle: health
|
||||||
|
label: 'Fee calculation'
|
||||||
|
description: 'If it is per hour, it will be calculated according to the sum of time spent on all the activities logged on the case.'
|
||||||
|
required: false
|
||||||
|
translatable: true
|
||||||
|
default_value: { }
|
||||||
|
default_value_callback: ''
|
||||||
|
settings: { }
|
||||||
|
field_type: list_string
|
@ -0,0 +1,22 @@
|
|||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.storage.oc_case.field_fee_or_equivalent_cost
|
||||||
|
- opencase_entities.oc_case_type.health
|
||||||
|
id: oc_case.health.field_fee_or_equivalent_cost
|
||||||
|
field_name: field_fee_or_equivalent_cost
|
||||||
|
entity_type: oc_case
|
||||||
|
bundle: health
|
||||||
|
label: 'Fee or equivalent cost'
|
||||||
|
description: 'If the case is pro bono, state what it would have cost if it were fee paying.'
|
||||||
|
required: false
|
||||||
|
translatable: true
|
||||||
|
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_case.field_outcome
|
||||||
|
- opencase_entities.oc_case_type.health
|
||||||
|
module:
|
||||||
|
- options
|
||||||
|
id: oc_case.health.field_outcome
|
||||||
|
field_name: field_outcome
|
||||||
|
entity_type: oc_case
|
||||||
|
bundle: health
|
||||||
|
label: Outcome
|
||||||
|
description: ''
|
||||||
|
required: false
|
||||||
|
translatable: true
|
||||||
|
default_value: { }
|
||||||
|
default_value_callback: ''
|
||||||
|
settings: { }
|
||||||
|
field_type: list_string
|
@ -0,0 +1,20 @@
|
|||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.storage.oc_case.field_type_health
|
||||||
|
- opencase_entities.oc_case_type.health
|
||||||
|
module:
|
||||||
|
- options
|
||||||
|
id: oc_case.health.field_type_health
|
||||||
|
field_name: field_type_health
|
||||||
|
entity_type: oc_case
|
||||||
|
bundle: health
|
||||||
|
label: 'Type of health assistance'
|
||||||
|
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_case.field_case_finance
|
||||||
|
- opencase_entities.oc_case_type.immigration
|
||||||
|
module:
|
||||||
|
- options
|
||||||
|
id: oc_case.immigration.field_case_finance
|
||||||
|
field_name: field_case_finance
|
||||||
|
entity_type: oc_case
|
||||||
|
bundle: immigration
|
||||||
|
label: 'Case finance'
|
||||||
|
description: ''
|
||||||
|
required: false
|
||||||
|
translatable: true
|
||||||
|
default_value: { }
|
||||||
|
default_value_callback: ''
|
||||||
|
settings: { }
|
||||||
|
field_type: list_string
|
@ -0,0 +1,20 @@
|
|||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.storage.oc_case.field_fee_calculation
|
||||||
|
- opencase_entities.oc_case_type.immigration
|
||||||
|
module:
|
||||||
|
- options
|
||||||
|
id: oc_case.immigration.field_fee_calculation
|
||||||
|
field_name: field_fee_calculation
|
||||||
|
entity_type: oc_case
|
||||||
|
bundle: immigration
|
||||||
|
label: 'Fee calculation'
|
||||||
|
description: 'If it is per hour, it will be calculated according to the sum of time spent on all the activities logged on the case.'
|
||||||
|
required: false
|
||||||
|
translatable: true
|
||||||
|
default_value: { }
|
||||||
|
default_value_callback: ''
|
||||||
|
settings: { }
|
||||||
|
field_type: list_string
|
@ -0,0 +1,22 @@
|
|||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.storage.oc_case.field_fee_or_equivalent_cost
|
||||||
|
- opencase_entities.oc_case_type.immigration
|
||||||
|
id: oc_case.immigration.field_fee_or_equivalent_cost
|
||||||
|
field_name: field_fee_or_equivalent_cost
|
||||||
|
entity_type: oc_case
|
||||||
|
bundle: immigration
|
||||||
|
label: 'Fee or equivalent cost'
|
||||||
|
description: 'If the case is pro bono, state what it would have cost if it were fee paying.'
|
||||||
|
required: false
|
||||||
|
translatable: true
|
||||||
|
default_value: { }
|
||||||
|
default_value_callback: ''
|
||||||
|
settings:
|
||||||
|
min: null
|
||||||
|
max: null
|
||||||
|
prefix: £
|
||||||
|
suffix: ''
|
||||||
|
field_type: decimal
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user