I tried views bulk operation, whether it is my needs. Finally, it is not.

Then, I disabled the module, but I found there are many warning related to this module.

4 orphaned actions (comment_unpublish_action, views_bulk_operations_delete_node_action, views_bulk_operations_delete_user_action, views_bulk_operations_delete_comment_action) exist in the actions table. Remove orphaned actions

How do I get rid of this warning message. I guess some data is left in the database even I disabled and remove the module folder.

Comments

infojunkie’s picture

The manual way to get rid of these actions is to edit your Drupal database. Delete from table "actions" where aid like "views_bulk_operations_%".
I'll add the necessary uninstallation code. Thanks for your report.

Anonymous’s picture

I have this message for "views_bulk_operations_ruleset_action_rules_set_1", but it does not exist in the "actions" table. How is that possible? Where to look now?

dshumaker’s picture

not to be a stickler but the syntax:

delete from actions where aid like "views_bulk_operations_%";

infojunkie’s picture

Version: 6.x-1.5 » 6.x-1.x-dev
Category: support » bug
Status: Active » Fixed

Fixed in the latest dev. Orphaned actions are removed upon module uninstall (not disable).

bojanz’s picture

Status: Fixed » Patch (to be ported)

I am guessing we need this in 7.x as well.

bojanz’s picture

Version: 6.x-1.x-dev » 7.x-3.x-dev
bojanz’s picture

Status: Patch (to be ported) » Fixed

Ported.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.