avo 2.29.1.pre.pr1652 → 2.29.1
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of avo might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/Gemfile.lock +2 -2
- data/app/components/avo/views/resource_index_component.rb +0 -4
- data/lib/avo/dashboards/base_divider.rb +1 -1
- data/lib/avo/version.rb +1 -1
- metadata +4 -5
- data/config/master.key +0 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b9d8214e93c30dd465007288d2ca82334dc8f2ffd30059f0c04402b4aca22c1b
|
4
|
+
data.tar.gz: 6075d940fb8afcfff6d4c82f856b41c6545717f3847665ad962b225bd836218d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4d6889479a700d4e9f574c0b036e23539512f771d5df2258f2449caf5f7221610839beb56dd7591ff0f476938edf0e7ea86b769c14d1f8e65fb81d523e7bab9e
|
7
|
+
data.tar.gz: 2301b54dfaeab3b9c077ade8b59112e011b42622f1b72ad1f3ed8593bb8c93d1f425616f737d6b898d288fe8885d8fae67b83fe19979800dec32ca1f46b051ba
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
avo (2.29.1
|
4
|
+
avo (2.29.1)
|
5
5
|
actionview (>= 6.0)
|
6
6
|
active_link_to
|
7
7
|
activerecord (>= 6.0)
|
@@ -222,7 +222,7 @@ GEM
|
|
222
222
|
image_processing (1.12.2)
|
223
223
|
mini_magick (>= 4.9.5, < 5)
|
224
224
|
ruby-vips (>= 2.0.17, < 3)
|
225
|
-
inline_svg (1.
|
225
|
+
inline_svg (1.9.0)
|
226
226
|
activesupport (>= 3.0)
|
227
227
|
nokogiri (>= 1.6)
|
228
228
|
iso (0.4.0)
|
@@ -85,10 +85,6 @@ class Avo::Views::ResourceIndexComponent < Avo::ResourceComponent
|
|
85
85
|
args[:via_relation] = @reflection.name
|
86
86
|
end
|
87
87
|
|
88
|
-
if @reflection.parent_reflection.present? && @reflection.parent_reflection.inverse_of.present?
|
89
|
-
args[:via_relation] = @reflection.parent_reflection.inverse_of.name
|
90
|
-
end
|
91
|
-
|
92
88
|
if @reflection.inverse_of.present?
|
93
89
|
args[:via_relation] = @reflection.inverse_of.name
|
94
90
|
end
|
@@ -11,7 +11,7 @@ module Avo
|
|
11
11
|
|
12
12
|
class_attribute :id
|
13
13
|
|
14
|
-
def initialize(dashboard: nil, label: nil, invisible: false, index: nil, visible:
|
14
|
+
def initialize(dashboard: nil, label: nil, invisible: false, index: nil, visible: true)
|
15
15
|
@dashboard = dashboard
|
16
16
|
@label = label
|
17
17
|
@invisible = invisible
|
data/lib/avo/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: avo
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.29.1
|
4
|
+
version: 2.29.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Adrian Marin
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2023-03-
|
12
|
+
date: 2023-03-30 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: activerecord
|
@@ -1696,7 +1696,6 @@ files:
|
|
1696
1696
|
- config/credentials.yml.enc
|
1697
1697
|
- config/i18n-tasks.yml
|
1698
1698
|
- config/initializers/pagy.rb
|
1699
|
-
- config/master.key
|
1700
1699
|
- config/routes.rb
|
1701
1700
|
- config/spring.rb
|
1702
1701
|
- db/factories.rb
|
@@ -1957,9 +1956,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
1957
1956
|
version: 2.6.0
|
1958
1957
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
1959
1958
|
requirements:
|
1960
|
-
- - "
|
1959
|
+
- - ">="
|
1961
1960
|
- !ruby/object:Gem::Version
|
1962
|
-
version:
|
1961
|
+
version: '0'
|
1963
1962
|
requirements: []
|
1964
1963
|
rubygems_version: 3.3.3
|
1965
1964
|
signing_key:
|
data/config/master.key
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
2aeb23d82b909d9c6b5abb62f7058c2a
|