tabulatr2 0.9.43 → 0.9.44

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: 2fd922d9e3607591509ce645ab120be41b1684a9186cf3cd3ee8349aa448d4b3
4
- data.tar.gz: 9437dec7454741490fb08c3866189ddaa52fd880c383554141d65de70351214e
3
+ metadata.gz: da21cb12d7978ecea6910cfd2f8b7bb11c29460188ef9f74b67ff39254bcf09d
4
+ data.tar.gz: 8180c80ce2a939080bd265de2cb917627b90bcdb981b39663e9e05f43c3c952c
5
5
  SHA512:
6
- metadata.gz: 2aacfc00dd329b4182964a50417616822ecd53bab1dc971dc7f3ac0ac8575728c0f5d71124fdd1d84dee973cd580bb99b0948473dfbc7d74ad7c37cf86becb83
7
- data.tar.gz: '091abbb6286cb6277814faa00503786c31b775793b82cc2fb1541e7ca4a03d08aefb3bea5684c1b4ca36e53197b7e9b45e4c05c8a994d3c24c944465ea489357'
6
+ metadata.gz: 23097f23fac288be8147a1683f0a86a09f84945ef0c740746e5f673adf485acc906442171c4101af75212bd141c722187deb3b6603f3ea80141482334b3a25c8
7
+ data.tar.gz: 6e759668be381e68306ecdfe6b4a5216d6b3fdc7471894237e2f6536a4dbaf3fd30073d3f329cc2fac16d5ba1fbe581ad6b02a6a0057869d0384a668af5d4454
@@ -89,7 +89,7 @@ class Tabulatr::Data
89
89
  def execute_batch_actions batch_param, selected_ids
90
90
  if batch_param.present? && @batch_actions.present?
91
91
  batch_param = batch_param.keys.first.to_sym if batch_param.is_a?(Hash)
92
- selected_ids = @relation.map(&:id) if selected_ids.empty?
92
+ # selected_ids = @relation.map(&:id) if selected_ids.empty?
93
93
  @batch_actions.yield(Invoker.new(batch_param, selected_ids))
94
94
  end
95
95
  end
@@ -22,5 +22,5 @@
22
22
  #++
23
23
 
24
24
  module Tabulatr
25
- VERSION = "0.9.43"
25
+ VERSION = "0.9.44"
26
26
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tabulatr2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.43
4
+ version: 0.9.44
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter Horn
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2020-07-22 00:00:00.000000000 Z
13
+ date: 2021-05-03 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: rails
@@ -279,7 +279,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
279
279
  - !ruby/object:Gem::Version
280
280
  version: '0'
281
281
  requirements: []
282
- rubygems_version: 3.0.3
282
+ rubygems_version: 3.0.8
283
283
  signing_key:
284
284
  specification_version: 4
285
285
  summary: A tight DSL to build tables of ActiveRecord models with sorting, pagination,