Skip to content

Commit

Permalink
Fixing admin store credit reasons tab not expanded
Browse files Browse the repository at this point in the history
Left menu was not expanded when trying to manage store credit reasons
  • Loading branch information
softr8 committed Oct 24, 2019
1 parent 93df195 commit d3986c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion backend/lib/spree/backend_configuration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit d3986c9

Please sign in to comment.