katalyst-tables 3.5.4 → 3.5.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: 12ad13cfd961550644f30e24fcfda7d584f6438c2fec7c9c281b6560d396e86b
4
- data.tar.gz: 4b686b39ec398b50e22e080a89b5afabbd4bd23a2c575283579f3ba293de118f
3
+ metadata.gz: b5b39c8b9f9bd09482c418688e2bc279c52107b21015979c3ced2a6b175e544d
4
+ data.tar.gz: 924bdf02fb5791051967b2ce39e59360c47398a518a53401747ee4e6f02ce728
5
5
  SHA512:
6
- metadata.gz: b24ed057b01f2351851103ca108f58efdd58d4e5230d6692a2d8b330a8c0a3a071c54aca6961c179327c4585f64005819c26aa5199f2575d6d6d02289927348a
7
- data.tar.gz: 891cbcb4e723c43d88264b5a0938771bce8337b477d7d53adb5de9985a929b314e02fc3dd989fed76e38a1bffc24d3dc570a9ca62d03e456ee24e2e95e47e3a0
6
+ metadata.gz: 2d809af4b9c2d75d14af780f2223450b852260e96dab3b2ab362d7d5ce4a15a67a1aafd38613da25262e6f7b63903fc1890f6e53bbb19034a17fbb0a72b33623
7
+ data.tar.gz: d7edbcc6ea97a412ec13a24084fe2d324d8643d7a4b7f8515d1b7d6e7656a12dd4efb7c0e96082eaa97491672fd3e5ada979eb9fde11da52ba6d31fdb574eb2e
@@ -44,7 +44,7 @@ module Katalyst
44
44
  rendered_value
45
45
  end
46
46
 
47
- content = @content_wrapper.with_content(content).render_in(view_context) if @content_wrapper
47
+ content = @content_wrapper.with_content(content.to_s).render_in(view_context) if @content_wrapper
48
48
 
49
49
  concat(content_tag(cell_tag, content, **html_attributes))
50
50
  end
@@ -67,7 +67,7 @@ module Katalyst
67
67
  #
68
68
  # @param collection [Katalyst::Tables::Collection::Core] the collection to render
69
69
  # @param url [String] the url to submit the form to (e.g. <resources>_path)
70
- def table_query_with(collection:, url: url_for(action: :index), component: nil, &)
70
+ def table_query_with(collection:, url: url_for, component: nil, &)
71
71
  component ||= default_table_query_component_class
72
72
  render(component.new(collection:, url:), &)
73
73
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: katalyst-tables
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.5.4
4
+ version: 3.5.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Katalyst Interactive
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-07-29 00:00:00.000000000 Z
11
+ date: 2024-07-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: katalyst-html-attributes