Hi,
I work on a project with 10,000 cloned pages. Pages are imported from a CSV file and represent email addresses. Pages have only one editable region type checkbox - Spam. After an import, the administrator reviews for suspicious emails and tags them as spam.
At this point, this is done on every page in the usual way, but this is a little awkward.
It is very convenient to do this in a list-view (like deleting pages with Couch Bulk actions at the bottom of the page)
I tried to put db_persist_form with form (in field config_list_view ), but this is the wrong approach because it takes form in another form ...
Is it possible to use Bulk actions for other features besides deleting pages?
I believe this will also be useful for other Couch users
Thank you very much
I work on a project with 10,000 cloned pages. Pages are imported from a CSV file and represent email addresses. Pages have only one editable region type checkbox - Spam. After an import, the administrator reviews for suspicious emails and tags them as spam.
At this point, this is done on every page in the usual way, but this is a little awkward.
It is very convenient to do this in a list-view (like deleting pages with Couch Bulk actions at the bottom of the page)
I tried to put db_persist_form with form (in field config_list_view ), but this is the wrong approach because it takes form in another form ...
Is it possible to use Bulk actions for other features besides deleting pages?
I believe this will also be useful for other Couch users

Thank you very much