Skip to content

Commit

Permalink
PGOV-1251 Fix neighborhood contact API address formatting (#2897)
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardDavies authored Oct 2, 2024
1 parent aa9f9c7 commit 561258b
Showing 1 changed file with 29 additions and 1 deletion.
30 changes: 29 additions & 1 deletion web/sites/default/config/views.view.neighborhoods.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7685,7 +7685,7 @@ display:
exclude: false
alter:
alter_text: true
text: "{% if field_address__address_line1|length > 0 %}\r\n{{ field_address__address_line1 }}\r\n{% if field_address__address_line2|length > 0 %}{{ field_address__address_line2 }}{% endif %}\r\n{{ field_address__locality }}, {{ field_address__administrative_area }} {{ field_address__postal_code }}{% endif %}"
text: "{% if field_address__address_line1|length > 0 %}\r\n{{ field_address__address_line1 }}{% if field_address__address_line2|length > 0 %}\r\n\r\n{{ field_address__address_line2 }}{% endif %}\r\n\r\n{{ field_address__locality }}, {{ field_address__administrative_area }} {{ field_address__postal_code }}{% endif %}"
make_link: false
path: ''
absolute: false
Expand Down Expand Up @@ -7819,6 +7819,34 @@ display:
label: ''
field_identifier: name
exposed: false
field_contact_type_target_id:
id: field_contact_type_target_id
table: node__field_contact_type
field: field_contact_type_target_id
relationship: field_contact
group_type: group
admin_label: ''
plugin_id: standard
order: ASC
expose:
label: ''
field_identifier: ''
exposed: false
title:
id: title
table: node_field_data
field: title
relationship: field_contact
group_type: group
admin_label: ''
entity_type: node
entity_field: title
plugin_id: standard
order: ASC
expose:
label: ''
field_identifier: ''
exposed: false
arguments: { }
filters:
status:
Expand Down

0 comments on commit 561258b

Please sign in to comment.