mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-12 03:50:22 +00:00
Creating and then updating the new override updates the same override instead of creating a duplicate
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
class Api::Admin::VariantOverrideSerializer < ActiveModel::Serializer
|
||||
attributes :id, :variant_id, :hub_id, :price, :count_on_hand
|
||||
attributes :id, :hub_id, :variant_id, :price, :count_on_hand
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user