search for: column_visible_on_screen_quicklist

Displaying 1 result from an estimated 1 matches for "column_visible_on_screen_quicklist".

2006 Jan 17
4
find_by_sql column ordering defect?
Hello. I have a program that accesses a metadata (translation) table for column names as well as the ordering of columns for a specific model. Also in there is a collection of bool options such as column_visible_on_form, column_visible_on_screen_quicklist etc. The idea is that our customer can specify to a certain extent how their layout/user interface will appear. To accomplish this, I use find_by_sql under the belief that this would preserve the correct column order, like so: columns = [] @model = ModelInternationalization.find(:all, :conditions...