Delete Eventrule where the script does not exist anymore #16912
-
I have the following problem: I cannot delete event rules where the object (script) no longer exists.
How can I delete them? Same error when trying to edit them. I think this happened when upgrading to v4 because they now are assigned in some other way. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
Looks like the update broke it because the relation to the script no longer works. If I add a new one with the same script, the object relation works (I can click on the object link, the old broken ones go to |
Beta Was this translation helpful? Give feedback.
-
If you're able to reproduce this reliably, please open a bug report and we'll work to resolve it. |
Beta Was this translation helpful? Give feedback.
-
Solution: |
Beta Was this translation helpful? Give feedback.
Solution:
I truncated the tables
extras_eventrule_object_types
andextras_eventrule
on the database. This deletes all event rules.