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
Activity
Tyson Phillips (Inactive)
created issue -
Tyson Phillips (Inactive)
made changes -
Field | Original Value | New Value |
---|---|---|
Component/s | Staff Interface [ 10000 ] |
Tyson Phillips (Inactive)
made changes -
Automated transition triggered when Tyson Phillips (Inactive) created a branch in Stash -
Status | Open [ 1 ] | In Progress [ 3 ] |
Tyson Phillips (Inactive)
made changes -
Remaining Estimate | 0 minutes [ 0 ] | |
Time Spent | 4 hours, 6 minutes [ 14760 ] | |
Worklog Id | 11142 [ 11142 ] |
Tyson Phillips (Inactive)
made changes -
Time Spent | 4 hours, 6 minutes [ 14760 ] | 1 day, 2 hours, 35 minutes [ 38100 ] |
Worklog Id | 11151 [ 11151 ] |
Automated transition triggered when Tyson Phillips (Inactive) created pull request #444 in Stash -
Status | In Progress [ 3 ] | In Review [ 5 ] |
Resolution | Fixed [ 1 ] |
Tyson Phillips (Inactive)
made changes -
Time Spent | 1 day, 2 hours, 35 minutes [ 38100 ] | 1 day, 4 hours, 43 minutes [ 45780 ] |
Worklog Id | 11155 [ 11155 ] |
Jonathan Reissmueller
made changes -
Time Spent | 1 day, 4 hours, 43 minutes [ 45780 ] | 1 day, 6 hours, 36 minutes [ 52560 ] |
Worklog Id | 11158 [ 11158 ] |
Jonathan Reissmueller
made changes -
Time Spent | 1 day, 6 hours, 36 minutes [ 52560 ] | 1 day, 6 hours, 56 minutes [ 53760 ] |
Worklog Id | 11158 [ 11158 ] |
Tyson Phillips (Inactive)
made changes -
Time Spent | 1 day, 6 hours, 56 minutes [ 53760 ] | 2 days, 1 hour, 31 minutes [ 63060 ] |
Worklog Id | 11163 [ 11163 ] |
Tyson Phillips (Inactive)
made changes -
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 `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). |
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). |
Automated transition triggered when Tyson Phillips (Inactive) merged pull request #444 in Stash -
Status | In Review [ 5 ] | Closed [ 6 ] |