fixed bug where trainings view was referencing old paragraph fields
This commit is contained in:
parent
8cd5b21387
commit
c9d82ad069
@ -24,6 +24,7 @@ content:
|
|||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
hidden:
|
hidden:
|
||||||
|
description: true
|
||||||
feeds_item: true
|
feeds_item: true
|
||||||
name: true
|
name: true
|
||||||
oc_case: true
|
oc_case: true
|
||||||
|
@ -24,19 +24,19 @@ field_type_config:
|
|||||||
field_type_condition:
|
field_type_condition:
|
||||||
'entity_bundle:oc_case':
|
'entity_bundle:oc_case':
|
||||||
id: 'entity_bundle:oc_case'
|
id: 'entity_bundle:oc_case'
|
||||||
bundles:
|
negate: false
|
||||||
project: project
|
|
||||||
context_mapping:
|
context_mapping:
|
||||||
oc_case: entity_extra_field.target_entity
|
oc_case: entity_extra_field.target_entity
|
||||||
negate: false
|
bundles:
|
||||||
|
project: project
|
||||||
route:
|
route:
|
||||||
id: route
|
id: route
|
||||||
routes: ''
|
|
||||||
negate: false
|
negate: false
|
||||||
|
routes: ''
|
||||||
request_path:
|
request_path:
|
||||||
id: request_path
|
id: request_path
|
||||||
pages: ''
|
|
||||||
negate: false
|
negate: false
|
||||||
|
pages: ''
|
||||||
current_theme:
|
current_theme:
|
||||||
id: current_theme
|
id: current_theme
|
||||||
theme: ''
|
theme: ''
|
||||||
|
@ -22,19 +22,19 @@ field_type_config:
|
|||||||
field_type_condition:
|
field_type_condition:
|
||||||
'entity_bundle:oc_case':
|
'entity_bundle:oc_case':
|
||||||
id: 'entity_bundle:oc_case'
|
id: 'entity_bundle:oc_case'
|
||||||
bundles:
|
negate: false
|
||||||
project: project
|
|
||||||
context_mapping:
|
context_mapping:
|
||||||
oc_case: entity_extra_field.target_entity
|
oc_case: entity_extra_field.target_entity
|
||||||
negate: false
|
bundles:
|
||||||
|
project: project
|
||||||
route:
|
route:
|
||||||
id: route
|
id: route
|
||||||
routes: ''
|
|
||||||
negate: false
|
negate: false
|
||||||
|
routes: ''
|
||||||
request_path:
|
request_path:
|
||||||
id: request_path
|
id: request_path
|
||||||
pages: ''
|
|
||||||
negate: false
|
negate: false
|
||||||
|
pages: ''
|
||||||
current_theme:
|
current_theme:
|
||||||
id: current_theme
|
id: current_theme
|
||||||
theme: ''
|
theme: ''
|
||||||
|
@ -1,20 +1,21 @@
|
|||||||
uuid: 724b0e99-12c3-4028-a805-df614711c22f
|
uuid: 4cf9ed31-fa62-41b4-a7a3-2750e7769e00
|
||||||
langcode: en
|
langcode: en
|
||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
config:
|
config:
|
||||||
- field.storage.oc_case.field_date_of_training
|
- field.storage.oc_case.field_date_of_training
|
||||||
|
- field.storage.oc_case.field_number_of_participants
|
||||||
- field.storage.oc_case.field_project
|
- field.storage.oc_case.field_project
|
||||||
- field.storage.oc_case.field_training_status
|
- field.storage.oc_case.field_training_status
|
||||||
- field.storage.oc_case.field_training_type
|
- field.storage.oc_case.field_training_type
|
||||||
- opencase_cases.oc_case_type.training
|
- opencase_cases.oc_case_type.training
|
||||||
- system.menu.opencase
|
- system.menu.opencase
|
||||||
|
- user.role.authenticated
|
||||||
module:
|
module:
|
||||||
- datetime
|
- datetime
|
||||||
- opencase_cases
|
- opencase_cases
|
||||||
- opencase_entities
|
- opencase_entities
|
||||||
- options
|
- options
|
||||||
- paragraphs
|
|
||||||
- user
|
- user
|
||||||
id: oc_case.project.trainings
|
id: oc_case.project.trainings
|
||||||
label: Trainings
|
label: Trainings
|
||||||
@ -31,23 +32,23 @@ field_type_config:
|
|||||||
field_type_condition:
|
field_type_condition:
|
||||||
'entity_bundle:oc_case':
|
'entity_bundle:oc_case':
|
||||||
id: 'entity_bundle:oc_case'
|
id: 'entity_bundle:oc_case'
|
||||||
bundles:
|
negate: false
|
||||||
project: project
|
|
||||||
context_mapping:
|
context_mapping:
|
||||||
oc_case: entity_extra_field.target_entity
|
oc_case: entity_extra_field.target_entity
|
||||||
negate: false
|
bundles:
|
||||||
|
project: project
|
||||||
route:
|
route:
|
||||||
id: route
|
id: route
|
||||||
routes: ''
|
|
||||||
negate: false
|
negate: false
|
||||||
|
routes: ''
|
||||||
|
request_path:
|
||||||
|
id: request_path
|
||||||
|
negate: false
|
||||||
|
pages: ''
|
||||||
current_theme:
|
current_theme:
|
||||||
id: current_theme
|
id: current_theme
|
||||||
theme: ''
|
theme: ''
|
||||||
negate: 0
|
negate: 0
|
||||||
request_path:
|
|
||||||
id: request_path
|
|
||||||
pages: ''
|
|
||||||
negate: false
|
|
||||||
field_conditions_all_pass: false
|
field_conditions_all_pass: false
|
||||||
display:
|
display:
|
||||||
type: view
|
type: view
|
||||||
|
@ -582,7 +582,18 @@ display:
|
|||||||
cache:
|
cache:
|
||||||
type: tag
|
type: tag
|
||||||
options: { }
|
options: { }
|
||||||
empty: { }
|
empty:
|
||||||
|
area_text_custom:
|
||||||
|
id: area_text_custom
|
||||||
|
table: views
|
||||||
|
field: area_text_custom
|
||||||
|
relationship: none
|
||||||
|
group_type: group
|
||||||
|
admin_label: ''
|
||||||
|
plugin_id: text_custom
|
||||||
|
empty: true
|
||||||
|
content: 'None yet.'
|
||||||
|
tokenize: false
|
||||||
sorts: { }
|
sorts: { }
|
||||||
arguments: { }
|
arguments: { }
|
||||||
filters:
|
filters:
|
||||||
@ -679,16 +690,7 @@ display:
|
|||||||
distinct: false
|
distinct: false
|
||||||
replica: false
|
replica: false
|
||||||
query_tags: { }
|
query_tags: { }
|
||||||
relationships:
|
relationships: { }
|
||||||
field_trainer:
|
|
||||||
id: field_trainer
|
|
||||||
table: oc_case__field_trainer
|
|
||||||
field: field_trainer
|
|
||||||
relationship: none
|
|
||||||
group_type: group
|
|
||||||
admin_label: 'field_trainer: Paragraph'
|
|
||||||
plugin_id: standard
|
|
||||||
required: false
|
|
||||||
group_by: false
|
group_by: false
|
||||||
header:
|
header:
|
||||||
area_text_custom:
|
area_text_custom:
|
||||||
@ -1411,80 +1413,6 @@ display:
|
|||||||
- 'config:field.storage.oc_case.field_project'
|
- 'config:field.storage.oc_case.field_project'
|
||||||
- 'config:field.storage.oc_case.field_training_status'
|
- 'config:field.storage.oc_case.field_training_status'
|
||||||
- 'config:field.storage.oc_case.field_training_type'
|
- 'config:field.storage.oc_case.field_training_type'
|
||||||
block_1:
|
|
||||||
id: block_1
|
|
||||||
display_title: 'By trainer'
|
|
||||||
display_plugin: block
|
|
||||||
position: 1
|
|
||||||
display_options:
|
|
||||||
sorts: { }
|
|
||||||
arguments:
|
|
||||||
field_trainer_target_id:
|
|
||||||
id: field_trainer_target_id
|
|
||||||
table: paragraph__field_trainer
|
|
||||||
field: field_trainer_target_id
|
|
||||||
relationship: field_trainer
|
|
||||||
group_type: group
|
|
||||||
admin_label: ''
|
|
||||||
plugin_id: numeric
|
|
||||||
default_action: default
|
|
||||||
exception:
|
|
||||||
value: all
|
|
||||||
title_enable: false
|
|
||||||
title: All
|
|
||||||
title_enable: false
|
|
||||||
title: ''
|
|
||||||
default_argument_type: raw
|
|
||||||
default_argument_options:
|
|
||||||
index: 2
|
|
||||||
use_alias: false
|
|
||||||
default_argument_skip_url: false
|
|
||||||
summary_options:
|
|
||||||
base_path: ''
|
|
||||||
count: true
|
|
||||||
override: false
|
|
||||||
items_per_page: 25
|
|
||||||
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
|
|
||||||
filters: { }
|
|
||||||
filter_groups:
|
|
||||||
operator: AND
|
|
||||||
groups:
|
|
||||||
1: AND
|
|
||||||
defaults:
|
|
||||||
relationships: true
|
|
||||||
fields: true
|
|
||||||
sorts: false
|
|
||||||
arguments: false
|
|
||||||
filters: false
|
|
||||||
filter_groups: false
|
|
||||||
footer: false
|
|
||||||
display_description: ''
|
|
||||||
footer: { }
|
|
||||||
display_extenders: { }
|
|
||||||
cache_metadata:
|
|
||||||
max-age: -1
|
|
||||||
contexts:
|
|
||||||
- 'languages:language_content'
|
|
||||||
- 'languages:language_interface'
|
|
||||||
- url
|
|
||||||
- url.query_args
|
|
||||||
- user.roles
|
|
||||||
tags:
|
|
||||||
- 'config:field.storage.oc_case.field_date_of_training'
|
|
||||||
- 'config:field.storage.oc_case.field_number_of_participants'
|
|
||||||
- 'config:field.storage.oc_case.field_project'
|
|
||||||
- 'config:field.storage.oc_case.field_training_status'
|
|
||||||
- 'config:field.storage.oc_case.field_training_type'
|
|
||||||
block_2:
|
block_2:
|
||||||
id: block_2
|
id: block_2
|
||||||
display_title: 'By client'
|
display_title: 'By client'
|
||||||
@ -2047,15 +1975,6 @@ display:
|
|||||||
arguments: false
|
arguments: false
|
||||||
footer: false
|
footer: false
|
||||||
relationships:
|
relationships:
|
||||||
field_trainer:
|
|
||||||
id: field_trainer
|
|
||||||
table: oc_case__field_trainer
|
|
||||||
field: field_trainer
|
|
||||||
relationship: none
|
|
||||||
group_type: group
|
|
||||||
admin_label: 'field_trainer: Paragraph'
|
|
||||||
plugin_id: standard
|
|
||||||
required: false
|
|
||||||
client:
|
client:
|
||||||
id: client
|
id: client
|
||||||
table: oc_case_field_data
|
table: oc_case_field_data
|
||||||
|
Reference in New Issue
Block a user