We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@mtomov pointed out that this: https://github.com/solidusio/solidus/blob/v1.3.1/core/app/models/concerns/spree/adjustment_source.rb#L7 leaves orders in an incorrect state because it doesn't run order.update! on the affected orders. Should we add that? Should we look for an alternative, like using foreign keys to prevent adjustment sources from be deleted if they are still referenced?
order.update!
The text was updated successfully, but these errors were encountered:
This was taken care of in #2259
Sorry, something went wrong.
No branches or pull requests
@mtomov pointed out that this:
https://github.com/solidusio/solidus/blob/v1.3.1/core/app/models/concerns/spree/adjustment_source.rb#L7
leaves orders in an incorrect state because it doesn't run
order.update!
on the affected orders. Should we add that? Should we look for an alternative, like using foreign keys to prevent adjustment sources from be deleted if they are still referenced?The text was updated successfully, but these errors were encountered: