Column "address_name" should have a unique key requirement, the code depends on this column being totally across all of the users and should be reflected in the database too

Comments

MegaChriz’s picture

Status: Active » Closed (works as designed)

No, address names are only unique per user and not unique in general. Also, customers are not required to fill in an address name, so empty address names may be used for multiple addresses per user.
If you meant that user 2 can not call his address "home" because user 1 has already an address called "home", then that would be a bug.

dgtlmoon’s picture

Ahh ok, my mistake, thanks for the update then!