From d3986c99135d61c76ef5ccc61967f4ca172ead1f Mon Sep 17 00:00:00 2001 From: Edwin Cruz Date: Thu, 24 Oct 2019 11:19:22 -0600 Subject: [PATCH] Fixing admin store credit reasons tab not expanded Left menu was not expanded when trying to manage store credit reasons --- backend/lib/spree/backend_configuration.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/backend/lib/spree/backend_configuration.rb b/backend/lib/spree/backend_configuration.rb index 6a0b4780727..d1a10c9980b 100644 --- a/backend/lib/spree/backend_configuration.rb +++ b/backend/lib/spree/backend_configuration.rb @@ -17,7 +17,8 @@ class BackendConfiguration < Preferences::Configuration :payment_methods, :shipping_methods, :shipping_categories, :stock_locations, :refund_reasons, :reimbursement_types, - :return_reasons, :adjustment_reasons] + :return_reasons, :adjustment_reasons, + :store_credit_reasons] PROMOTION_TABS ||= [:promotions, :promotion_categories] STOCK_TABS ||= [:stock_items] USER_TABS ||= [:users, :store_credits]