Closed jefflunt closed 12 years ago
Steps:
sort_order
column to WorldObjectProperty modelvalidates :presence
constraintsort_order
value from related SectionProperty recordsort_order
is changed on WorldObjectProperty model when it's changed on the related SectionPropertybefore_save
filter on SectionProperty to update the child WorldObjectProperty recordsConfirmed working in production. Closing.
The sort order, when adding NEW columns to an existing section, is done wrong. The new column headings get displayed in the correct order, but either new attributes aren't being generated, or they aren't being assigned the correct (or possibly any) sort order, resulting in the attribute values themselves being shown incorrectly.
Appear to be fully fixed on production.