Hi All!

Ran into a nasty set of issues associated with "default_order". In Rails 4.0.x, default_order OVERRIDES all other ordering which breaks the sort function of table-plus. That part is easily fixed, just remove default_order from the model.

Unfortunately, the model in question is used to populate a drop-down list and when the default_order is removed, the ordering reverts to the non-order in the table (a function of which items were edited last).

The dryml for the form in question is:

<field-list fields="name, last_name, first_name, status, member_position, user" param/>

and the problem field is "member_position".

Any ideas how to get around this other than wait for Rails 4.1 (there is a long conversation going on about how to fix this with the consensus being it is being deferred till Rails 4.1)?

Thanks,

Don Ziesig


--
You received this message because you are subscribed to the Google Groups "Hobo 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/hobousers.
For more options, visit https://groups.google.com/d/optout.

Reply via email to