solidus
solidus copied to clipboard
#4368 Admin panel - users - edit exist user - update address field always return 200
Issue: https://github.com/solidusio/solidus/issues/4368
Thanks for your collaboration, @dborovsky!
I think it'd be good to start with a failing test to ensure that the work done is fixing it. Have you been able to isolate what caused the response to be a success even when the attributes weren't saved?
Please, let me know if you need anything.
@dborovsky Thanks for the contribution, but I think the issue is in how addresses work in Solidus (they are immutable). The solution is a bit more involved. Do you still want to try working on it? I left some comments about what I currently think could solve the issue.
Hi @tvdeyen @jarednorman @waiting-for-dev. Review please my last changes.