mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-21 05:09:15 +00:00
Set default admin orders view to sort with most recent orders first
This commit is contained in:
6
app/views/spree/admin/shared/_tabs.html.erb
Normal file
6
app/views/spree/admin/shared/_tabs.html.erb
Normal file
@@ -0,0 +1,6 @@
|
||||
<%= tab :overview, :route => :admin %>
|
||||
<%= tab :orders, :payments, :creditcard_payments, :shipments, :creditcards, :return_authorizations, {:url => admin_orders_path('q[s]' => 'completed_at desc')} %>
|
||||
<%= tab :products , :option_types, :properties, :prototypes, :variants, :product_properties, :taxons %>
|
||||
<%= tab :reports %>
|
||||
<%= tab :configurations, :general_settings, :mail_methods, :tax_categories, :zones, :states, :payment_methods, :inventory_settings, :taxonomies, :shipping_methods, :trackers, :label => 'configuration' %>
|
||||
<%= tab :users %>
|
||||
Reference in New Issue
Block a user