-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
Customer with unique attribute can't be saved #7844
Comments
@bartlubbersen thank you for your feedback. |
@veloraven we are not using Enterprise functionality but we are not adding the attributes through the back-end either. We are just adding attributes through setup scripts which should work also for community. Otherwise no thirth party extension could ever create a customer attribute. So I think this issue should be reopened. If you agree adding attributes via setup should work please also reopen ticket #7845 because it is about almost the same thing but not about customer, but about customer address. |
@bartlubbersen We overrode the \Magento\Customer\Controller\Adminhtml\Index\Validate::_validateCustomer() method and added the entity_id:
|
I had "The value of Admin must be unique." message whenever I want to save the attribute. |
- Merge Pull Request #9712 from teamneusta/magento2:issue-7844
[EngCom] Public Pull Requests - MAGETWO-69573: Adding logo in media folder #9797 - MAGETWO-69555: Allow for referenceBlock to include template argument #9772 - MAGETWO-69540: Fix for #5897: getIdentities relies on uninitialized collection #9777 - MAGETWO-69533: [BUGFIX][6244] Fix Issue with code label display in cart checkout. #9721 - MAGETWO-69499: Update select.js #9475 - MAGETWO-69451: Replace Zend_Json in the configurable product block test #9753 - MAGETWO-69373: Customer with unique attribute can't be saved #7844 #9712 - MAGETWO-69369: Replace the direct usage of Zend_Json with a call to the Json Help class #9344 - MAGETWO-69085: Do not hardcode product link types #9600 - MAGETWO-69554: Patch to allow multiple filter_url_params to function #9723
Internal ticket to track issue progress: MAGETWO-69373 |
…h-module [Pyrrans] AC-2643: OpenSearch module
Preconditions
Steps to reproduce
Expected result
Actual result
Comment
The reason it is not set I can trace back to "Magento\Customer\Controller\Adminhtml\Index\Validate" where in the "_validateCustomer" function the customer object passed to the validate function already is missing an ID.
The text was updated successfully, but these errors were encountered: