cm-admin 2.3.3 → 2.3.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2f85a062f8d926712d7817aeb392c0233208690eacbefeccdbcadb90ac6e85cf
4
- data.tar.gz: eb59e86b5c40e9e592d8c1c488cbb5bf9ab2d7de5e66fbad97c0abb401449688
3
+ metadata.gz: fec6548ce41685e85f8a77b0896f0602e8a38fd9829cf53933eb6bf703e3ee5a
4
+ data.tar.gz: 190a6d31789e99487d33c1c78b3ca1576c1b52d77a6355cbb09c6fb4cb83d64c
5
5
  SHA512:
6
- metadata.gz: e4bf5998df379c42994928003eac0f18770c1650983520aae1fd2940f062d239f567066ea16469b1c7fa5135d9d77a0307be7df13c2a34342625b02da0ed2445
7
- data.tar.gz: 0a7d326057c1a49aff2ef3db674ab7e21f1634634f1b527d4cb85bc535c49c0ef441b102bcb16b6d8077f33f5866d333b49c9ab6d096c9833bd7da019c43e961
6
+ metadata.gz: 905008ecca1d18498dbb0995b2fe7eca6f1ad7b297e11aa6eb69b6a4956feb1b1805a01bf490b36e02a07a1cda2f842dfa25d8d5d3ab93ff7cc39f66797ac305
7
+ data.tar.gz: 596bbde39d7551283e6eeab112680e1f12efc3d5abd7ebc356abc69564967caca2086860751436c2adb393ea8d6a695a277b851280d61d0d6c5edb5e3f596b2a
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- cm-admin (2.3.3)
4
+ cm-admin (2.3.4)
5
5
  caxlsx_rails
6
6
  cocoon (~> 1.2.15)
7
7
  csv-importer (~> 0.8.2)
@@ -1,3 +1,3 @@
1
1
  module CmAdmin
2
- VERSION = '2.3.3'
2
+ VERSION = '2.3.4'
3
3
  end
@@ -20,7 +20,7 @@ module CmAdmin
20
20
  def add_filters_dropdown(filters)
21
21
  concat(content_tag(:button, class: 'dropdown btn-ghost', data: { bs_toggle: 'dropdown' }) do
22
22
  concat tag.i(class: 'fas fa-filter')
23
- concat tag.span 'Filter'
23
+ concat tag.span 'Filters'
24
24
  end)
25
25
 
26
26
  concat(content_tag(:div, class: 'dropdown-menu dropdown-popup') do
@@ -32,7 +32,7 @@ module CmAdmin
32
32
  concat(content_tag(:div, class: 'list-area') do
33
33
  filters.each do |filter|
34
34
  concat(content_tag(:div, class: 'pointer list-item', data: { behaviour: 'filter-option', filter_type: "#{filter.filter_type}", db_column: "#{filter.db_column_name}" }) do
35
- tag.span filter.placeholder.to_s.titleize
35
+ tag.span filter.display_name.to_s
36
36
  end)
37
37
  end
38
38
  end)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cm-admin
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.3.3
4
+ version: 2.3.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael
@@ -14,7 +14,7 @@ authors:
14
14
  autorequire:
15
15
  bindir: exe
16
16
  cert_chain: []
17
- date: 2024-10-08 00:00:00.000000000 Z
17
+ date: 2024-10-09 00:00:00.000000000 Z
18
18
  dependencies:
19
19
  - !ruby/object:Gem::Dependency
20
20
  name: caxlsx_rails