Closed (fixed)
Project:
Views Bulk Operations (VBO)
Version:
7.x-3.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 May 2009 at 23:09 UTC
Updated:
28 Jul 2015 at 07:57 UTC
Jump to comment: Most recent
Comments
Comment #1
infojunkieThe 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.
Comment #2
Anonymous (not verified) commentedI 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?
Comment #3
dshumaker commentednot to be a stickler but the syntax:
delete from actions where aid like "views_bulk_operations_%";
Comment #4
infojunkieFixed in the latest dev. Orphaned actions are removed upon module uninstall (not disable).
Comment #5
bojanz commentedI am guessing we need this in 7.x as well.
Comment #6
bojanz commentedComment #7
bojanz commentedPorted.