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

Address custom field values not displaying in Admin UI customer detail #2272

Closed
michaelbromley opened this issue Jul 6, 2023 · 0 comments
Closed
Assignees
Labels

Comments

@michaelbromley
Copy link
Member

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:

  1. Define a custom field on Address
  2. Update an address to have a value in the custom field
  3. View the customer in the admin ui
  4. The value is missing

image

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
@michaelbromley michaelbromley added the type: bug 🐛 Something isn't working label Jul 6, 2023
@michaelbromley michaelbromley self-assigned this Jul 6, 2023
@michaelbromley michaelbromley moved this to 📋 Backlog in Vendure OS Roadmap Jul 6, 2023
@michaelbromley michaelbromley moved this from 📋 Backlog to 🏗 In progress in Vendure OS Roadmap Jul 13, 2023
@michaelbromley michaelbromley moved this from 🏗 In progress to 🔖 Ready in Vendure OS Roadmap Jul 13, 2023
@michaelbromley michaelbromley moved this from 🔖 Ready to ✅ Done in Vendure OS Roadmap Aug 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: 🚀 Shipped
Development

No branches or pull requests

1 participant