From 49d5cb2f05bc016108ae719df604dbea43bcd88b Mon Sep 17 00:00:00 2001 From: Rohan Mitchell Date: Fri, 21 Nov 2014 13:47:51 +1100 Subject: [PATCH] Do not show Override Variants tab - hide this until feature is ready --- .../add_override_variants_tab.html.haml.deface | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/overrides/spree/admin/shared/_product_sub_menu/add_override_variants_tab.html.haml.deface b/app/overrides/spree/admin/shared/_product_sub_menu/add_override_variants_tab.html.haml.deface index 5b4bb2983e..381f80a44d 100644 --- a/app/overrides/spree/admin/shared/_product_sub_menu/add_override_variants_tab.html.haml.deface +++ b/app/overrides/spree/admin/shared/_product_sub_menu/add_override_variants_tab.html.haml.deface @@ -1,3 +1,4 @@ / insert_bottom "[data-hook='admin_product_sub_tabs']" -= tab :override_details, url: override_variants_admin_products_path, match_path: '/products/override_variants' +-# Commented out until this feature is ready +-#= tab :override_details, url: override_variants_admin_products_path, match_path: '/products/override_variants'