Forum OpenACS Development: Re: Saving List Views (add to core?)

Collapse
Posted by Dave Bauer on
Here is a design question.

To save a list view, I'd like to have a central location utility script that can save the current view.

I am not sure if this is possible since each filter form is based on the list that was generated.

Perhaps it makes more sense to create a save action in list builder and require the template script to call save_view or something which can poke around in the caller's scope and figure out the appropriate data to save.

Ok I think I answered my question. Any comments?