active_scaffold 4.3.0 → 4.3.2

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.
@@ -6,7 +6,7 @@ module ActiveScaffold
6
6
  module TabsHelpers
7
7
  def active_scaffold_tabbed_by(column, record, scope, subsection_id, &)
8
8
  add_tab_url = params_for(action: 'render_field', tabbed_by: column.tabbed_by, id: record.to_param, column: column.label)
9
- refresh_opts = {refresh_link: {text: 'Add tab', class: 'refresh-link add-tab'}}
9
+ refresh_opts = {field_selector: "##{subsection_id}_input", refresh_link: {text: 'Add tab', class: 'refresh-link add-tab'}}
10
10
  tab_options = send(override_helper_per_model(:active_scaffold_tab_options, record.class), column, record)
11
11
  used_tabs = send(override_helper_per_model(:active_scaffold_current_tabs, record.class), column, record, tab_options)
12
12
  input_helper = override_helper_per_model(:active_scaffold_input_for_tabbed, record.class)
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- class ActiveScaffold::Tableless < ActiveRecord::Base # rubocop:disable Rails/ApplicationRecord
3
+ class ActiveScaffold::Tableless < ActiveRecord::Base
4
4
  class Connection < ActiveRecord::ConnectionAdapters::AbstractAdapter
5
5
  attr_reader :klass
6
6
 
@@ -4,7 +4,7 @@ module ActiveScaffold
4
4
  module Version
5
5
  MAJOR = 4
6
6
  MINOR = 3
7
- PATCH = 0
7
+ PATCH = 2
8
8
  FIX = nil
9
9
 
10
10
  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.3.0
4
+ version: 4.3.2
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: 2026-03-30 00:00:00.000000000 Z
11
+ date: 2026-08-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ice_nine
@@ -191,6 +191,8 @@ files:
191
191
  - config/locales/hu.yml
192
192
  - config/locales/ja.yml
193
193
  - config/locales/ru.yml
194
+ - config/locales/ta.yml
195
+ - config/locales/zh_Hans.yml
194
196
  - lib/active_scaffold.rb
195
197
  - lib/active_scaffold/actions/common_search.rb
196
198
  - lib/active_scaffold/actions/core.rb