You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are using Solidus in production in the company I work at (epicery.com).
Following the release of v2.5.0 we created a branch to run our tests and see how things go. The removal — whether intentional or not — of order_stock_location.rb broke a lot of them.
Steps to reproduce
In our code base, simply doing this in a rails console:
The OrderStockLocation model became non-functional in Solidus 2.4 when the old Stock::Coordinator was extracted to solidus_legacy_stock_system. It would have been nice to have removed OrderStockLocation at that time, but I didn't get around to it until #2270
Including the solidus_legacy_stock_system should fix any issues. Though if you don't need location configured packages it is probably better to just remove references to them
Hi,
We are using Solidus in production in the company I work at (epicery.com).
Following the release of
v2.5.0
we created a branch to run our tests and see how things go. The removal — whether intentional or not — oforder_stock_location.rb
broke a lot of them.Steps to reproduce
In our code base, simply doing this in a
rails console
:Expected behavior
This should not trigger any issue.
Actual behavior
System configuration
Solidus Version:
v2.5.0
Extensions in use:
solidus_core
solidus_backend
solidus_frontend
solidus_auth_devise
solidus_comments
solidus_product_assembly
Solidus diff
The text was updated successfully, but these errors were encountered: