workarea-commerce / workarea

Workarea is an enterprise-grade Ruby on Rails commerce platform
https://www.workarea.com
Other
326 stars 66 forks source link

Include User Orders When Email Address Changes #547

Closed tubbo closed 3 years ago

tubbo commented 3 years ago

To protect against orders going missing when a user changes their email address, Workarea now queries for all orders with the email or ID of the user being displayed in Admin::UserViewModel#orders.

bencrouse commented 3 years ago

Closing in favor of #548