-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.1.0-dev, 3.1.0-b2
-
Fix Version/s: 3.1.0-b4
-
Component/s: Extensions, Notification System
-
Labels:None
-
GitHub Pull Request URL:
The purge_notifications() method fails when run on an extension that is disabled.
This is because when it tries to get the id for the notification type, in the get_notification_type_id() an error is thrown, because the extension is disabled.
Thus, it's not possible to actually use purge_notifications() during the purge step of deleting an extension from the DB.