vidl-toolbox 0.0.12 → 0.0.13

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.
@@ -292,7 +292,7 @@ module Toolbox
292
292
  coll = params[a]
293
293
  if coll
294
294
  coll.each { |p| remove_autocomplete_text p, widget} if coll.is_a? Array
295
- coll.each_key { |p| remove_autocomplete_text p, widget} if coll.is_a? Hash
295
+ coll.each_value { |p| remove_autocomplete_text p, widget} if coll.is_a? Hash
296
296
  end
297
297
  if rec # may also have new entries...
298
298
  a = Toolbox::Helpers.collection_attribute_name(controlset.collection_config, nil)
@@ -1,4 +1,4 @@
1
1
 
2
2
  module Toolbox
3
- VERSION = '0.0.12'
3
+ VERSION = '0.0.13'
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vidl-toolbox
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.12
4
+ version: 0.0.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Nyffenegger