mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-22 00:57:26 +00:00
WIP: Extract variant overrides to own controller - route, controller, views
This commit is contained in:
@@ -24,6 +24,6 @@ angular.module("ofn.admin").factory "DirtyVariantOverrides", ($http) ->
|
||||
save: ->
|
||||
$http
|
||||
method: "POST"
|
||||
url: "/admin/products/variant_overrides"
|
||||
url: "/admin/variant_overrides/bulk_update"
|
||||
data:
|
||||
variant_overrides: @all()
|
||||
|
||||
Reference in New Issue
Block a user