diff --git a/app/overrides/spree/admin/shared/_product_sub_menu/add_product_import_tab.html.haml.deface b/app/overrides/spree/admin/shared/_product_sub_menu/add_product_import_tab.html.haml.deface deleted file mode 100644 index f3029e55cf..0000000000 --- a/app/overrides/spree/admin/shared/_product_sub_menu/add_product_import_tab.html.haml.deface +++ /dev/null @@ -1,4 +0,0 @@ -/ insert_bottom "[data-hook='admin_product_sub_tabs']" - --# Commenting out for now, until product import is finished --# = tab :product_import, label: "Import", url: main_app.admin_product_import_path, match_path: '/product_import' diff --git a/app/overrides/spree/admin/shared/_product_sub_menu/add_variant_overrides_tab.html.haml.deface b/app/overrides/spree/admin/shared/_product_sub_menu/add_variant_overrides_tab.html.haml.deface deleted file mode 100644 index 2915a5a9f6..0000000000 --- a/app/overrides/spree/admin/shared/_product_sub_menu/add_variant_overrides_tab.html.haml.deface +++ /dev/null @@ -1,3 +0,0 @@ -/ insert_bottom "[data-hook='admin_product_sub_tabs']" - -= tab :variant_overrides, url: main_app.admin_inventory_path, match_path: '/inventory' diff --git a/app/views/admin/shared/_product_sub_menu.html.haml b/app/views/admin/shared/_product_sub_menu.html.haml index 2fa5c4d6ac..39a81923eb 100644 --- a/app/views/admin/shared/_product_sub_menu.html.haml +++ b/app/views/admin/shared/_product_sub_menu.html.haml @@ -4,3 +4,5 @@ = tab :option_types, match_path: '/option_types' = tab :properties = tab :prototypes + = tab :variant_overrides, url: main_app.admin_inventory_path, match_path: '/inventory' + = tab :import, url: main_app.admin_product_import_path, match_path: '/product_import'