From 7d1acc23ade8da0ed9dd896009b0bf03c47f4050 Mon Sep 17 00:00:00 2001 From: Rob H Date: Mon, 23 Jun 2014 15:54:14 +1000 Subject: [PATCH] Cancel button on new product form redirects to BPE --- .../spree/admin/products/new/replace_form.html.haml.deface | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/overrides/spree/admin/products/new/replace_form.html.haml.deface b/app/overrides/spree/admin/products/new/replace_form.html.haml.deface index 7e4c0f0b3e..a4e073d40d 100644 --- a/app/overrides/spree/admin/products/new/replace_form.html.haml.deface +++ b/app/overrides/spree/admin/products/new/replace_form.html.haml.deface @@ -73,7 +73,7 @@ = button "Create And Add Another", 'icon-repeat', :submit, value: 'add_another' %span.or = t(:or) - = link_to_with_icon 'icon-remove', t('actions.cancel'), collection_url, :class => 'button' + = link_to_with_icon 'icon-remove', t('actions.cancel'), bulk_edit_admin_products_path, :class => 'button' :javascript