If anyone is curious, I fixed this locally in my store - but the fix feels kind of like a hack. I added a decorator for Spree::Order and patched the
create_proposed_shipments
method like so:
Copy code
def create_proposed_shipments
super.tap { save! }
end
a
alessandro
09/08/2021, 7:14 PM
I think this might be a bug! 😱 Would you be willing to open an issue so we can investigate further? 🙏
t
Tom Wilson
09/08/2021, 7:15 PM
Of course! Will file an issue with as much detail as I can pull together. (Totally possible this is related to some customization I've applied, but I'm not seeing it up front. 🙂 )