rails_admin_import 3.0.3 → 3.0.4

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: ac7ffedfed8aa05307f7ed427f398715506f44c7b8b9cbb7e105432d77715d62
4
- data.tar.gz: 9690d4b8f7b36474b73960b4d1c82d4ce62a1d94f836262c2afe0b2c63c7c980
3
+ metadata.gz: 2129efc09b052a10e11c22a99bb4530542f6a279e0eaf79a8cfa2bedd0d13033
4
+ data.tar.gz: a01b1898b5827b8767e654de83526415cf880561954dbcbc30c52e4f8f7cb49e
5
5
  SHA512:
6
- metadata.gz: 3a759159fb178973e4a82c9df1df91e86ec6f0cd6e6af5ed10488fe9d87ee70f88827fef7e8fd2520657da3c0c95179d2bda4b789a901ed1eadb4cd9924986b2
7
- data.tar.gz: 435c47305ef9011d1b5fa905efee0b4c1e2acf96ad63afd1cfbd78a183f1f069bf49f29850fd23f4b0e8d3ffc0bdf2281b11987e40e4527a8ab152c82ca8252f
6
+ metadata.gz: 3bb07e6ac01f026572ff68e8f26e2f638372fc588b1a52e2ae5f3a2bf00e312b4c67910ef4b44943781bf54f3293cc1db9887041b2d40090a487373fa78c1480
7
+ data.tar.gz: 3d83e1d6725b101e648b1510e29a38d9a9d756f8f61d7177b6238788e5b943a2b2e6baae9f892ceb0c11736c7b13a72145df896a6f737e601e11f4f098563be9
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Change Log
2
2
 
3
+ # 3.0.4 / 2024-06-04
4
+
5
+ - Fix missing flash messages. Thanks @nanjakkun
6
+
3
7
  # 3.0.3 / 2022-04-22
4
8
 
5
9
  - Allow importing false values. Thanks @Wowu
@@ -11,7 +11,7 @@
11
11
  %>
12
12
 
13
13
  <%= render "results" %>
14
- <%= form_tag import_path(@abstract_model), :multipart => true, class: 'form-horizontal denser' do %>
14
+ <%= form_tag import_path(@abstract_model), :multipart => true, class: 'form-horizontal denser', data: { turbo: false } do %>
15
15
  <input name="send_data" type="hidden" value="true">/</input>
16
16
  <fieldset>
17
17
  <legend>
@@ -53,7 +53,7 @@
53
53
  <%= t("admin.import.update_if_exists") %>
54
54
  </label>
55
55
  <div class="col-sm-10 controls">
56
- <%= check_box_tag :update_if_exists, '1', RailsAdminImport.config.update_if_exists, :class => "form-control" %>
56
+ <%= check_box_tag :update_if_exists, '1', RailsAdminImport.config.update_if_exists %>
57
57
  <p class="help-block">
58
58
  <%= t('admin.import.help.update_if_exists') %>
59
59
  </p>
@@ -1,3 +1,3 @@
1
1
  module RailsAdminImport
2
- VERSION = "3.0.3"
2
+ VERSION = "3.0.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails_admin_import
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.3
4
+ version: 3.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Steph Skardal
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2022-04-22 00:00:00.000000000 Z
12
+ date: 2024-06-04 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
@@ -121,7 +121,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
121
121
  - !ruby/object:Gem::Version
122
122
  version: '0'
123
123
  requirements: []
124
- rubygems_version: 3.1.6
124
+ rubygems_version: 3.3.5
125
125
  signing_key:
126
126
  specification_version: 4
127
127
  summary: Import functionality for Rails Admin