cm-admin 1.5.38 → 1.5.39

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: c40bfc75e34962bd8f06fdf048ab26a15bf28f6c12bcee4d610798c5039051fd
4
- data.tar.gz: 9fd1bc8df6119bfdd081f54273e214a52c5a5f48f1ede629f2871f25c3ce29e3
3
+ metadata.gz: fefeb86ee44a447393ca13e95d50acef37ecad2512b85518b24aaf09d307b777
4
+ data.tar.gz: 993f0514720d1af46c50f43ce7f2a00086b1823b0621b726e0f3c400170c30ab
5
5
  SHA512:
6
- metadata.gz: 489cb6075a78d061f8faf54bd785634bdfe0034b071e32f2b23e825861784052e82acdd74bfa10248f31ac15f582d0722d2cc94180de6765a9a6863270d16f99
7
- data.tar.gz: 31da01d615e7f0af26d79dcd82d8f3737c832ee9c34962ab1d9dcb9ebea1b291dcb29c2dcc60cadf6c90b376f2f04456d1a55e78a5b4c879dbbca7ebbbc95268
6
+ metadata.gz: 602dbdb98de4efd9c28149c8b3bb501d41274d36c13aa8053cb5e3c2e1e2b9581bfeeeb35d1650eebd81787c164cf821df146e5c030eb2ba882246dbc2d5e033
7
+ data.tar.gz: 7c90ad69eafc91876869dbbe5064d59fd698435d49bcdca6fca5fc43049055b0a0786dd0a563ba05e8cf09551b17114c2f5bf9195833b6dd90aab62d983294c5
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- cm-admin (1.5.38)
4
+ cm-admin (1.5.39)
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 = '1.5.38'
2
+ VERSION = '1.5.39'
3
3
  end
@@ -82,7 +82,7 @@ module CmAdmin
82
82
  end
83
83
 
84
84
  def set_form_for_fields(resource, form_obj, section)
85
- content_tag(:div, class: "form-container__inner #{section.parent_section.present? ? 'nested_section' : ''}") do
85
+ content_tag(:div, class: "form-container__inner #{section.parent_section.present? ? 'nested_section' : ''} #{section.html_attrs[:class]}", **section.html_attrs.except(:class)) do
86
86
  concat content_tag(:h6, section.section_name, class: 'nested-form-title') if section.parent_section.present?
87
87
  concat create_row_inside_section(resource, form_obj, section.rows) if section.rows.present?
88
88
  concat set_form_fields(resource, form_obj, section.section_fields)
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: 1.5.38
4
+ version: 1.5.39
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-07-19 00:00:00.000000000 Z
17
+ date: 2024-07-24 00:00:00.000000000 Z
18
18
  dependencies:
19
19
  - !ruby/object:Gem::Dependency
20
20
  name: caxlsx_rails