Replaced text-box "nationality" field with drop-down "nationalities"
This commit is contained in:
parent
658ba667b1
commit
ca04c3e259
@ -1,28 +0,0 @@
|
|||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
config:
|
|
||||||
- facets.facet.nationality
|
|
||||||
module:
|
|
||||||
- facets
|
|
||||||
- system
|
|
||||||
theme:
|
|
||||||
- bartik
|
|
||||||
id: facet_nationality
|
|
||||||
theme: bartik
|
|
||||||
region: sidebar_second
|
|
||||||
weight: 0
|
|
||||||
provider: null
|
|
||||||
plugin: 'facet_block:nationality'
|
|
||||||
settings:
|
|
||||||
id: 'facet_block:nationality'
|
|
||||||
label: 'Nationality'
|
|
||||||
provider: facets
|
|
||||||
label_display: visible
|
|
||||||
block_id: facet_nationality
|
|
||||||
visibility:
|
|
||||||
request_path:
|
|
||||||
id: request_path
|
|
||||||
pages: '/opencase/reporting/clients'
|
|
||||||
negate: false
|
|
||||||
context_mapping: { }
|
|
@ -0,0 +1,22 @@
|
|||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- facets.facet.nationalities
|
||||||
|
module:
|
||||||
|
- facets
|
||||||
|
theme:
|
||||||
|
- bartik
|
||||||
|
id: nationalities
|
||||||
|
theme: bartik
|
||||||
|
region: sidebar_second
|
||||||
|
weight: 0
|
||||||
|
provider: null
|
||||||
|
plugin: 'facet_block:nationalities'
|
||||||
|
settings:
|
||||||
|
id: 'facet_block:nationalities'
|
||||||
|
label: Nationalities
|
||||||
|
provider: facets
|
||||||
|
label_display: visible
|
||||||
|
block_id: nationalities
|
||||||
|
visibility: { }
|
@ -9,11 +9,12 @@ dependencies:
|
|||||||
- field.field.oc_actor.client.field_disability
|
- field.field.oc_actor.client.field_disability
|
||||||
- field.field.oc_actor.client.field_ethnic_o
|
- field.field.oc_actor.client.field_ethnic_o
|
||||||
- field.field.oc_actor.client.field_gender_identified_with
|
- field.field.oc_actor.client.field_gender_identified_with
|
||||||
|
- field.field.oc_actor.client.field_general_noes
|
||||||
- field.field.oc_actor.client.field_how_heard
|
- field.field.oc_actor.client.field_how_heard
|
||||||
- field.field.oc_actor.client.field_income
|
- field.field.oc_actor.client.field_income
|
||||||
- field.field.oc_actor.client.field_languages_spoken
|
- field.field.oc_actor.client.field_languages_spoken
|
||||||
- field.field.oc_actor.client.field_marital_
|
- field.field.oc_actor.client.field_marital_
|
||||||
- field.field.oc_actor.client.field_nationality
|
- field.field.oc_actor.client.field_nationalities
|
||||||
- field.field.oc_actor.client.field_referred_by
|
- field.field.oc_actor.client.field_referred_by
|
||||||
- opencase_entities.oc_actor_type.client
|
- opencase_entities.oc_actor_type.client
|
||||||
module:
|
module:
|
||||||
@ -81,6 +82,14 @@ content:
|
|||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
type: options_select
|
type: options_select
|
||||||
region: content
|
region: content
|
||||||
|
field_general_noes:
|
||||||
|
weight: 27
|
||||||
|
settings:
|
||||||
|
rows: 5
|
||||||
|
placeholder: ''
|
||||||
|
third_party_settings: { }
|
||||||
|
type: string_textarea
|
||||||
|
region: content
|
||||||
field_how_heard:
|
field_how_heard:
|
||||||
weight: 13
|
weight: 13
|
||||||
settings: { }
|
settings: { }
|
||||||
@ -105,13 +114,11 @@ content:
|
|||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
type: options_select
|
type: options_select
|
||||||
region: content
|
region: content
|
||||||
field_nationality:
|
field_nationalities:
|
||||||
weight: 8
|
weight: 8
|
||||||
settings:
|
settings: { }
|
||||||
size: 60
|
|
||||||
placeholder: ''
|
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
type: string_textfield
|
type: options_select
|
||||||
region: content
|
region: content
|
||||||
field_referred_by:
|
field_referred_by:
|
||||||
weight: 14
|
weight: 14
|
||||||
|
@ -6,13 +6,13 @@ dependencies:
|
|||||||
- views.view.reporting_clients
|
- views.view.reporting_clients
|
||||||
module:
|
module:
|
||||||
- search_api
|
- search_api
|
||||||
id: nationality
|
id: nationalities
|
||||||
name: 'Nationality'
|
name: Nationalities
|
||||||
url_alias: nationality
|
url_alias: nationalities
|
||||||
weight: 0
|
weight: 0
|
||||||
min_count: 1
|
min_count: 0
|
||||||
show_only_one_result: false
|
show_only_one_result: false
|
||||||
field_identifier: field_nationality
|
field_identifier: field_nationalities
|
||||||
facet_source_id: 'search_api:views_page__reporting_clients__page_1'
|
facet_source_id: 'search_api:views_page__reporting_clients__page_1'
|
||||||
widget:
|
widget:
|
||||||
type: checkbox
|
type: checkbox
|
@ -3,19 +3,18 @@ status: true
|
|||||||
dependencies:
|
dependencies:
|
||||||
config:
|
config:
|
||||||
- search_api.index.opencase_reporting_clients
|
- search_api.index.opencase_reporting_clients
|
||||||
- views.view.reporting_clients
|
|
||||||
module:
|
module:
|
||||||
- search_api
|
- views_data_export
|
||||||
id: nationality_export
|
id: nationalities_export
|
||||||
name: 'Nationality'
|
name: Nationalities-export
|
||||||
url_alias: nationality
|
url_alias: nationalities_export
|
||||||
weight: 0
|
weight: 0
|
||||||
min_count: 1
|
min_count: 1
|
||||||
show_only_one_result: false
|
show_only_one_result: false
|
||||||
field_identifier: field_nationality
|
field_identifier: field_nationalities
|
||||||
facet_source_id: 'search_api:views_data_export__reporting_clients__data_export_1'
|
facet_source_id: 'search_api:views_data_export__reporting_clients__data_export_1'
|
||||||
widget:
|
widget:
|
||||||
type: checkbox
|
type: links
|
||||||
config:
|
config:
|
||||||
show_numbers: false
|
show_numbers: false
|
||||||
soft_limit: 0
|
soft_limit: 0
|
||||||
@ -30,6 +29,18 @@ hard_limit: 0
|
|||||||
exclude: false
|
exclude: false
|
||||||
only_visible_when_facet_source_is_visible: true
|
only_visible_when_facet_source_is_visible: true
|
||||||
processor_configs:
|
processor_configs:
|
||||||
|
active_widget_order:
|
||||||
|
processor_id: active_widget_order
|
||||||
|
weights:
|
||||||
|
sort: 20
|
||||||
|
settings:
|
||||||
|
sort: DESC
|
||||||
|
count_widget_order:
|
||||||
|
processor_id: count_widget_order
|
||||||
|
weights:
|
||||||
|
sort: 30
|
||||||
|
settings:
|
||||||
|
sort: DESC
|
||||||
display_value_widget_order:
|
display_value_widget_order:
|
||||||
processor_id: display_value_widget_order
|
processor_id: display_value_widget_order
|
||||||
weights:
|
weights:
|
@ -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
|
@ -1,18 +0,0 @@
|
|||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
config:
|
|
||||||
- field.storage.oc_actor.field_nationality
|
|
||||||
- opencase_entities.oc_actor_type.client
|
|
||||||
id: oc_actor.client.field_nationality
|
|
||||||
field_name: field_nationality
|
|
||||||
entity_type: oc_actor
|
|
||||||
bundle: client
|
|
||||||
label: Nationality
|
|
||||||
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_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
|
@ -1,18 +0,0 @@
|
|||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
config:
|
|
||||||
- field.storage.oc_actor.field_nationality
|
|
||||||
- opencase_entities.oc_actor_type.volunteer
|
|
||||||
id: oc_actor.volunteer.field_nationality
|
|
||||||
field_name: field_nationality
|
|
||||||
entity_type: oc_actor
|
|
||||||
bundle: volunteer
|
|
||||||
label: Nationality
|
|
||||||
description: ''
|
|
||||||
required: false
|
|
||||||
translatable: true
|
|
||||||
default_value: { }
|
|
||||||
default_value_callback: ''
|
|
||||||
settings: { }
|
|
||||||
field_type: string
|
|
@ -0,0 +1,29 @@
|
|||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- opencase_entities
|
||||||
|
- options
|
||||||
|
id: oc_actor.field_nationalities
|
||||||
|
field_name: field_nationalities
|
||||||
|
entity_type: oc_actor
|
||||||
|
type: list_string
|
||||||
|
settings:
|
||||||
|
allowed_values:
|
||||||
|
-
|
||||||
|
value: British
|
||||||
|
label: British
|
||||||
|
-
|
||||||
|
value: Stateless
|
||||||
|
label: Stateless
|
||||||
|
-
|
||||||
|
value: 'More need adding!'
|
||||||
|
label: 'More need adding!'
|
||||||
|
allowed_values_function: ''
|
||||||
|
module: options
|
||||||
|
locked: false
|
||||||
|
cardinality: -1
|
||||||
|
translatable: true
|
||||||
|
indexes: { }
|
||||||
|
persist_with_no_fields: false
|
||||||
|
custom_storage: false
|
@ -1,20 +0,0 @@
|
|||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
module:
|
|
||||||
- opencase_entities
|
|
||||||
id: oc_actor.field_nationality
|
|
||||||
field_name: field_nationality
|
|
||||||
entity_type: oc_actor
|
|
||||||
type: string
|
|
||||||
settings:
|
|
||||||
max_length: 255
|
|
||||||
is_ascii: false
|
|
||||||
case_sensitive: false
|
|
||||||
module: core
|
|
||||||
locked: false
|
|
||||||
cardinality: 1
|
|
||||||
translatable: true
|
|
||||||
indexes: { }
|
|
||||||
persist_with_no_fields: false
|
|
||||||
custom_storage: false
|
|
@ -6,7 +6,7 @@ dependencies:
|
|||||||
- field.storage.oc_actor.field_disability
|
- field.storage.oc_actor.field_disability
|
||||||
- field.storage.oc_actor.field_gender_identified_with
|
- field.storage.oc_actor.field_gender_identified_with
|
||||||
- field.storage.oc_actor.field_languages_spoken
|
- field.storage.oc_actor.field_languages_spoken
|
||||||
- field.storage.oc_actor.field_nationality
|
- field.storage.oc_actor.field_nationalities
|
||||||
- search_api.server.opencase_reporting_server
|
- search_api.server.opencase_reporting_server
|
||||||
module:
|
module:
|
||||||
- opencase_entities
|
- opencase_entities
|
||||||
@ -56,14 +56,38 @@ field_settings:
|
|||||||
dependencies:
|
dependencies:
|
||||||
config:
|
config:
|
||||||
- field.storage.oc_actor.field_languages_spoken
|
- field.storage.oc_actor.field_languages_spoken
|
||||||
field_nationality:
|
field_nationalities:
|
||||||
label: Nationality
|
label: Nationality
|
||||||
datasource_id: 'entity:oc_actor'
|
datasource_id: 'entity:oc_actor'
|
||||||
property_path: field_nationality
|
property_path: field_nationalities
|
||||||
type: string
|
type: string
|
||||||
dependencies:
|
dependencies:
|
||||||
config:
|
config:
|
||||||
- field.storage.oc_actor.field_nationality
|
- field.storage.oc_actor.field_nationalities
|
||||||
|
first_name:
|
||||||
|
label: 'First Name'
|
||||||
|
datasource_id: 'entity:oc_actor'
|
||||||
|
property_path: first_name
|
||||||
|
type: string
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- opencase_entities
|
||||||
|
last_name:
|
||||||
|
label: 'Last Name'
|
||||||
|
datasource_id: 'entity:oc_actor'
|
||||||
|
property_path: last_name
|
||||||
|
type: string
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- opencase_entities
|
||||||
|
post_code:
|
||||||
|
label: 'Post Code'
|
||||||
|
datasource_id: 'entity:oc_actor'
|
||||||
|
property_path: post_code
|
||||||
|
type: string
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- opencase_entities
|
||||||
datasource_settings:
|
datasource_settings:
|
||||||
'entity:oc_actor':
|
'entity:oc_actor':
|
||||||
bundles:
|
bundles:
|
||||||
|
@ -6,10 +6,8 @@ dependencies:
|
|||||||
- field.storage.oc_actor.field_disability
|
- field.storage.oc_actor.field_disability
|
||||||
- field.storage.oc_actor.field_gender_identified_with
|
- field.storage.oc_actor.field_gender_identified_with
|
||||||
- field.storage.oc_actor.field_languages_spoken
|
- field.storage.oc_actor.field_languages_spoken
|
||||||
- field.storage.oc_actor.field_nationality
|
- field.storage.oc_actor.field_nationalities
|
||||||
- search_api.index.opencase_reporting_clients
|
- search_api.index.opencase_reporting_clients
|
||||||
content:
|
|
||||||
- 'block_content:basic:944ff38d-5931-4439-91d5-f53b5ad7aac7'
|
|
||||||
module:
|
module:
|
||||||
- options
|
- options
|
||||||
- rest
|
- rest
|
||||||
@ -57,10 +55,13 @@ display:
|
|||||||
pager:
|
pager:
|
||||||
type: mini
|
type: mini
|
||||||
options:
|
options:
|
||||||
items_per_page: 10
|
items_per_page: 50
|
||||||
offset: 0
|
offset: 0
|
||||||
id: 0
|
id: 0
|
||||||
total_pages: null
|
total_pages: null
|
||||||
|
tags:
|
||||||
|
previous: ‹‹
|
||||||
|
next: ››
|
||||||
expose:
|
expose:
|
||||||
items_per_page: false
|
items_per_page: false
|
||||||
items_per_page_label: 'Items per page'
|
items_per_page_label: 'Items per page'
|
||||||
@ -69,22 +70,19 @@ display:
|
|||||||
items_per_page_options_all_label: '- All -'
|
items_per_page_options_all_label: '- All -'
|
||||||
offset: false
|
offset: false
|
||||||
offset_label: Offset
|
offset_label: Offset
|
||||||
tags:
|
|
||||||
previous: ‹‹
|
|
||||||
next: ››
|
|
||||||
style:
|
style:
|
||||||
type: table
|
type: table
|
||||||
row:
|
row:
|
||||||
type: fields
|
type: fields
|
||||||
fields:
|
fields:
|
||||||
first_name:
|
name:
|
||||||
id: first_name
|
id: name
|
||||||
table: search_api_datasource_opencase_reporting_clients_entity_oc_actor
|
table: search_api_datasource_opencase_reporting_clients_entity_oc_actor
|
||||||
field: first_name
|
field: name
|
||||||
relationship: none
|
relationship: none
|
||||||
group_type: group
|
group_type: group
|
||||||
admin_label: ''
|
admin_label: ''
|
||||||
label: 'First Name'
|
label: Name
|
||||||
exclude: false
|
exclude: false
|
||||||
alter:
|
alter:
|
||||||
alter_text: false
|
alter_text: false
|
||||||
@ -128,78 +126,7 @@ display:
|
|||||||
click_sort_column: value
|
click_sort_column: value
|
||||||
type: string
|
type: string
|
||||||
settings:
|
settings:
|
||||||
link_to_entity: false
|
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
|
|
||||||
field_rendering: true
|
|
||||||
fallback_handler: search_api
|
|
||||||
fallback_options:
|
|
||||||
link_to_item: false
|
|
||||||
use_highlighting: false
|
|
||||||
multi_type: separator
|
|
||||||
multi_separator: ', '
|
|
||||||
entity_type: oc_actor
|
|
||||||
plugin_id: search_api_field
|
|
||||||
last_name:
|
|
||||||
id: last_name
|
|
||||||
table: search_api_datasource_opencase_reporting_clients_entity_oc_actor
|
|
||||||
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_column: value
|
||||||
group_columns: { }
|
group_columns: { }
|
||||||
group_rows: true
|
group_rows: true
|
||||||
@ -429,14 +356,14 @@ display:
|
|||||||
multi_type: separator
|
multi_type: separator
|
||||||
multi_separator: ', '
|
multi_separator: ', '
|
||||||
plugin_id: search_api_field
|
plugin_id: search_api_field
|
||||||
field_languages_spoken:
|
field_nationalities:
|
||||||
id: field_languages_spoken
|
id: field_nationalities
|
||||||
table: search_api_index_opencase_reporting_clients
|
table: search_api_datasource_opencase_reporting_clients_entity_oc_actor
|
||||||
field: field_languages_spoken
|
field: field_nationalities
|
||||||
relationship: none
|
relationship: none
|
||||||
group_type: group
|
group_type: group
|
||||||
admin_label: ''
|
admin_label: ''
|
||||||
label: Languages
|
label: Nationality
|
||||||
exclude: false
|
exclude: false
|
||||||
alter:
|
alter:
|
||||||
alter_text: false
|
alter_text: false
|
||||||
@ -497,15 +424,16 @@ display:
|
|||||||
use_highlighting: false
|
use_highlighting: false
|
||||||
multi_type: separator
|
multi_type: separator
|
||||||
multi_separator: ', '
|
multi_separator: ', '
|
||||||
|
entity_type: oc_actor
|
||||||
plugin_id: search_api_field
|
plugin_id: search_api_field
|
||||||
field_nationality:
|
field_languages_spoken:
|
||||||
id: field_nationality
|
id: field_languages_spoken
|
||||||
table: search_api_index_opencase_reporting_clients
|
table: search_api_index_opencase_reporting_clients
|
||||||
field: field_nationality
|
field: field_languages_spoken
|
||||||
relationship: none
|
relationship: none
|
||||||
group_type: group
|
group_type: group
|
||||||
admin_label: ''
|
admin_label: ''
|
||||||
label: Nationality
|
label: Languages
|
||||||
exclude: false
|
exclude: false
|
||||||
alter:
|
alter:
|
||||||
alter_text: false
|
alter_text: false
|
||||||
@ -547,9 +475,8 @@ display:
|
|||||||
empty_zero: false
|
empty_zero: false
|
||||||
hide_alter_empty: true
|
hide_alter_empty: true
|
||||||
click_sort_column: value
|
click_sort_column: value
|
||||||
type: string
|
type: list_default
|
||||||
settings:
|
settings: { }
|
||||||
link_to_entity: false
|
|
||||||
group_column: value
|
group_column: value
|
||||||
group_columns: { }
|
group_columns: { }
|
||||||
group_rows: true
|
group_rows: true
|
||||||
@ -674,7 +601,7 @@ display:
|
|||||||
- 'config:field.storage.oc_actor.field_disability'
|
- 'config:field.storage.oc_actor.field_disability'
|
||||||
- 'config:field.storage.oc_actor.field_gender_identified_with'
|
- 'config:field.storage.oc_actor.field_gender_identified_with'
|
||||||
- 'config:field.storage.oc_actor.field_languages_spoken'
|
- 'config:field.storage.oc_actor.field_languages_spoken'
|
||||||
- 'config:field.storage.oc_actor.field_nationality'
|
- 'config:field.storage.oc_actor.field_nationalities'
|
||||||
data_export_1:
|
data_export_1:
|
||||||
display_plugin: data_export
|
display_plugin: data_export
|
||||||
id: data_export_1
|
id: data_export_1
|
||||||
@ -684,6 +611,10 @@ display:
|
|||||||
display_extenders: { }
|
display_extenders: { }
|
||||||
path: opencase/reporting/clients
|
path: opencase/reporting/clients
|
||||||
filename: '[view:title].csv'
|
filename: '[view:title].csv'
|
||||||
|
cache:
|
||||||
|
type: none
|
||||||
|
defaults:
|
||||||
|
cache: false
|
||||||
cache_metadata:
|
cache_metadata:
|
||||||
max-age: -1
|
max-age: -1
|
||||||
contexts:
|
contexts:
|
||||||
@ -696,7 +627,7 @@ display:
|
|||||||
- 'config:field.storage.oc_actor.field_disability'
|
- 'config:field.storage.oc_actor.field_disability'
|
||||||
- 'config:field.storage.oc_actor.field_gender_identified_with'
|
- 'config:field.storage.oc_actor.field_gender_identified_with'
|
||||||
- 'config:field.storage.oc_actor.field_languages_spoken'
|
- 'config:field.storage.oc_actor.field_languages_spoken'
|
||||||
- 'config:field.storage.oc_actor.field_nationality'
|
- 'config:field.storage.oc_actor.field_nationalities'
|
||||||
page_1:
|
page_1:
|
||||||
display_plugin: page
|
display_plugin: page
|
||||||
id: page_1
|
id: page_1
|
||||||
@ -721,4 +652,4 @@ display:
|
|||||||
- 'config:field.storage.oc_actor.field_disability'
|
- 'config:field.storage.oc_actor.field_disability'
|
||||||
- 'config:field.storage.oc_actor.field_gender_identified_with'
|
- 'config:field.storage.oc_actor.field_gender_identified_with'
|
||||||
- 'config:field.storage.oc_actor.field_languages_spoken'
|
- 'config:field.storage.oc_actor.field_languages_spoken'
|
||||||
- 'config:field.storage.oc_actor.field_nationality'
|
- 'config:field.storage.oc_actor.field_nationalities'
|
||||||
|
Reference in New Issue
Block a user