simple_drilldown 0.10.1 → 0.10.2
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 +4 -4
- data/lib/simple_drilldown/controller.rb +2 -2
- data/lib/simple_drilldown/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4d8d435e92abad75f581cab051616487b405d0e399591c2223d40c15679631ba
|
|
4
|
+
data.tar.gz: b1576d561bc76f1b9f32055ffdb078c608ecb6888754659f67c2c33b3ed2c2fc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e60320131e2ecacb83020b4f26d1c1e890cb4f569687a41b237f39dece5b19a6aa04e34ad596fc9eb03ebd9fa9fa347ef72e9adf54212df688e028dbc4f5ef8d
|
|
7
|
+
data.tar.gz: e6bfc5405cb576cf76367529ebec4c8080d8eeda6ebfa2021f4b9b18981ffab24eec385af90b40b3c94a5b7eb3edbb5f98ca946e62758ae80ef3c5929d3b7b2b
|
|
@@ -578,12 +578,12 @@ module SimpleDrilldown
|
|
|
578
578
|
raise "Field definition missing for: #{field.inspect}" unless field_def
|
|
579
579
|
|
|
580
580
|
field_includes = field_def[:include]
|
|
581
|
-
list_includes = merge_includes(list_includes, field_includes) if field_includes
|
|
581
|
+
list_includes = self.class.merge_includes(list_includes, field_includes) if field_includes
|
|
582
582
|
end
|
|
583
583
|
if @search.list_change_times
|
|
584
584
|
@history_fields.each do |f|
|
|
585
585
|
if @search.fields.include? f
|
|
586
|
-
list_includes = merge_includes(list_includes, assignment: { order: :"#{f}_changes" })
|
|
586
|
+
list_includes = self.class.merge_includes(list_includes, assignment: { order: :"#{f}_changes" })
|
|
587
587
|
end
|
|
588
588
|
end
|
|
589
589
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: simple_drilldown
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.10.
|
|
4
|
+
version: 0.10.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Uwe Kubosch
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-11-
|
|
11
|
+
date: 2021-11-09 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: caxlsx_rails
|