On Jueves, 10 de Febrero de 2011 14:24:06 Lindsay Morris escribió:
> Well, I *do* have config_list in my application controller actions:
> 
> class ApplicationController < ActionController::Base
>   helper :all # include all helpers, all the time
>   protect_from_forgery # See ActionController::RequestForgeryProtection for
> details
>   ActiveScaffold.set_defaults do |config|
>      config.actions = [:list, :config_list, :field_search, :nested,
> 
> :subform]
> 
>    end
> end
> 
> 
> And the config_list plugin *does* have an effect: the columns I put in
> "config.config_list.default_columns = []" are the only columns that appear.
>  That's good.
> 
> The only thing NOT working is that there is no way for my USER to select
> which columns to view and which to hide.
> Isn't there supposed to be some addition to the normal AS user interface
> that lets them do that?  Nothing like that appears.


If plugin must add some action links, probably it's using old API and add 
action link with type table or record instead of collection or member.

Look for action link definition in plugin code and made those changes.

-- 
Sergio Cambra .:: entreCables S.L. ::.
Mariana Pineda 23, 50.018 Zaragoza
T) 902 021 404 F) 976 52 98 07 E) [email protected]

-- 
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.

Reply via email to