Hello,

Before each new development, I replace my local development database by the one on production. I don't want my nodes to get unpublished on my local development so I need to go clear the Scheduler database. It would be nice to be able to massively delete tasks at admin/config/content/scheduler/list like Rules Scheduler allows it.

Thanks !

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Nicolas Bouteille created an issue. See original summary.

jonathan1055’s picture

Hi Nicolas Bouteille,

You are lucky! We already have exactly this functionality. If you use the views_bulk_operations module you can do this:
View Bulk Operations for Scheduler

Take a look at #1026072: Ability to schedule nodes in bulk using Views Bulk Operations and #773510: Integration with Rules module if you want the background on these features. Let us know how you get on, as this is quite a powerful feature but I have not had much feedback from users since I did the development of it.

Jonathan

Nicolas Bouteille’s picture

If I understand correctly, this involves that I create my own view which would be a duplicate of what the module already provide at admin/config/content/scheduler/list, and then I can enable VBO operations on it...
So maybe my request would be that this page actually becomes a view, the same way Entityforms module uses views to display submissions which makes it easy to customize columns and so on. And of course enable VBO on this view so that any user of Scheduler module can have it right away...