On Martes, 29 de noviembre de 2011 08:32:23 Atastor escribió: > I thought overriding the conditions just overrode the actual search > conditions. >
I understood you only need to override the search conditions. > What I was looking for was a simple way to insert a select field with the > comparison operators just in front of the select field with the actual > values. Just like the operator select fields which are inserted > automatically with all the other search_uis (just not so with :select). You will have to override active_scaffold_search_select and include the operators def active_scaffold_search_select(column, html_options) operators html code << super end -- You received this message because you are subscribed to the Google Groups "ActiveScaffold : Ruby on Rails plugin" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/activescaffold?hl=en.
