thecore_ui_rails_admin 3.1.0 → 3.1.1

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
  SHA256:
3
- metadata.gz: 4d329590346564d4049ca6dcff96aecb5ff05a8a9c9ba548a7a3c2e2a579e5bd
4
- data.tar.gz: a4820f4f4278a0474877c4ff9da212a46f87937beb74316da6cc7380182da859
3
+ metadata.gz: c7951663f1f903cad6c911ce8e22c4e8dedfa818ecc0caf3bbd5c84efb848f0f
4
+ data.tar.gz: 7513283285501954b0b83c538d3a00066b9b0079b98d64af7f2ee61abfd8f802
5
5
  SHA512:
6
- metadata.gz: ae052206e0aa7a204b6bfc690df2b616bbbe68bec21a2c9b68612f568f5a149ce395c5094d3b413333bafa3dc9f53f6977638dd43e34f121d001650aa23c074f
7
- data.tar.gz: 3049b5394b50caf047a4d2fa95828bc64309bfa0578af4301f5c7989b9cd709cbb06e1256bbbdbb09f9e67ad99655f0f441a5cb1566d5c0376201a37dc2e429a
6
+ metadata.gz: 808ab00cbd3c999d14a154c6976d62734782837a84f174fb3c08fed242fdd1bcbec2a51d7901107b7e7ec7d8dc7123031fd9b200aa4d0550e31f33cb19ce1a79
7
+ data.tar.gz: f6d7dd9ad71727ce6c9eb97dab5cb585c62447ac4058c88a3a58cddd3edddc6d27024487785631bd9e009368965f1319160c53a3667f4480f04c1ead1ae8dc0e
@@ -5,6 +5,14 @@ module ThecoreUiRailsAdminUserConcern
5
5
  extend ActiveSupport::Concern
6
6
 
7
7
  included do
8
+
9
+ def admin_enum
10
+ [["✔",true],['✘',false]]
11
+ end
12
+
13
+ def locked_enum
14
+ [["✔",true],['✘',false]]
15
+ end
8
16
 
9
17
  rails_admin do
10
18
  # rails_admin do
@@ -15,8 +23,6 @@ module ThecoreUiRailsAdminUserConcern
15
23
 
16
24
  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
17
25
 
18
- configure :admin, :boolean
19
-
20
26
  edit do
21
27
  configure :password do
22
28
  required false
@@ -1,6 +1,6 @@
1
- it:
2
- yes: Yes
3
- no: Cancel
1
+ en:
2
+ yes: "Yes"
3
+ no: "No"
4
4
  error: Error
5
5
  question: Question
6
6
  root_actions: Root Actions
@@ -4,8 +4,8 @@ it:
4
4
  export_found: Esporta i Filtrati
5
5
  export_selected: Esporta i Selezionati
6
6
  delete_selected: Elimina i Selezionati
7
- yes: Si
8
- no: Annulla
7
+ yes: "Si"
8
+ no: "No"
9
9
  error: Errore
10
10
  question: Domanda
11
11
  root_actions: "Operazioni"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: thecore_ui_rails_admin
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.0
4
+ version: 3.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gabriele Tassoni
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-03-27 00:00:00.000000000 Z
11
+ date: 2023-03-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thecore_ui_commons