You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When there are custom fields on the Address entity, their values are not displayed in the address card or address form on the customer detail page.
However, the data is returned correctly from the API, so the problem lies in the UI code.
To Reproduce
Steps to reproduce the behavior:
Define a custom field on Address
Update an address to have a value in the custom field
View the customer in the admin ui
The value is missing
Expected behavior
Should show the value and allow editing
Environment (please complete the following information):
@vendure/core version: 2.0.3
Nodejs version: any
Database (mysql/postgres etc): any
The text was updated successfully, but these errors were encountered:
Describe the bug
When there are custom fields on the Address entity, their values are not displayed in the address card or address form on the customer detail page.
However, the data is returned correctly from the API, so the problem lies in the UI code.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Should show the value and allow editing
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: