Magento 2.0.2 -> 2.0.6 update value of custom attributes on account edit page successfully, but magento 2.1 can't update (no error message or javascript error).
Steps to reproduce
- Create account with custom attributes successfully
- Login
- Edit account information
Expected result
- Value of custom attributes changed
Actual result
- New values is not update.
Magento also hardcode some attribute_set_id in: CustomerMetadataInterface and AddressMetadataInterface (1 and 2). Magento 2.1 also change js and some template files (account page) which is not compatible with extensions and theme of old versions.