mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-04-04 07:09:14 +00:00
Redirect to enterprises page after updating producer properties
This commit is contained in:
@@ -7,14 +7,6 @@ module Admin
|
||||
|
||||
helper 'spree/products'
|
||||
|
||||
respond_override update: { html: { success: lambda {
|
||||
if params[:enterprise].key? :producer_properties_attributes
|
||||
redirect_to main_app.admin_enterprise_producer_properties_path(@enterprise)
|
||||
else
|
||||
redirect_to main_app.admin_enterprises_path
|
||||
end
|
||||
} } }
|
||||
|
||||
|
||||
def bulk_update
|
||||
@enterprise_set = EnterpriseSet.new(params[:enterprise_set])
|
||||
|
||||
Reference in New Issue
Block a user