I have a few virtual columns defined.
After I installed active_scaffold_config_list plugin, they vanished
from my screen displays.
They come back if I remove the :config_list action from my controller:
# config.actions << :config_list
they vanish again if I restore it.
config.actions << :config_list
The controller refers to them as
config.columns[:virtual_field_name, ... ]
I tried changing that to
config.config_list.columns[:virtual_field_name, ... ].
No change, they still do not appear on the screen display.
I added BOTH lines above (config.columns AND
config.config_list.columns): No change.
Maybe it's not related, but the config_list plugin isn't working:
Even for the columns it DOES display, there is no way to add or remove
columns (and that is its purpose).
I have defined
config.actions << :config_list
config.config_list.enabled = true
config.config_list.default_columns = [:stgpool_name, ...]
But there's no indication that it's doing anything - except that it
makes my virtual columns vanish.
Is this an essential incompatibility?
Or can I work around it somehow?
--
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.