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
chruby 2.4 git clone https://github.com/solidusio/solidus.git cd solidus bundle bundle exec rake sandbox cd sandbox bin/rails s
test123
I should see the variants for the product
NoMethodError (undefined method `variants' for nil:NilClass): /Users/brian/workspace/solidus_master/backend/app/controllers/spree/admin/resource_controller.rb:189:in `collection' /Users/brian/workspace/solidus_master/backend/app/controllers/spree/admin/variants_controller.rb:40:in `collection' /Users/brian/workspace/solidus_master/backend/app/controllers/spree/admin/resource_controller.rb:144:in `load_resource'
Solidus Version: master
master
Extensions in use: none
The text was updated successfully, but these errors were encountered:
Support deleted products in Admin::VariantsCtrl
d134f3a
Per issue solidusio#1803 deleted products could not show their variants due to a missing `with_deleted` scope on `ResourceController#parent`.
No branches or pull requests
Steps to reproduce
test123
Expected behavior
I should see the variants for the product
Actual behavior
System configuration
Solidus Version:
master
Extensions in use: none
The text was updated successfully, but these errors were encountered: