Thanks for the info. I didn't read about that. It sounds like it may
help. However, I can't figure out how to insert the filter only for
the list action.
I tried a before_filter and after_filer each containing a condition on
action_name being equal (or not) to :list. However, looking at the
logs, at that moment, the action_name is simply 'index'. If I go into
edit record, the action_name is 'row'. I guess because of all the AJAX
stuff.
Any suggestion on how to intercept the action for list to change the
label and then change it back to the normal label after list renders?
Thanks again