I’ve built a front-end interface for some of our users to review channel entries and make changes to them using Safecracker. It works great, except I’ve run into something I haven’t been able to figure out and I’m hoping someone in the community might have an idea of how to do this. Here’s what I’m trying to do:
I have a table with a number of channel entries in it. The table shows a few channel fields for each entry: title, date submitted, and status.
I want the user to be able to change the status of several of these entries at the same time. Ideally they would be able to mark each entry that they want to update using a checkbox, then click a button that will change the status to Open for all the selected entries.
I’ve tried doing this with Safecracker, but have been unsuccessful so far. Has anyone in the community accomplished something similar to this?
Thanks!