Skip to content

Commit

Permalink
feat(IYY-267): Update event and profile lists to match others
Browse files Browse the repository at this point in the history
  • Loading branch information
codechefmarc committed Nov 19, 2024
1 parent 9ee218c commit 754fd81
Show file tree
Hide file tree
Showing 2 changed files with 212 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -469,15 +469,15 @@ display:
multi_type: separator
separator: ', '
field_api_classes: false
revision_uid:
id: revision_uid
table: node_revision
field: revision_uid
uid:
id: uid
table: node_field_data
field: uid
relationship: none
group_type: group
admin_label: ''
entity_type: node
entity_field: revision_uid
entity_field: uid
plugin_id: field
label: Author
exclude: false
Expand Down Expand Up @@ -610,6 +610,71 @@ display:
multi_type: separator
separator: ', '
field_api_classes: false
revision_uid:
id: revision_uid
table: node_revision
field: revision_uid
relationship: none
group_type: group
admin_label: ''
entity_type: node
entity_field: revision_uid
plugin_id: field
label: 'Last Updated 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: false
group_column: target_id
group_columns: { }
group_rows: true
delta_limit: 0
delta_offset: 0
delta_reversed: false
delta_first_last: false
multi_type: separator
separator: ', '
field_api_classes: false
operations:
id: operations
table: node
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -470,6 +470,138 @@ display:
multi_type: separator
separator: ', '
field_api_classes: false
status:
id: status
table: node_field_data
field: status
relationship: none
group_type: group
admin_label: ''
entity_type: node
entity_field: status
plugin_id: field
label: Published
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: boolean
settings:
format: yes-no
format_custom_false: ''
format_custom_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
uid:
id: uid
table: node_field_data
field: uid
relationship: none
group_type: group
admin_label: ''
entity_type: node
entity_field: uid
plugin_id: field
label: Author
exclude: false
alter:
alter_text: false
text: ''
make_link: false
path: ''
absolute: false
external: false
replace_spaces: false
path_case: none
trim_whitespace: false
alt: ''
rel: ''
link_class: ''
prefix: ''
suffix: ''
target: ''
nl2br: false
max_length: 0
word_boundary: true
ellipsis: true
more_link: false
more_link_text: ''
more_link_path: ''
strip_tags: false
trim: false
preserve_tags: ''
html: false
element_type: ''
element_class: ''
element_label_type: ''
element_label_class: ''
element_label_colon: true
element_wrapper_type: ''
element_wrapper_class: ''
element_default_classes: true
empty: ''
hide_empty: false
empty_zero: false
hide_alter_empty: true
click_sort_column: target_id
type: entity_reference_label
settings:
link: false
group_column: target_id
group_columns: { }
group_rows: true
delta_limit: 0
delta_offset: 0
delta_reversed: false
delta_first_last: false
multi_type: separator
separator: ', '
field_api_classes: false
changed:
id: changed
table: node_field_data
Expand Down Expand Up @@ -546,17 +678,17 @@ display:
multi_type: separator
separator: ', '
field_api_classes: false
status:
id: status
table: node_field_data
field: status
revision_uid:
id: revision_uid
table: node_revision
field: revision_uid
relationship: none
group_type: group
admin_label: ''
entity_type: node
entity_field: status
entity_field: revision_uid
plugin_id: field
label: Published
label: 'Last Updated By'
exclude: false
alter:
alter_text: false
Expand Down Expand Up @@ -597,13 +729,11 @@ display:
hide_empty: false
empty_zero: false
hide_alter_empty: true
click_sort_column: value
type: boolean
click_sort_column: target_id
type: entity_reference_label
settings:
format: yes-no
format_custom_false: ''
format_custom_true: ''
group_column: value
link: false
group_column: target_id
group_columns: { }
group_rows: true
delta_limit: 0
Expand Down

0 comments on commit 754fd81

Please sign in to comment.