All Trainers • Hide inactive trainers from 'Trainers'
This commit is contained in:
parent
67f09c1b5e
commit
17f2a9bef7
@ -6,6 +6,7 @@ dependencies:
|
|||||||
- opencase_entities.oc_activity_type.trainer_debrief
|
- opencase_entities.oc_activity_type.trainer_debrief
|
||||||
- user.role.authenticated
|
- user.role.authenticated
|
||||||
module:
|
module:
|
||||||
|
- datetime
|
||||||
- opencase_cases
|
- opencase_cases
|
||||||
- opencase_entities
|
- opencase_entities
|
||||||
- user
|
- user
|
||||||
@ -27,71 +28,6 @@ display:
|
|||||||
display_options:
|
display_options:
|
||||||
title: Debrief
|
title: Debrief
|
||||||
fields:
|
fields:
|
||||||
oc_provider:
|
|
||||||
id: oc_provider
|
|
||||||
table: oc_activity_field_data
|
|
||||||
field: oc_provider
|
|
||||||
relationship: none
|
|
||||||
group_type: group
|
|
||||||
admin_label: ''
|
|
||||||
entity_type: oc_activity
|
|
||||||
entity_field: oc_provider
|
|
||||||
plugin_id: field
|
|
||||||
label: Trainer
|
|
||||||
exclude: false
|
|
||||||
alter:
|
|
||||||
alter_text: false
|
|
||||||
text: ''
|
|
||||||
make_link: false
|
|
||||||
path: ''
|
|
||||||
absolute: false
|
|
||||||
external: false
|
|
||||||
replace_spaces: false
|
|
||||||
path_case: none
|
|
||||||
trim_whitespace: false
|
|
||||||
alt: ''
|
|
||||||
rel: ''
|
|
||||||
link_class: ''
|
|
||||||
prefix: ''
|
|
||||||
suffix: ''
|
|
||||||
target: ''
|
|
||||||
nl2br: false
|
|
||||||
max_length: 0
|
|
||||||
word_boundary: true
|
|
||||||
ellipsis: true
|
|
||||||
more_link: false
|
|
||||||
more_link_text: ''
|
|
||||||
more_link_path: ''
|
|
||||||
strip_tags: false
|
|
||||||
trim: false
|
|
||||||
preserve_tags: ''
|
|
||||||
html: false
|
|
||||||
element_type: ''
|
|
||||||
element_class: ''
|
|
||||||
element_label_type: ''
|
|
||||||
element_label_class: ''
|
|
||||||
element_label_colon: true
|
|
||||||
element_wrapper_type: ''
|
|
||||||
element_wrapper_class: ''
|
|
||||||
element_default_classes: true
|
|
||||||
empty: ''
|
|
||||||
hide_empty: false
|
|
||||||
empty_zero: false
|
|
||||||
hide_alter_empty: true
|
|
||||||
click_sort_column: target_id
|
|
||||||
type: entity_reference_label
|
|
||||||
settings:
|
|
||||||
link: true
|
|
||||||
group_column: target_id
|
|
||||||
group_columns: { }
|
|
||||||
group_rows: true
|
|
||||||
delta_limit: 0
|
|
||||||
delta_offset: 0
|
|
||||||
delta_reversed: false
|
|
||||||
delta_first_last: false
|
|
||||||
multi_type: separator
|
|
||||||
separator: ', '
|
|
||||||
field_api_classes: false
|
|
||||||
status:
|
status:
|
||||||
id: status
|
id: status
|
||||||
table: oc_activity_field_data
|
table: oc_activity_field_data
|
||||||
@ -159,17 +95,17 @@ display:
|
|||||||
multi_type: separator
|
multi_type: separator
|
||||||
separator: ', '
|
separator: ', '
|
||||||
field_api_classes: false
|
field_api_classes: false
|
||||||
created:
|
activity_date_time:
|
||||||
id: created
|
id: activity_date_time
|
||||||
table: oc_activity_field_data
|
table: oc_activity_field_data
|
||||||
field: created
|
field: activity_date_time
|
||||||
relationship: none
|
relationship: none
|
||||||
group_type: group
|
group_type: group
|
||||||
admin_label: ''
|
admin_label: ''
|
||||||
entity_type: oc_activity
|
entity_type: oc_activity
|
||||||
entity_field: created
|
entity_field: activity_date_time
|
||||||
plugin_id: field
|
plugin_id: field
|
||||||
label: Created
|
label: Date
|
||||||
exclude: false
|
exclude: false
|
||||||
alter:
|
alter:
|
||||||
alter_text: false
|
alter_text: false
|
||||||
@ -211,11 +147,10 @@ display:
|
|||||||
empty_zero: false
|
empty_zero: false
|
||||||
hide_alter_empty: true
|
hide_alter_empty: true
|
||||||
click_sort_column: value
|
click_sort_column: value
|
||||||
type: timestamp
|
type: datetime_default
|
||||||
settings:
|
settings:
|
||||||
date_format: short
|
timezone_override: ''
|
||||||
custom_date_format: ''
|
format_type: medium
|
||||||
timezone: ''
|
|
||||||
group_column: value
|
group_column: value
|
||||||
group_columns: { }
|
group_columns: { }
|
||||||
group_rows: true
|
group_rows: true
|
||||||
@ -226,6 +161,71 @@ display:
|
|||||||
multi_type: separator
|
multi_type: separator
|
||||||
separator: ', '
|
separator: ', '
|
||||||
field_api_classes: false
|
field_api_classes: false
|
||||||
|
oc_provider:
|
||||||
|
id: oc_provider
|
||||||
|
table: oc_activity_field_data
|
||||||
|
field: oc_provider
|
||||||
|
relationship: none
|
||||||
|
group_type: group
|
||||||
|
admin_label: ''
|
||||||
|
entity_type: oc_activity
|
||||||
|
entity_field: oc_provider
|
||||||
|
plugin_id: field
|
||||||
|
label: 'Submitted by'
|
||||||
|
exclude: false
|
||||||
|
alter:
|
||||||
|
alter_text: false
|
||||||
|
text: ''
|
||||||
|
make_link: false
|
||||||
|
path: ''
|
||||||
|
absolute: false
|
||||||
|
external: false
|
||||||
|
replace_spaces: false
|
||||||
|
path_case: none
|
||||||
|
trim_whitespace: false
|
||||||
|
alt: ''
|
||||||
|
rel: ''
|
||||||
|
link_class: ''
|
||||||
|
prefix: ''
|
||||||
|
suffix: ''
|
||||||
|
target: ''
|
||||||
|
nl2br: false
|
||||||
|
max_length: 0
|
||||||
|
word_boundary: true
|
||||||
|
ellipsis: true
|
||||||
|
more_link: false
|
||||||
|
more_link_text: ''
|
||||||
|
more_link_path: ''
|
||||||
|
strip_tags: false
|
||||||
|
trim: false
|
||||||
|
preserve_tags: ''
|
||||||
|
html: false
|
||||||
|
element_type: ''
|
||||||
|
element_class: ''
|
||||||
|
element_label_type: ''
|
||||||
|
element_label_class: ''
|
||||||
|
element_label_colon: true
|
||||||
|
element_wrapper_type: ''
|
||||||
|
element_wrapper_class: ''
|
||||||
|
element_default_classes: true
|
||||||
|
empty: ''
|
||||||
|
hide_empty: false
|
||||||
|
empty_zero: false
|
||||||
|
hide_alter_empty: true
|
||||||
|
click_sort_column: target_id
|
||||||
|
type: entity_reference_label
|
||||||
|
settings:
|
||||||
|
link: true
|
||||||
|
group_column: target_id
|
||||||
|
group_columns: { }
|
||||||
|
group_rows: true
|
||||||
|
delta_limit: 0
|
||||||
|
delta_offset: 0
|
||||||
|
delta_reversed: false
|
||||||
|
delta_first_last: false
|
||||||
|
multi_type: separator
|
||||||
|
separator: ', '
|
||||||
|
field_api_classes: false
|
||||||
view_oc_activity:
|
view_oc_activity:
|
||||||
id: view_oc_activity
|
id: view_oc_activity
|
||||||
table: oc_activity
|
table: oc_activity
|
||||||
|
@ -4,6 +4,7 @@ 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
|
||||||
@ -15,7 +16,6 @@ dependencies:
|
|||||||
- opencase_cases
|
- opencase_cases
|
||||||
- opencase_entities
|
- opencase_entities
|
||||||
- options
|
- options
|
||||||
- paragraphs
|
|
||||||
- user
|
- user
|
||||||
_core:
|
_core:
|
||||||
default_config_hash: WEXYdHXh9zqan0bEwCzQypvhQhKOI9vpV1OM5DO-Rlk
|
default_config_hash: WEXYdHXh9zqan0bEwCzQypvhQhKOI9vpV1OM5DO-Rlk
|
||||||
@ -482,6 +482,70 @@ display:
|
|||||||
multi_type: separator
|
multi_type: separator
|
||||||
separator: ', '
|
separator: ', '
|
||||||
field_api_classes: false
|
field_api_classes: false
|
||||||
|
field_number_of_participants:
|
||||||
|
id: field_number_of_participants
|
||||||
|
table: oc_case__field_number_of_participants
|
||||||
|
field: field_number_of_participants
|
||||||
|
relationship: none
|
||||||
|
group_type: group
|
||||||
|
admin_label: ''
|
||||||
|
plugin_id: field
|
||||||
|
label: 'Number of participants'
|
||||||
|
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: number_integer
|
||||||
|
settings:
|
||||||
|
thousand_separator: ''
|
||||||
|
prefix_suffix: true
|
||||||
|
group_column: value
|
||||||
|
group_columns: { }
|
||||||
|
group_rows: true
|
||||||
|
delta_limit: 0
|
||||||
|
delta_offset: 0
|
||||||
|
delta_reversed: false
|
||||||
|
delta_first_last: false
|
||||||
|
multi_type: separator
|
||||||
|
separator: ', '
|
||||||
|
field_api_classes: false
|
||||||
pager:
|
pager:
|
||||||
type: mini
|
type: mini
|
||||||
options:
|
options:
|
||||||
@ -665,6 +729,7 @@ display:
|
|||||||
- user.roles
|
- user.roles
|
||||||
tags:
|
tags:
|
||||||
- 'config:field.storage.oc_case.field_date_of_training'
|
- '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_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'
|
||||||
@ -1123,6 +1188,70 @@ display:
|
|||||||
multi_type: separator
|
multi_type: separator
|
||||||
separator: ', '
|
separator: ', '
|
||||||
field_api_classes: false
|
field_api_classes: false
|
||||||
|
field_number_of_participants:
|
||||||
|
id: field_number_of_participants
|
||||||
|
table: oc_case__field_number_of_participants
|
||||||
|
field: field_number_of_participants
|
||||||
|
relationship: none
|
||||||
|
group_type: group
|
||||||
|
admin_label: ''
|
||||||
|
plugin_id: field
|
||||||
|
label: 'Number of participants'
|
||||||
|
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: number_integer
|
||||||
|
settings:
|
||||||
|
thousand_separator: ''
|
||||||
|
prefix_suffix: true
|
||||||
|
group_column: value
|
||||||
|
group_columns: { }
|
||||||
|
group_rows: true
|
||||||
|
delta_limit: 0
|
||||||
|
delta_offset: 0
|
||||||
|
delta_reversed: false
|
||||||
|
delta_first_last: false
|
||||||
|
multi_type: separator
|
||||||
|
separator: ', '
|
||||||
|
field_api_classes: false
|
||||||
pager:
|
pager:
|
||||||
type: none
|
type: none
|
||||||
options:
|
options:
|
||||||
@ -1283,6 +1412,7 @@ display:
|
|||||||
- user.roles
|
- user.roles
|
||||||
tags:
|
tags:
|
||||||
- 'config:field.storage.oc_case.field_date_of_training'
|
- '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_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'
|
||||||
@ -1356,6 +1486,7 @@ display:
|
|||||||
- user.roles
|
- user.roles
|
||||||
tags:
|
tags:
|
||||||
- 'config:field.storage.oc_case.field_date_of_training'
|
- '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_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'
|
||||||
@ -1955,6 +2086,7 @@ display:
|
|||||||
- user.roles
|
- user.roles
|
||||||
tags:
|
tags:
|
||||||
- 'config:field.storage.oc_case.field_date_of_training'
|
- '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_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'
|
||||||
@ -3134,6 +3266,7 @@ display:
|
|||||||
- user.roles
|
- user.roles
|
||||||
tags:
|
tags:
|
||||||
- 'config:field.storage.oc_case.field_date_of_training'
|
- '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_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'
|
||||||
|
Reference in New Issue
Block a user