mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
Add missing permitted attributes to variant overrides controller
This commit is contained in:
@@ -98,7 +98,7 @@ module Admin
|
||||
variant_override.permit(
|
||||
:id, :variant_id, :hub_id,
|
||||
:price, :count_on_hand, :sku, :on_demand,
|
||||
:default_stock, :resettable
|
||||
:default_stock, :resettable, :tag_list
|
||||
)
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user