mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-06 22:36:07 +00:00
Updating variant overrides stores dirty values
This commit is contained in:
@@ -30,5 +30,8 @@ angular.module("ofn.admin").controller "AdminOverrideVariantsCtrl", ($scope, Ind
|
||||
$scope.hub = (hub for hub in hubs when hub.id == $scope.hub_id)[0]
|
||||
|
||||
|
||||
$scope.displayDirty = ->
|
||||
|
||||
|
||||
$scope.update = ->
|
||||
StatusMessage.display 'success', 'Changes saved.'
|
||||
Reference in New Issue
Block a user