Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PAR-2365 - Legal Entities and Trading Names are not displayed for Members uploaded from a CSV File #1139

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,9 @@
},
"drupal/views_data_export": {
"Allow output file scheme to be chosen": "https://www.drupal.org/files/issues/2021-03-01/allow-configurable-filesystems_3200974-6.patch"
},
"twistor/flysystem-stream-wrapper": {
"Fix PHP error on flystem (see https://github.com/twistor/flysystem-stream-wrapper/issues/27 & https://www.drupal.org/project/flysystem/issues/3387094": "patches/flysystem-deprecated-dynamic-prop.patch"
}
}
},
Expand Down
Copy link

@adam-vessey adam-vessey Apr 29, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just noticed this in passing (due to the link to twistor/flysystem-stream-wrapper#27), but this file appears to be empty. I suspect this should have the contents of twistor/flysystem-stream-wrapper#28, diff-/patch-wise?

Empty file.
64 changes: 64 additions & 0 deletions sync/views.view.members_list.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ langcode: en
status: true
dependencies:
config:
- field.storage.par_data_organisation.field_legal_entity
- par_data.par_data_coordinated_business_type.coordinated_business
module:
- address
Expand Down Expand Up @@ -680,6 +681,69 @@ display:
multi_type: separator
separator: ', '
field_api_classes: false
field_legal_entity:
id: field_legal_entity
table: par_data_organisation__field_legal_entity
field: field_legal_entity
relationship: field_organisation
group_type: group
admin_label: ''
plugin_id: field
label: 'Legal Entity'
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
par_flow_link_1:
id: par_flow_link_1
table: par_coordinated_businesses_field_data
Expand Down