thecore_ui_rails_admin 3.2.18 → 3.2.20
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/config/initializers/concern_action.rb +1 -1
- data/config/initializers/concern_permission.rb +1 -1
- data/config/initializers/concern_permission_role.rb +1 -1
- data/config/initializers/concern_predicate.rb +1 -1
- data/config/initializers/concern_role.rb +1 -1
- data/config/initializers/concern_role_user.rb +1 -1
- data/config/initializers/concern_target.rb +1 -1
- data/config/initializers/concern_user.rb +29 -2
- data/lib/thecore_ui_rails_admin/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: 034da16c5f855cff84eb1e7a3e68e7bd4d252b2b21b3df08152d57da3db6c8d3
|
4
|
+
data.tar.gz: e281dc5e00b2f90acb71314f68199af8aba03b8398a04c27fe992a73badb57b4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 73a75bb0b515360b5c14336139735d81ac0176cc66a36dfd0e1837c6b71ae5b5dde742d4469fce7767eaedb7cd9454ac2336abd0356e2067b862b1dd8e298d56
|
7
|
+
data.tar.gz: 8fb861ebfb1af1c7c6a3c7685a87411dbfdc82e3ded054488be4f5d1a701e928cb238280b4cb7f71cf791ddbf18aaabcfdd9389180b4352232a1cfef16f83539
|
@@ -9,7 +9,7 @@ module ThecoreUiRailsAdminActionConcern
|
|
9
9
|
rails_admin do
|
10
10
|
navigation_label Proc.new {I18n.t("admin.settings.label")}
|
11
11
|
navigation_icon 'fas fa-users'
|
12
|
-
desc Proc.new {I18n.t("activerecord.descriptions.role")}
|
12
|
+
# desc Proc.new {I18n.t("activerecord.descriptions.role")}
|
13
13
|
|
14
14
|
visible false
|
15
15
|
|
@@ -9,7 +9,7 @@ module ThecoreUiRailsAdminPermissionConcern
|
|
9
9
|
rails_admin do
|
10
10
|
navigation_label Proc.new {I18n.t("admin.settings.label")}
|
11
11
|
navigation_icon 'fas fa-users'
|
12
|
-
desc Proc.new {I18n.t("activerecord.descriptions.role")}
|
12
|
+
# desc Proc.new {I18n.t("activerecord.descriptions.role")}
|
13
13
|
|
14
14
|
visible false
|
15
15
|
|
@@ -9,7 +9,7 @@ module ThecoreUiRailsAdminPermissionRoleConcern
|
|
9
9
|
rails_admin do
|
10
10
|
navigation_label Proc.new {I18n.t("admin.settings.label")}
|
11
11
|
navigation_icon 'fas fa-users'
|
12
|
-
desc Proc.new {I18n.t("activerecord.descriptions.role")}
|
12
|
+
# desc Proc.new {I18n.t("activerecord.descriptions.role")}
|
13
13
|
|
14
14
|
visible false
|
15
15
|
end
|
@@ -9,7 +9,7 @@ module ThecoreUiRailsAdminPredicateConcern
|
|
9
9
|
rails_admin do
|
10
10
|
navigation_label Proc.new {I18n.t("admin.settings.label")}
|
11
11
|
navigation_icon 'fas fa-users'
|
12
|
-
desc Proc.new {I18n.t("activerecord.descriptions.role")}
|
12
|
+
# desc Proc.new {I18n.t("activerecord.descriptions.role")}
|
13
13
|
|
14
14
|
visible false
|
15
15
|
|
@@ -9,7 +9,7 @@ module ThecoreUiRailsAdminRoleConcern
|
|
9
9
|
rails_admin do
|
10
10
|
navigation_label Proc.new {I18n.t("admin.settings.label")}
|
11
11
|
navigation_icon 'fas fa-users'
|
12
|
-
desc Proc.new
|
12
|
+
# desc Proc.new {I18n.t("activerecord.descriptions.role")}
|
13
13
|
|
14
14
|
field :name
|
15
15
|
field :permissions
|
@@ -9,7 +9,7 @@ module ThecoreUiRailsAdminRoleUserConcern
|
|
9
9
|
rails_admin do
|
10
10
|
navigation_label Proc.new {I18n.t("admin.settings.label")}
|
11
11
|
navigation_icon 'fas fa-users'
|
12
|
-
desc Proc.new {I18n.t("activerecord.descriptions.role")}
|
12
|
+
# desc Proc.new {I18n.t("activerecord.descriptions.role")}
|
13
13
|
|
14
14
|
visible false
|
15
15
|
end
|
@@ -9,7 +9,7 @@ module ThecoreUiRailsAdminTargetConcern
|
|
9
9
|
rails_admin do
|
10
10
|
navigation_label Proc.new {I18n.t("admin.settings.label")}
|
11
11
|
navigation_icon 'fas fa-users'
|
12
|
-
desc Proc.new {I18n.t("activerecord.descriptions.role")}
|
12
|
+
# desc Proc.new {I18n.t("activerecord.descriptions.role")}
|
13
13
|
|
14
14
|
visible false
|
15
15
|
|
@@ -26,9 +26,36 @@ module ThecoreUiRailsAdminUserConcern
|
|
26
26
|
navigation_label Proc.new { I18n.t("admin.settings.label") }
|
27
27
|
navigation_icon 'fa fa-user-circle'
|
28
28
|
parent Role
|
29
|
-
desc Proc.new { I18n.t("activerecord.descriptions.user") }
|
29
|
+
# desc Proc.new { I18n.t("activerecord.descriptions.user") }
|
30
30
|
|
31
|
-
|
31
|
+
# Hide fields: :id, :remember_created_at, :sign_in_count, :current_sign_in_at, :last_sign_in_at, :current_sign_in_ip, :last_sign_in_ip, :lock_version, :role_users
|
32
|
+
configure :id do
|
33
|
+
hide
|
34
|
+
end
|
35
|
+
configure :remember_created_at do
|
36
|
+
hide
|
37
|
+
end
|
38
|
+
configure :sign_in_count do
|
39
|
+
hide
|
40
|
+
end
|
41
|
+
configure :current_sign_in_at do
|
42
|
+
hide
|
43
|
+
end
|
44
|
+
configure :last_sign_in_at do
|
45
|
+
hide
|
46
|
+
end
|
47
|
+
configure :current_sign_in_ip do
|
48
|
+
hide
|
49
|
+
end
|
50
|
+
configure :last_sign_in_ip do
|
51
|
+
hide
|
52
|
+
end
|
53
|
+
configure :lock_version do
|
54
|
+
hide
|
55
|
+
end
|
56
|
+
configure :role_users do
|
57
|
+
hide
|
58
|
+
end
|
32
59
|
|
33
60
|
edit do
|
34
61
|
configure :password do
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: thecore_ui_rails_admin
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.2.
|
4
|
+
version: 3.2.20
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Gabriele Tassoni
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-
|
10
|
+
date: 2025-03-03 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: thecore_ui_commons
|