-
Bug
-
Resolution: Fixed
-
Major
-
3.1.0-dev, 3.1.0-b2
-
None
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.