Skip to content

Commit

Permalink
Add org and institution fields to Campus Champions export
Browse files Browse the repository at this point in the history
  • Loading branch information
a-pasquale committed Oct 1, 2024
1 parent 0a8e0b7 commit 7a41e3a
Showing 1 changed file with 139 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ langcode: en
status: true
dependencies:
config:
- field.storage.user.field_access_organization
- field.storage.user.field_carnegie_code
- field.storage.user.field_institution
- taxonomy.vocabulary.region
- user.role.administrator
- user.role.campuschampionsadmin
Expand Down Expand Up @@ -218,15 +220,78 @@ display:
multi_type: separator
separator: ', '
field_api_classes: false
field_carnegie_code_site:
id: field_carnegie_code_site
table: user__field_carnegie_code
field: field_carnegie_code
field_access_organization:
id: field_access_organization
table: user__field_access_organization
field: field_access_organization
relationship: none
group_type: group
admin_label: Site
admin_label: ''
plugin_id: field
label: Organization
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: entity_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
field_institution:
id: field_institution
table: user__field_institution
field: field_institution
relationship: none
group_type: group
admin_label: ''
plugin_id: field
label: Site
label: Institution
exclude: false
alter:
alter_text: false
Expand Down Expand Up @@ -271,7 +336,7 @@ display:
type: string
settings:
link_to_entity: false
group_column: value
group_column: entity_id
group_columns: { }
group_rows: true
delta_limit: 0
Expand Down Expand Up @@ -344,6 +409,69 @@ display:
multi_type: separator
separator: ', '
field_api_classes: false
field_carnegie_code_site:
id: field_carnegie_code_site
table: user__field_carnegie_code
field: field_carnegie_code
relationship: none
group_type: group
admin_label: Site
plugin_id: field
label: 'Carnegie Code Site'
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
field_carnegie_code_location:
id: field_carnegie_code_location
table: user__field_carnegie_code
Expand Down Expand Up @@ -1037,7 +1165,9 @@ display:
- url.query_args
- user.roles
tags:
- 'config:field.storage.user.field_access_organization'
- 'config:field.storage.user.field_carnegie_code'
- 'config:field.storage.user.field_institution'
ccusers_data_export:
id: ccusers_data_export
display_title: 'Data export'
Expand Down Expand Up @@ -1074,4 +1204,6 @@ display:
- request_format
- user.roles
tags:
- 'config:field.storage.user.field_access_organization'
- 'config:field.storage.user.field_carnegie_code'
- 'config:field.storage.user.field_institution'

0 comments on commit 7a41e3a

Please sign in to comment.