active_scaffold 4.1.4 → 4.1.5

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: 7779c25b68085b6f9211742c807f90113cdd42c9397e3c60fea72e27ec0eb1ac
4
- data.tar.gz: 0730c726da51cc31d08fc8081022e249224feddcca239d09d1a663da9a49fa0a
3
+ metadata.gz: a35e4f6407c54edc70d8b802af5ede0bf989308c1b15f64089d1c08b20148c6a
4
+ data.tar.gz: af477008a8310ca7ab59b49b64d0fa86071c79c67df6bfe730597cc07220bd76
5
5
  SHA512:
6
- metadata.gz: 205afed622c3b48938adc5baa75b8ca1e016ce4a959f5a60f539918f502d172f81d0c39b38bc4ea900ef37e49f7e5b6cb0bbb1c2d10122b3b72ec87a40075521
7
- data.tar.gz: 21f01f191d84180b1b15ae54a3f4e9091fa9c088670105e6484a9ca641880c901e0aa803e4d0e38ec7d8a464a134a8826310a942981fd3b8447c094a128b8ef4
6
+ metadata.gz: 40e5d227d2ad4f121da61c49e99630ac68948abdd423764a15a05d0a4c579958e2327d600f0c4eec14c643d9a0c0b8585fb2279ee0b5a69b443632e1d7485970
7
+ data.tar.gz: 3155c4804774704c0ac172da75260be54139e08bec96e4d09254a3102d97a2092c472ecf50fc4381f8d1cd5dc988cc4e962f5771f0e01af5011c56b06b747ff1
data/CHANGELOG.rdoc CHANGED
@@ -1,3 +1,7 @@
1
+ = 4.1.5
2
+ - Fix update_columns global config for field search ac
3
+
4
+ = 4.1.4
1
5
  - Fix dirty attributes on refresh_field action, record is built on unsaved instance copying attributes, but it reports only changed attributes from the form now
2
6
  - Fix incompatibility with Rails renderable objects (ViewComponent, Turbo Streams)
3
7
 
@@ -9,6 +9,7 @@ module ActiveScaffold::Config
9
9
  @human_conditions = self.class.human_conditions
10
10
  @floating_footer = self.class.floating_footer
11
11
  @reset_form = self.class.reset_form
12
+ @update_columns = self.class.update_columns
12
13
  end
13
14
 
14
15
  # global level configuration
@@ -2,7 +2,7 @@ module ActiveScaffold
2
2
  module Version
3
3
  MAJOR = 4
4
4
  MINOR = 1
5
- PATCH = 4
5
+ PATCH = 5
6
6
  FIX = nil
7
7
 
8
8
  STRING = [MAJOR, MINOR, PATCH, FIX].compact.join('.')
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: active_scaffold
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.1.4
4
+ version: 4.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Many, see README
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-12-03 00:00:00.000000000 Z
11
+ date: 2025-12-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: dartsass-sprockets