Closed
Description
Preconditions
- Magento CE 2.1.2 without sample data is installed.
- Running on Linux Webserver with PHP 7, MySQL 5.0.12
Steps to reproduce
- Log in with existing user in frontend.
- Change first name of customer to 'test35'.
- Observe the event 'customer_save_after_data_object'. Two objects are given called : 'orig_customer_data_object' & 'customer_data_object'.
- Those two objects are identical to each other. First name in both objects is equal to 'test35'
Expected result
- 'customer_data_object' firstname should not be equal to 'orig_customer_data_object'
Actual result
- orig_customer_data_object and customer_data_object are equal to each other
Screenshot here: http://imgur.com/a/IDV1t
This also happens with last name and email. There may be more, but I haven't checked.
Metadata
Metadata
Assignees
Labels
The issue has been fixed in 2.2 release lineGate 2 Passed. Manual verification of the issue description passedGate 3 Passed. Manual verification of the issue completed. Issue is confirmedGate 1 Passed. Automatic verification of issue format passedGate 4. Acknowledged. Issue is added to backlog and ready for developmentThe issue has been reproduced on latest 2.1 releaseThe issue has been reproduced on latest 2.2 releaseThe issue has been reproduced on latest 2.3 release