zuora_connect 1.1.7 → 1.1.8

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
  SHA1:
3
- metadata.gz: 5158cb6026066f45098446c7d9226f003fe2ca24
4
- data.tar.gz: f7a393c91d5c2208bd075c2c84d36ea9a10045b5
3
+ metadata.gz: 0e69a360ae4ddfd0e2793151f2f7a9fb4bd6ffcf
4
+ data.tar.gz: c3118b2555904860da5ab920cbff4638a0888580
5
5
  SHA512:
6
- metadata.gz: 7cca7ac5556ec375ba6842a63d4daf871c703d2bb6efc656e9a69e928551dbc94999b756e0cdf00fa4a5b3d22e8e08a2cf927e94e8101433ec605439345b8e51
7
- data.tar.gz: 0a35aacefbe518b0e23568cf532a8c7abb7b3120a9b737e8ab60e6b47eacc5e0e846ea63842f485f43a4eb12db9bda80312b8955f91d0423504503f587bc0b11
6
+ metadata.gz: 701286b3fe4dcd8d57c9ae83a4e0eee79766a38a62783d1b71a1836154f41ad9c8663bddcc5bacb59f612b63b6ca24626cb097072f8fd8ca389c7d4b88d0f3c0
7
+ data.tar.gz: 46971c7a9cff22fb1c5271a11263fb4adab38967461dd75016dc0d80de470a12fb0affca70d7ab7b0c95528283f8d46e13c53524d3fa3f08c5e8bc909126cadd
@@ -40,7 +40,7 @@ private
40
40
  def data
41
41
  @#{plural_name}.map do |#{plural_name.singularize}|
42
42
  {
43
- DT_RowId: product.id.to_s,
43
+ DT_RowId: #{plural_name.singularize}.id.to_s,
44
44
  DT_RowClass: nil,
45
45
  DT_RowAttr: { },
46
46
  #{column_data.join(",\n\t\t\t\t")},
@@ -86,7 +86,7 @@ private
86
86
  end
87
87
 
88
88
  def search_string
89
- "to_char(#{plural_name}.id, '999999999')"
89
+ "to_char(#{plural_name}.id, '999999999') LIKE :search "
90
90
  end
91
91
 
92
92
  def select_string
@@ -1,3 +1,3 @@
1
1
  module ZuoraConnect
2
- VERSION = "1.1.7"
2
+ VERSION = "1.1.8"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zuora_connect
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.7
4
+ version: 1.1.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Connect Team