Commit cacd4c053d1c8fe5d0da469239b1ae110565f11e

Authored by Andrey Karpikov
1 parent abb218e8

check error generate repeat element

... ... @@ -251,6 +251,7 @@ module Kanjai
251 251
252 252 row_index.each_with_index do |row_index, position|
253 253 value = scope.where(row_item: row_index).collect{|item| [item.marker, item.text_value] }.to_h
  254 + value ||= {}
254 255 value = value.merge(hash_value)
255 256 if(position == 0)
256 257 value['###FIRST_ITEM_ACTIVE###'] = 'active show'
... ...
1 1 module Kanjai
2   - VERSION = "0.0.328"
  2 + VERSION = "0.0.329"
3 3 end
... ...