spree_admin 5.4.0.beta10 → 5.4.0.rc1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d558bfdd60258dddc980e3b4aa70299d6e0ef837c8fa105d07562aadb906fff6
4
- data.tar.gz: 5dfba2942ca8c01a90af84a093b91d57063db2731393dceafec13f0ccacffe15
3
+ metadata.gz: b5a5b3309511c484a0457d5712eb1e1202f42184edb34816b9f3cde07c39fa7f
4
+ data.tar.gz: 19f2534604cf8102584c203c91e97d9c1b6fd7178aa42b31bb9a5f7fe3f56339
5
5
  SHA512:
6
- metadata.gz: e8b9d9cb68285cf3122bef4b412785c64d2343a731d5740b09a49e27c4b0e83921230608e5c6735fac5921133ad853a150f6d3b77850d0c3465adc2998d5aed1
7
- data.tar.gz: 07c30b2968adedc52c3dd7bc92702f48c17525446f4314d1708ede60a6052146a606dcf5633487378ff8db1a18f3b0387da765e4c9be1544cf1f6f77ca37942d
6
+ metadata.gz: 861da124bb906968bcc212a365968b65d5c74aa395bb58ba4f7fa158552110b567c5a3870fe8452198bbe0027f18c72c37109553838f68e9b08b64af9fb31aab
7
+ data.tar.gz: c2eca230f9a11ac3e7af5872aa591e51cabe7125c35e7190331a1db226f2d5d2f6d2a4ca035dad9f1db88bf1c155cbc4d8bc7f7c7fae8022105bea7a03e87ae0
@@ -42,7 +42,7 @@
42
42
  url: edit_link,
43
43
  ) %>
44
44
  <%= form_for [:admin, @order, Spree::Reimbursement.new] do |f| %>
45
- <%= hidden_field_tag :build_from_customer_return_id, customer_return.id %>
45
+ <%= hidden_field_tag :build_from_customer_return_id, customer_return.prefixed_id %>
46
46
  <%= f.button class: 'dropdown-item' do %>
47
47
  <%= icon "plus" %>
48
48
  <%= Spree.t(:create_reimbursement) %>
@@ -117,7 +117,7 @@
117
117
 
118
118
  <% if @customer_return.can_create_reimbursement? && can?(:create, Spree::Reimbursement) %>
119
119
  <%= form_for [:admin, @order, Spree::Reimbursement.new] do |f| %>
120
- <%= hidden_field_tag :build_from_customer_return_id, @customer_return.id %>
120
+ <%= hidden_field_tag :build_from_customer_return_id, @customer_return.prefixed_id %>
121
121
  <%= f.button class: 'btn btn-primary' do %>
122
122
  <%= icon "plus" %>
123
123
  <%= Spree.t(:create_reimbursement) %>
@@ -1,6 +1,6 @@
1
1
  <%= turbo_frame_tag dom_id(@variant, :shipment_item), class: "border-b py-2 px-4 shipment-line-items__row" do %>
2
2
  <%= form_with url: transfer_admin_order_shipment_path(@order, @shipment), class: "shipment-line-items__form" do |f| %>
3
- <%= hidden_field_tag :variant_id, @variant.id %>
3
+ <%= hidden_field_tag :variant_id, @variant.prefixed_id %>
4
4
  <div class="flex flex-row gap-2 items-center w-full form-group mb-0">
5
5
  <%= label_tag :destination, Spree.t(:move_variant_to), class: 'mb-0 text-gray-600 text-sm font-bold' %>
6
6
  <%= tom_select_tag :destination, grouped_options: { Spree.t('existing_shipments') => shipments_for_transfer(@shipment), Spree.t('new_shipment_at_location') => stock_locations_for_split(@variant) }, class: "grow" %>
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.4.0.beta10
4
+ version: 5.4.0.rc1
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: 2026-03-19 00:00:00.000000000 Z
11
+ date: 2026-03-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: spree
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 5.4.0.beta10
19
+ version: 5.4.0.rc1
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.4.0.beta10
26
+ version: 5.4.0.rc1
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: active_link_to
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -1169,9 +1169,9 @@ licenses:
1169
1169
  - BSD-3-Clause
1170
1170
  metadata:
1171
1171
  bug_tracker_uri: https://github.com/spree/spree/issues
1172
- changelog_uri: https://github.com/spree/spree/releases/tag/v5.4.0.beta10
1172
+ changelog_uri: https://github.com/spree/spree/releases/tag/v5.4.0.rc1
1173
1173
  documentation_uri: https://docs.spreecommerce.org/
1174
- source_code_uri: https://github.com/spree/spree/tree/v5.4.0.beta10
1174
+ source_code_uri: https://github.com/spree/spree/tree/v5.4.0.rc1
1175
1175
  post_install_message:
1176
1176
  rdoc_options: []
1177
1177
  require_paths: