Details
-
Type: Sub-task
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 4.3.0-b1
-
Component/s: Staff Interface
-
Labels:None
Description
Plugins already support events by registering themselves during install/upgrade, which gets saved to `plugin_events` with a callback that is invoked when the event is triggered.
We need an observer for the core to support events as well. I am thinking a new `system_events` table that supports the same events as plugins, which includes the event name and the path to the file to load, or the class defined by namespace (preferably).
Issue Links
- blocks
-
CORE-2698 Update client deletion to permanently delete all stored references
- Closed