Commit 114a04d9567994b961659165bdf3b4cc0903a03d

Authored by Karpikau Andrei
1 parent 66e916bf

test forms

... ... @@ -52,7 +52,7 @@
52 52
53 53 <% end %>
54 54
55   - <% row_items = @obj.page_content_markers.where('row_item > 0').collect(&:row_item).uniq %>
  55 + <% row_items = @obj.page_content_markers.select{|item| item.row_item.to_i > 0}.collect(&:row_item).uniq %>
56 56
57 57 <% repeat_element = template_part.field_options.select{|item| item[:name] == 'repeat' }.first %>
58 58
... ...
1 1 module Kanjai
2   - VERSION = "0.0.103"
  2 + VERSION = "0.0.104"
3 3 end
... ...