django-oscar-api
django-oscar-api copied to clipboard
Weird results in attributes with patching Childs
Parent product has only attribute A filled Child product has only attribute B filled
When patching the child product (does not matter what you change) The attribute value from A will also be saved on the child product.
parent:
child before patching:
child after patching and only changing the title:
@viggo-devries Any chance you could add a test which “proves” the wrong behaviour?
This was proven in #299
The issue was fixed in oscar, as shown by these tests passing