thecore_ui_rails_admin 3.2.17 → 3.2.19
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 +1 -1
- data/lib/thecore_ui_rails_admin/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 842d6ff0b920b849bcba28a18783e901445c8c6d35e82bd9eb6efb66d6c2d5bb
|
4
|
+
data.tar.gz: 54e05209bab72ca0e0265e61f6bd8a4876fe4412b5d412d765d3966394402049
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: baa9091fea49a2f52a253417bd83e6fd9c9b4dda0c97da1b4724ce0af375737810c8483579c0c744edba94dfd8f05a401886771105f6bde03abd12b9af1f6b37
|
7
|
+
data.tar.gz: 28db15bed25df6aad2ddd85e1d68499ad3be2fce0f3bec7ca44f764d8c2ad0e4ea057bce3693e619b21554e74148480284384001ef5faf04438dbab89edbefaa
|
@@ -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
|
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
|
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
|
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
|
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
|
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
|
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
|
12
|
+
# desc Proc.new {I18n.t("activerecord.descriptions.role")}
|
13
13
|
|
14
14
|
visible false
|
15
15
|
|
@@ -26,7 +26,7 @@ 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
|
29
|
+
# desc Proc.new { I18n.t("activerecord.descriptions.user") }
|
30
30
|
|
31
31
|
exclude_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
32
|
|