importo 3.0.9 → 3.0.11

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 223e8f60e766e765e6b1933f05938e87a0edf05c02a307b931892266113802ad
4
- data.tar.gz: e87886f568dd191c231e50fc03978e36c646c63d0acdfedb903deb35731fc60b
3
+ metadata.gz: 6131e4ec626396aef1988b8935c2806830b71248cb0ceb9895b40b3194c81ff5
4
+ data.tar.gz: c4ee0a4d593837dc62c333c6705bcf40241b751938eec86cbbe2513f81dfbfcf
5
5
  SHA512:
6
- metadata.gz: 553a215bc4f9b34194bd0405a22d53f9e28621fe9d5bdeadd19365acee1129b686f8b4f43db44def508b327ddba5b29d6efd4276d345904cca43acc5f827b4fe
7
- data.tar.gz: 75c8a8d51b112b7b302c7b5607023a0f405e856435c31531ec39ab9264df8f51ca26e50b8e3c15ee26cc586802b7b632688c70c52ce1fb910d823200712db181
6
+ metadata.gz: 45102995ab226ee9a8197405011f0ffd5c51e00e0b39c027424809087abdb759947ea3439070983c6bf64de92d72e148332a61e33bb8a94a0133724bba366039
7
+ data.tar.gz: 61f8719dfe1cfa516a78b64191f75d6f6d48eee0a042335e75502be705f8ca7dfcb09f65e0e508d3da427e120905c36eea176e0d0f845a38d84393244f3f3b72
@@ -161,7 +161,7 @@ module Importable
161
161
  run_callbacks :row_import do
162
162
  record = nil
163
163
 
164
- ActiveRecord::Base.transaction(isolation: :read_committed) do
164
+ ActiveRecord::Base.transaction do
165
165
  register_result(index, hash: row_hash, state: :processing)
166
166
 
167
167
  before_build(record, attributes)
@@ -1,6 +1,6 @@
1
1
  = sts.card :importo_imports, icon: 'fad fa-file-import', content_padding: false do |card|
2
2
  - if defined? Mensa
3
- = sts.mensa(:importo_mensa_imports, parameters: { kind: @import&.kind })
3
+ = sts.table(:importo_mensa_imports, parameters: { kind: @import&.kind })
4
4
  - else
5
5
  = card.with_table(:importo_imports, parameters: { kind: @import&.kind }, custom_views: false)
6
6
 
@@ -28,7 +28,7 @@
28
28
  .col-span-3.sm:col-span-3
29
29
  = sts.card :importo_imports, title: "#{@import.kind.humanize} imports", icon: 'fad fa-file-import', content_padding: false do |card|
30
30
  - if defined? Mensa
31
- = sts.mensa(:importo_mensa_imports, parameters: { kind: @import.kind })
31
+ = sts.table(:importo_mensa_imports, parameters: { kind: @import.kind })
32
32
  - else
33
33
  = card.with_table(:importo_imports, parameters: { kind: @import.kind }, custom_views: false)
34
34
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Importo
4
- VERSION = "3.0.9"
4
+ VERSION = "3.0.11"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: importo
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.9
4
+ version: 3.0.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andre Meij
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2024-03-21 00:00:00.000000000 Z
12
+ date: 2024-04-11 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: caxlsx