mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-02 02:11:33 +00:00
Add warning modal to order cycle with attached schedule general setting form [OFN-11613]
This commit is contained in:
@@ -167,6 +167,8 @@ angular.module('admin.orderCycles').factory 'OrderCycle', ($resource, $window, $
|
||||
if destination?
|
||||
$window.location = destination
|
||||
else
|
||||
if ($window.adminOrderCycleUpdateCallback)
|
||||
adminOrderCycleUpdateCallback(data.order_cycle);
|
||||
StatusMessage.display 'success', t('js.order_cycles.update_success')
|
||||
, (response) ->
|
||||
if response.data.errors?
|
||||
|
||||
Reference in New Issue
Block a user