diff --git a/web/sites/default/config/default/views.view.campus_champions_user_export.yml b/web/sites/default/config/default/views.view.campus_champions_user_export.yml index a604cdd30..6fc195d43 100644 --- a/web/sites/default/config/default/views.view.campus_champions_user_export.yml +++ b/web/sites/default/config/default/views.view.campus_champions_user_export.yml @@ -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 @@ -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 @@ -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 @@ -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 @@ -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' @@ -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'