effective_datatables 4.5.5 → 4.5.6
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
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7a5c0f9a45b8a17fe6288d09971662f90af7003f
|
|
4
|
+
data.tar.gz: aa00ccd16bb6264c49244cd361344a0db9a2a813
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 465ca00fa4789f2f2a55a2c69ce3451048335f174ab992434fb515c5c5752b221bb2c43b160ca39d03189e67e76ae67d6d64e45e0ac1e43ef9f79dfa3d3fa20e
|
|
7
|
+
data.tar.gz: 73cc0557404d38aa404ebf966de289e9d8dd09f6c75a29cdc11665d524c08c2eb724997c17afeb60646744aad8ffab1bcc31526a4716f91b3320ba1097be0ca5
|
|
@@ -126,7 +126,7 @@ module Effective
|
|
|
126
126
|
column[:actions].each do |action, opts|
|
|
127
127
|
next unless opts.kind_of?(Hash)
|
|
128
128
|
|
|
129
|
-
existing = actions.find { |_, v| v[:action] == action }
|
|
129
|
+
existing = actions.find { |_, v| v[:action] == action }&.first
|
|
130
130
|
next unless existing.present?
|
|
131
131
|
|
|
132
132
|
actions[existing]['data-remote'] = opts[:remote] if opts.key?(:remote)
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: effective_datatables
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 4.5.
|
|
4
|
+
version: 4.5.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Code and Effect
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-05-
|
|
11
|
+
date: 2019-05-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|