Forum OpenACS Development: Allow customizing listbuilder bulk action javascript fucntion

I am working on a feature where I need to execute a different javascript function when someone clicks on a bulk action button from list builder.

This can easily be fixed by adding a parameter to template::list::create to take the name of the javascript function to call defaulting to acs_listBulkActionClick.

Does this sound generally useful?

I added this to template::list::create

{-bulk_action_click_function "acs_ListBulkActionClick"}

and we just use that list property in the template instead of the hard coded function name.

yes, sounds good.