From 42cd9a51521bf4c56d69cfb74b20dbe7f1893ce1 Mon Sep 17 00:00:00 2001 From: luisramos0 Date: Wed, 23 Oct 2019 12:54:52 +0100 Subject: [PATCH] Remove menu entry option types because this page is not really usable We keep the underlying data structures because option types and option values are used internally to keep units in OFN: weight, volume and items, but otherwise, custom option types are no longer possible in OFN --- app/views/spree/admin/shared/_product_sub_menu.html.haml | 1 - 1 file changed, 1 deletion(-) diff --git a/app/views/spree/admin/shared/_product_sub_menu.html.haml b/app/views/spree/admin/shared/_product_sub_menu.html.haml index 385fbd9993..09d2e80bb9 100644 --- a/app/views/spree/admin/shared/_product_sub_menu.html.haml +++ b/app/views/spree/admin/shared/_product_sub_menu.html.haml @@ -1,6 +1,5 @@ - content_for :sub_menu do %ul#sub_nav.inline-menu = tab :products, match_path: '/products' - = tab :option_types, match_path: '/option_types' = tab :properties = tab :prototypes