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
If you tried to create a new product using the admin/products creation page, you will run into an error where it tells you that you cannot be submitting a product with a blank category (even if you actually did choose a category).
Line 38 from app/views/admin/products/new.html.erb reads:
If you tried to create a new product using the admin/products creation page, you will run into an error where it tells you that you cannot be submitting a product with a blank category (even if you actually did choose a category).
Line 38 from
app/views/admin/products/new.html.erb
reads:When it should read:
This is because the app is expecting
:category_id
to be passed through.The text was updated successfully, but these errors were encountered: