spree_admin 5.1.3 → 5.1.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/app/assets/stylesheets/spree/admin/components/_variants_form.scss +5 -1
- data/app/assets/stylesheets/spree/admin/shared/_forms.scss +4 -0
- data/app/controllers/spree/admin/base_controller.rb +6 -0
- data/app/controllers/spree/admin/custom_domains_controller.rb +0 -4
- data/app/controllers/spree/admin/reports_controller.rb +0 -6
- data/app/controllers/spree/admin/taxonomies_controller.rb +4 -0
- data/app/helpers/spree/admin/navigation_helper.rb +9 -3
- data/app/javascript/spree/admin/controllers/admin_controller.js +8 -2
- data/app/javascript/spree/admin/controllers/select_controller.js +0 -6
- data/app/views/spree/admin/admin_users/index.html.erb +6 -0
- data/app/views/spree/admin/coupon_codes/index.html.erb +6 -0
- data/app/views/spree/admin/custom_domains/_custom_domain.html.erb +4 -6
- data/app/views/spree/admin/custom_domains/_custom_domains.html.erb +4 -9
- data/app/views/spree/admin/custom_domains/index.html.erb +35 -20
- data/app/views/spree/admin/customer_returns/index.html.erb +6 -0
- data/app/views/spree/admin/digital_assets/index.html.erb +3 -0
- data/app/views/spree/admin/exports/index.html.erb +6 -0
- data/app/views/spree/admin/gift_cards/_filters.html.erb +2 -0
- data/app/views/spree/admin/gift_cards/index.html.erb +3 -0
- data/app/views/spree/admin/integrations/index.html.erb +6 -0
- data/app/views/spree/admin/invitations/index.html.erb +6 -0
- data/app/views/spree/admin/invitations/show.html.erb +2 -2
- data/app/views/spree/admin/oauth_applications/index.html.erb +3 -0
- data/app/views/spree/admin/option_types/index.html.erb +3 -0
- data/app/views/spree/admin/orders/index.html.erb +3 -0
- data/app/views/spree/admin/pages/index.html.erb +3 -0
- data/app/views/spree/admin/payment_methods/index.html.erb +6 -0
- data/app/views/spree/admin/post_categories/index.html.erb +4 -1
- data/app/views/spree/admin/posts/_filters.html.erb +1 -0
- data/app/views/spree/admin/posts/index.html.erb +4 -3
- data/app/views/spree/admin/products/_list.html.erb +6 -4
- data/app/views/spree/admin/products/_product.html.erb +2 -0
- data/app/views/spree/admin/products/edit.html.erb +1 -0
- data/app/views/spree/admin/products/form/_variants.html.erb +1 -1
- data/app/views/spree/admin/products/index.html.erb +10 -1
- data/app/views/spree/admin/profile/edit.html.erb +1 -1
- data/app/views/spree/admin/promotions/_filters.html.erb +1 -1
- data/app/views/spree/admin/promotions/_header.html.erb +2 -6
- data/app/views/spree/admin/promotions/index.html.erb +3 -0
- data/app/views/spree/admin/properties/index.html.erb +3 -0
- data/app/views/spree/admin/refund_reasons/index.html.erb +6 -3
- data/app/views/spree/admin/reimbursement_types/index.html.erb +6 -3
- data/app/views/spree/admin/reports/index.html.erb +6 -0
- data/app/views/spree/admin/return_authorization_reasons/index.html.erb +6 -3
- data/app/views/spree/admin/return_authorizations/index.html.erb +6 -0
- data/app/views/spree/admin/roles/_form.html.erb +1 -1
- data/app/views/spree/admin/roles/index.html.erb +5 -2
- data/app/views/spree/admin/roles/new.html.erb +12 -9
- data/app/views/spree/admin/shared/_new_item_dropdown.html.erb +1 -1
- data/app/views/spree/admin/shared/_returns_and_refunds_nav.html.erb +1 -0
- data/app/views/spree/admin/shared/_shipping_nav.html.erb +1 -0
- data/app/views/spree/admin/shared/_stock_nav.html.erb +1 -0
- data/app/views/spree/admin/shared/_team_nav.html.erb +1 -0
- data/app/views/spree/admin/shared/sidebar/_integrations_nav.html.erb +1 -3
- data/app/views/spree/admin/shared/sidebar/_products_nav.html.erb +15 -16
- data/app/views/spree/admin/shared/sidebar/_promotions_nav.html.erb +4 -14
- data/app/views/spree/admin/shared/sidebar/_returns_nav.html.erb +1 -0
- data/app/views/spree/admin/shared/sidebar/_store_nav.html.erb +10 -30
- data/app/views/spree/admin/shared/sidebar/_storefront_nav.html.erb +18 -20
- data/app/views/spree/admin/shared/sidebar/_vendors_nav.html.erb +11 -7
- data/app/views/spree/admin/shipping_categories/index.html.erb +3 -0
- data/app/views/spree/admin/shipping_methods/index.html.erb +8 -1
- data/app/views/spree/admin/stock_items/_filters.html.erb +1 -1
- data/app/views/spree/admin/stock_items/index.html.erb +6 -0
- data/app/views/spree/admin/stock_locations/index.html.erb +3 -0
- data/app/views/spree/admin/stock_transfers/_filters.html.erb +1 -0
- data/app/views/spree/admin/stock_transfers/index.html.erb +3 -0
- data/app/views/spree/admin/store_credit_categories/index.html.erb +3 -0
- data/app/views/spree/admin/store_credits/index.html.erb +3 -0
- data/app/views/spree/admin/stores/edit.html.erb +1 -1
- data/app/views/spree/admin/stores/form/_emails.html.erb +17 -0
- data/app/views/spree/admin/tax_categories/index.html.erb +3 -0
- data/app/views/spree/admin/tax_rates/_form.html.erb +7 -5
- data/app/views/spree/admin/tax_rates/index.html.erb +3 -0
- data/app/views/spree/admin/taxonomies/_taxonomy.html.erb +2 -2
- data/app/views/spree/admin/taxonomies/index.html.erb +3 -0
- data/app/views/spree/admin/taxonomies/update.turbo_stream.erb +1 -0
- data/app/views/spree/admin/themes/index.html.erb +3 -0
- data/app/views/spree/admin/users/_filters.html.erb +1 -0
- data/app/views/spree/admin/users/index.html.erb +3 -1
- data/app/views/spree/admin/webhooks_subscribers/index.html.erb +5 -2
- data/app/views/spree/admin/zones/index.html.erb +3 -0
- data/config/locales/en.yml +1 -0
- data/lib/spree/admin/engine.rb +114 -37
- metadata +9 -13
- data/app/helpers/spree/admin/custom_domains_helper.rb +0 -9
- data/app/views/spree/admin/custom_domains/create.turbo_stream.erb +0 -3
- data/app/views/spree/admin/products/_index_header.html.erb +0 -7
- data/app/views/spree/admin/shared/sidebar/_custom_nav.html.erb +0 -0
- data/app/views/spree/admin/shipping_methods/_actions.html.erb +0 -5
@@ -10,7 +10,7 @@
|
|
10
10
|
<%= taxonomy.taxons.count - 1 %>
|
11
11
|
</td>
|
12
12
|
<td class="w-10 actions">
|
13
|
-
<%= link_to_with_icon 'list-tree', Spree.t('admin.manage_taxons'), spree.admin_taxonomy_path(taxonomy), class: 'btn btn-light btn-sm' %>
|
14
|
-
<%= link_to_edit(taxonomy, class: 'btn btn-light btn-sm') if can?(:edit, taxonomy) %>
|
13
|
+
<%= link_to_with_icon 'list-tree', Spree.t('admin.manage_taxons'), spree.admin_taxonomy_path(taxonomy), class: 'btn btn-light btn-sm', data: { turbo_frame: '_top' } %>
|
14
|
+
<%= link_to_edit(taxonomy, class: 'btn btn-light btn-sm', data: { turbo_frame: '_top' }) if can?(:edit, taxonomy) %>
|
15
15
|
</td>
|
16
16
|
</tr>
|
@@ -3,9 +3,12 @@
|
|
3
3
|
<% end %>
|
4
4
|
|
5
5
|
<% content_for :page_actions do %>
|
6
|
+
<%= render_admin_partials(:taxonomies_actions_partials) %>
|
6
7
|
<%= link_to_with_icon 'plus', Spree.t(:new_taxonomy), new_object_url, class: "btn btn-primary" %>
|
7
8
|
<% end if can?(:create, Spree::Taxonomy) %>
|
8
9
|
|
10
|
+
<%= render_admin_partials(:taxonomies_header_partials) %>
|
11
|
+
|
9
12
|
<div class="card-lg">
|
10
13
|
<%= search_form_for [:admin, @search], class: "filter-wrap", data: {controller: "filters reveal", reveal_hidden_class: "d-none"} do |f| %>
|
11
14
|
<%= render 'spree/admin/shared/filters_search_bar', param: :name_cont, label: Spree.t(:name) %>
|
@@ -0,0 +1 @@
|
|
1
|
+
<%= turbo_render_alerts %>
|
@@ -3,6 +3,7 @@
|
|
3
3
|
<% end %>
|
4
4
|
|
5
5
|
<%= content_for :page_actions do %>
|
6
|
+
<%= render_admin_partials(:themes_actions_partials) %>
|
6
7
|
<%= link_to_with_icon 'eye', Spree.t(:view_your_store), current_store.formatted_url_or_custom_domain, class: 'btn btn-light bg-transparent', target: '_blank' %>
|
7
8
|
<% end %>
|
8
9
|
|
@@ -26,6 +27,8 @@
|
|
26
27
|
<% end %>
|
27
28
|
<% end %>
|
28
29
|
|
30
|
+
<%= render_admin_partials(:themes_header_partials) %>
|
31
|
+
|
29
32
|
<div class="card-lg">
|
30
33
|
<div class="table-responsive rounded-lg">
|
31
34
|
<table class="table">
|
@@ -8,11 +8,13 @@
|
|
8
8
|
<%= Spree.t(:export) %>
|
9
9
|
<% end if can?(:create, Spree::Export) %>
|
10
10
|
|
11
|
+
<%= render_admin_partials(:users_actions_partials) %>
|
11
12
|
<%= render 'extra_actions' %>
|
12
|
-
|
13
13
|
<%= link_to_with_icon 'plus', Spree.t(:new_customer), spree.new_admin_user_path, class: "btn btn-primary" if can? :create, Spree::user_class %>
|
14
14
|
<% end %>
|
15
15
|
|
16
|
+
<%= render_admin_partials(:users_header_partials) %>
|
17
|
+
|
16
18
|
<div class="card-lg">
|
17
19
|
<%= render "spree/admin/users/filters" %>
|
18
20
|
|
@@ -1,8 +1,11 @@
|
|
1
1
|
<%= render 'spree/admin/shared/developers_nav' %>
|
2
2
|
|
3
3
|
<% content_for :page_actions do %>
|
4
|
-
<%=
|
5
|
-
|
4
|
+
<%= render_admin_partials(:webhooks_subscribers_actions_partials) %>
|
5
|
+
<%= link_to_with_icon 'plus', Spree.t('admin.webhooks_subscribers.new_webhooks_subscriber'), new_object_url, class: "btn btn-primary" if can?(:create, Spree::Webhooks::Subscriber) %>
|
6
|
+
<% end %>
|
7
|
+
|
8
|
+
<%= render_admin_partials(:webhooks_subscribers_header_partials) %>
|
6
9
|
|
7
10
|
<div class="card-lg">
|
8
11
|
<% if @collection.any? %>
|
@@ -3,6 +3,7 @@
|
|
3
3
|
<% end %>
|
4
4
|
|
5
5
|
<% content_for :page_actions do %>
|
6
|
+
<%= render_admin_partials(:zones_actions_partials) %>
|
6
7
|
<%= link_to_with_icon 'plus', Spree.t(:new_zone), new_object_url, class: "btn btn-primary" %>
|
7
8
|
<% end if can? :create, Spree::Zone %>
|
8
9
|
|
@@ -12,6 +13,8 @@
|
|
12
13
|
</div>
|
13
14
|
<% end %>
|
14
15
|
|
16
|
+
<%= render_admin_partials(:zones_header_partials) %>
|
17
|
+
|
15
18
|
<div class="card-lg">
|
16
19
|
<% if @collection.any? %>
|
17
20
|
<div class="table-responsive">
|
data/config/locales/en.yml
CHANGED
@@ -212,6 +212,7 @@ en:
|
|
212
212
|
label: Display the company address field
|
213
213
|
customer_support_email_help: This email is visible to your Store visitors in the Footer section
|
214
214
|
new_order_notifications_email_help: If you want to receive an email notification every time someone places an Order please provide an email address for that notification to be sent to
|
215
|
+
send_consumer_transactional_emails_help: When unchecked, transactional emails like order confirmations and shipment notifications will not be sent to customers
|
215
216
|
store_setup_tasks:
|
216
217
|
add_billing_address: Add billing address
|
217
218
|
add_products: Add products
|
data/lib/spree/admin/engine.rb
CHANGED
@@ -4,31 +4,128 @@ module Spree
|
|
4
4
|
module Admin
|
5
5
|
class Engine < ::Rails::Engine
|
6
6
|
Environment = Struct.new(
|
7
|
-
:
|
8
|
-
:
|
7
|
+
:admin_users_actions_partials,
|
8
|
+
:admin_users_filters_partials,
|
9
|
+
:admin_users_header_partials,
|
9
10
|
:body_end_partials,
|
11
|
+
:body_start_partials,
|
12
|
+
:classifications_actions_partials,
|
13
|
+
:classifications_header_partials,
|
14
|
+
:coupon_codes_actions_partials,
|
15
|
+
:coupon_codes_header_partials,
|
16
|
+
:custom_domains_actions_partials,
|
17
|
+
:custom_domains_header_partials,
|
18
|
+
:customer_returns_actions_partials,
|
19
|
+
:customer_returns_filters_partials,
|
20
|
+
:customer_returns_header_partials,
|
10
21
|
:dashboard_analytics_partials,
|
11
22
|
:dashboard_sidebar_partials,
|
23
|
+
:digital_assets_actions_partials,
|
24
|
+
:digital_assets_header_partials,
|
25
|
+
:exports_actions_partials,
|
26
|
+
:exports_header_partials,
|
27
|
+
:gift_cards_actions_partials,
|
28
|
+
:gift_cards_filters_partials,
|
29
|
+
:gift_cards_header_partials,
|
30
|
+
:head_partials,
|
31
|
+
:integrations_actions_partials,
|
32
|
+
:integrations_header_partials,
|
33
|
+
:invitations_actions_partials,
|
34
|
+
:invitations_header_partials,
|
35
|
+
:oauth_applications_actions_partials,
|
36
|
+
:oauth_applications_header_partials,
|
37
|
+
:option_types_actions_partials,
|
38
|
+
:option_types_header_partials,
|
39
|
+
:order_page_body_partials,
|
40
|
+
:order_page_dropdown_partials,
|
41
|
+
:order_page_header_partials,
|
42
|
+
:order_page_sidebar_partials,
|
43
|
+
:order_page_summary_partials,
|
44
|
+
:orders_actions_partials,
|
45
|
+
:orders_filters_partials,
|
46
|
+
:orders_header_partials,
|
47
|
+
:pages_actions_partials,
|
48
|
+
:pages_header_partials,
|
49
|
+
:payment_methods_actions_partials,
|
50
|
+
:payment_methods_header_partials,
|
51
|
+
:post_categories_actions_partials,
|
52
|
+
:post_categories_header_partials,
|
53
|
+
:posts_actions_partials,
|
54
|
+
:posts_filters_partials,
|
55
|
+
:posts_header_partials,
|
12
56
|
:product_dropdown_partials,
|
57
|
+
:product_page_title_partials,
|
13
58
|
:product_form_partials,
|
14
59
|
:product_form_sidebar_partials,
|
60
|
+
:products_actions_partials,
|
15
61
|
:products_filters_partials,
|
16
|
-
:
|
17
|
-
:
|
18
|
-
:
|
19
|
-
:
|
20
|
-
:
|
21
|
-
:
|
22
|
-
:
|
23
|
-
:
|
62
|
+
:products_header_partials,
|
63
|
+
:products_table_header_partials,
|
64
|
+
:products_table_row_partials,
|
65
|
+
:promotions_actions_partials,
|
66
|
+
:promotions_filters_partials,
|
67
|
+
:promotions_header_partials,
|
68
|
+
:properties_actions_partials,
|
69
|
+
:properties_header_partials,
|
70
|
+
:refund_reasons_actions_partials,
|
71
|
+
:refund_reasons_header_partials,
|
72
|
+
:reimbursement_types_actions_partials,
|
73
|
+
:reimbursement_types_header_partials,
|
74
|
+
:reports_actions_partials,
|
75
|
+
:reports_header_partials,
|
76
|
+
:return_authorization_reasons_actions_partials,
|
77
|
+
:return_authorization_reasons_header_partials,
|
78
|
+
:return_authorizations_actions_partials,
|
79
|
+
:return_authorizations_header_partials,
|
80
|
+
:returns_and_refunds_nav_partials,
|
81
|
+
:returns_nav_partials,
|
82
|
+
:roles_actions_partials,
|
83
|
+
:roles_header_partials,
|
24
84
|
:settings_nav_partials,
|
85
|
+
:shipping_categories_actions_partials,
|
86
|
+
:shipping_categories_header_partials,
|
25
87
|
:shipping_method_form_partials,
|
26
|
-
:
|
88
|
+
:shipping_methods_actions_partials,
|
89
|
+
:shipping_methods_header_partials,
|
90
|
+
:shipping_nav_partials,
|
91
|
+
:stock_items_actions_partials,
|
92
|
+
:stock_items_filters_partials,
|
93
|
+
:stock_items_header_partials,
|
94
|
+
:stock_locations_actions_partials,
|
95
|
+
:stock_locations_header_partials,
|
96
|
+
:stock_nav_partials,
|
97
|
+
:stock_transfers_actions_partials,
|
98
|
+
:stock_transfers_filters_partials,
|
99
|
+
:stock_transfers_header_partials,
|
100
|
+
:store_credit_categories_actions_partials,
|
101
|
+
:store_credit_categories_header_partials,
|
102
|
+
:store_credits_actions_partials,
|
103
|
+
:store_credits_header_partials,
|
104
|
+
:store_form_partials,
|
105
|
+
:store_nav_partials,
|
27
106
|
:store_orders_nav_partials,
|
28
107
|
:store_products_nav_partials,
|
108
|
+
:store_settings_nav_partials,
|
29
109
|
:storefront_nav_partials,
|
110
|
+
:tax_categories_actions_partials,
|
111
|
+
:tax_categories_header_partials,
|
30
112
|
:tax_nav_partials,
|
31
|
-
:
|
113
|
+
:tax_rates_actions_partials,
|
114
|
+
:tax_rates_header_partials,
|
115
|
+
:team_nav_partials,
|
116
|
+
:taxonomies_actions_partials,
|
117
|
+
:taxonomies_header_partials,
|
118
|
+
:themes_actions_partials,
|
119
|
+
:themes_header_partials,
|
120
|
+
:user_dropdown_partials,
|
121
|
+
:users_actions_partials,
|
122
|
+
:users_filters_partials,
|
123
|
+
:users_header_partials,
|
124
|
+
:webhooks_subscribers_actions_partials,
|
125
|
+
:webhooks_subscribers_header_partials,
|
126
|
+
:vendors_nav_partials,
|
127
|
+
:zones_actions_partials,
|
128
|
+
:zones_header_partials
|
32
129
|
)
|
33
130
|
|
34
131
|
# accessible via Rails.application.config.spree_admin
|
@@ -82,31 +179,11 @@ module Spree
|
|
82
179
|
end
|
83
180
|
|
84
181
|
config.after_initialize do
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
Rails.application.config.spree_admin.product_form_partials = []
|
91
|
-
Rails.application.config.spree_admin.product_form_sidebar_partials = []
|
92
|
-
Rails.application.config.spree_admin.product_dropdown_partials = []
|
93
|
-
Rails.application.config.spree_admin.products_filters_partials = []
|
94
|
-
Rails.application.config.spree_admin.order_page_header_partials = []
|
95
|
-
Rails.application.config.spree_admin.order_page_body_partials = []
|
96
|
-
Rails.application.config.spree_admin.order_page_sidebar_partials = []
|
97
|
-
Rails.application.config.spree_admin.order_page_summary_partials = []
|
98
|
-
Rails.application.config.spree_admin.order_page_dropdown_partials = []
|
99
|
-
Rails.application.config.spree_admin.orders_filters_partials = []
|
100
|
-
Rails.application.config.spree_admin.store_form_partials = []
|
101
|
-
Rails.application.config.spree_admin.store_nav_partials = []
|
102
|
-
Rails.application.config.spree_admin.settings_nav_partials = []
|
103
|
-
Rails.application.config.spree_admin.shipping_method_form_partials = []
|
104
|
-
Rails.application.config.spree_admin.store_settings_nav_partials = []
|
105
|
-
Rails.application.config.spree_admin.store_orders_nav_partials = []
|
106
|
-
Rails.application.config.spree_admin.store_products_nav_partials = []
|
107
|
-
Rails.application.config.spree_admin.storefront_nav_partials = []
|
108
|
-
Rails.application.config.spree_admin.tax_nav_partials = []
|
109
|
-
Rails.application.config.spree_admin.user_dropdown_partials = []
|
182
|
+
Environment.new.tap do |env|
|
183
|
+
env.members.each do |key|
|
184
|
+
Rails.application.config.spree_admin.send("#{key}=", [])
|
185
|
+
end
|
186
|
+
end
|
110
187
|
end
|
111
188
|
end
|
112
189
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: spree_admin
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 5.1.
|
4
|
+
version: 5.1.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Vendo Connect Inc.
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-
|
11
|
+
date: 2025-08-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: spree_core
|
@@ -16,28 +16,28 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 5.1.
|
19
|
+
version: 5.1.5
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - ">="
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: 5.1.
|
26
|
+
version: 5.1.5
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: spree_api
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
30
30
|
requirements:
|
31
31
|
- - ">="
|
32
32
|
- !ruby/object:Gem::Version
|
33
|
-
version: 5.1.
|
33
|
+
version: 5.1.5
|
34
34
|
type: :runtime
|
35
35
|
prerelease: false
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
38
|
- - ">="
|
39
39
|
- !ruby/object:Gem::Version
|
40
|
-
version: 5.1.
|
40
|
+
version: 5.1.5
|
41
41
|
- !ruby/object:Gem::Dependency
|
42
42
|
name: active_link_to
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
@@ -415,7 +415,6 @@ files:
|
|
415
415
|
- app/controllers/spree/admin/zones_controller.rb
|
416
416
|
- app/helpers/spree/admin/base_helper.rb
|
417
417
|
- app/helpers/spree/admin/bulk_operations_helper.rb
|
418
|
-
- app/helpers/spree/admin/custom_domains_helper.rb
|
419
418
|
- app/helpers/spree/admin/customer_returns_helper.rb
|
420
419
|
- app/helpers/spree/admin/flash_helper.rb
|
421
420
|
- app/helpers/spree/admin/modal_helper.rb
|
@@ -530,7 +529,6 @@ files:
|
|
530
529
|
- app/views/spree/admin/custom_domains/_custom_domain.html.erb
|
531
530
|
- app/views/spree/admin/custom_domains/_custom_domains.html.erb
|
532
531
|
- app/views/spree/admin/custom_domains/_form.html.erb
|
533
|
-
- app/views/spree/admin/custom_domains/create.turbo_stream.erb
|
534
532
|
- app/views/spree/admin/custom_domains/edit.html.erb
|
535
533
|
- app/views/spree/admin/custom_domains/index.html.erb
|
536
534
|
- app/views/spree/admin/custom_domains/new.html.erb
|
@@ -791,7 +789,6 @@ files:
|
|
791
789
|
- app/views/spree/admin/products/_filters.html.erb
|
792
790
|
- app/views/spree/admin/products/_form.html.erb
|
793
791
|
- app/views/spree/admin/products/_import_button.html.erb
|
794
|
-
- app/views/spree/admin/products/_index_header.html.erb
|
795
792
|
- app/views/spree/admin/products/_list.html.erb
|
796
793
|
- app/views/spree/admin/products/_product.html.erb
|
797
794
|
- app/views/spree/admin/products/_product_status.html.erb
|
@@ -935,7 +932,6 @@ files:
|
|
935
932
|
- app/views/spree/admin/shared/named_types/_edit.html.erb
|
936
933
|
- app/views/spree/admin/shared/named_types/_form.html.erb
|
937
934
|
- app/views/spree/admin/shared/named_types/_new.html.erb
|
938
|
-
- app/views/spree/admin/shared/sidebar/_custom_nav.html.erb
|
939
935
|
- app/views/spree/admin/shared/sidebar/_enterprise_edition_notice.html.erb
|
940
936
|
- app/views/spree/admin/shared/sidebar/_integrations_nav.html.erb
|
941
937
|
- app/views/spree/admin/shared/sidebar/_orders_nav.html.erb
|
@@ -953,7 +949,6 @@ files:
|
|
953
949
|
- app/views/spree/admin/shipping_categories/edit.html.erb
|
954
950
|
- app/views/spree/admin/shipping_categories/index.html.erb
|
955
951
|
- app/views/spree/admin/shipping_categories/new.html.erb
|
956
|
-
- app/views/spree/admin/shipping_methods/_actions.html.erb
|
957
952
|
- app/views/spree/admin/shipping_methods/_form.html.erb
|
958
953
|
- app/views/spree/admin/shipping_methods/_shipping_method.html.erb
|
959
954
|
- app/views/spree/admin/shipping_methods/edit.html.erb
|
@@ -1024,6 +1019,7 @@ files:
|
|
1024
1019
|
- app/views/spree/admin/taxonomies/index.html.erb
|
1025
1020
|
- app/views/spree/admin/taxonomies/new.html.erb
|
1026
1021
|
- app/views/spree/admin/taxonomies/show.html.erb
|
1022
|
+
- app/views/spree/admin/taxonomies/update.turbo_stream.erb
|
1027
1023
|
- app/views/spree/admin/taxons/_form.html.erb
|
1028
1024
|
- app/views/spree/admin/taxons/_rule_form.html.erb
|
1029
1025
|
- app/views/spree/admin/taxons/_rules_form.html.erb
|
@@ -1145,9 +1141,9 @@ licenses:
|
|
1145
1141
|
- AGPL-3.0-or-later
|
1146
1142
|
metadata:
|
1147
1143
|
bug_tracker_uri: https://github.com/spree/spree/issues
|
1148
|
-
changelog_uri: https://github.com/spree/spree/releases/tag/v5.1.
|
1144
|
+
changelog_uri: https://github.com/spree/spree/releases/tag/v5.1.5
|
1149
1145
|
documentation_uri: https://docs.spreecommerce.org/
|
1150
|
-
source_code_uri: https://github.com/spree/spree/tree/v5.1.
|
1146
|
+
source_code_uri: https://github.com/spree/spree/tree/v5.1.5
|
1151
1147
|
post_install_message:
|
1152
1148
|
rdoc_options: []
|
1153
1149
|
require_paths:
|
@@ -1,7 +0,0 @@
|
|
1
|
-
<% content_for :page_title do %>
|
2
|
-
<%= plural_resource_name(Spree::Product) %>
|
3
|
-
<% end %>
|
4
|
-
|
5
|
-
<% content_for :page_actions do %>
|
6
|
-
<%= link_to_with_icon 'plus', Spree.t(:new_product), new_object_url, class: 'btn btn-primary' if can?(:create, Spree::Product) %>
|
7
|
-
<% end %>
|
File without changes
|