Export contents preserving manual order.

This commit is contained in:
Pietro Giorgianni 2012-02-16 12:37:52 +01:00
parent 881f74bb32
commit ad3fefe304
1 changed files with 1 additions and 1 deletions

View File

@ -277,7 +277,7 @@ module Locomotive
highlighted_field_name = content_type.highlighted_field_name
content_type.contents.each do |content|
content_type.ordered_contents.each do |content|
hash = {}
content.custom_fields.each do |field|