-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
[NFR]: Event Manager Redesign/Updates #17006
Copy link
Copy link
Closed
Labels
5.0The issues we want to solve in the 5.0 releaseThe issues we want to solve in the 5.0 releasenew feature requestPlanned Feature or New Feature RequestPlanned Feature or New Feature Request
Metadata
Metadata
Assignees
Labels
5.0The issues we want to solve in the 5.0 releaseThe issues we want to solve in the 5.0 releasenew feature requestPlanned Feature or New Feature RequestPlanned Feature or New Feature Request
Type
Fields
Give feedbackNo fields configured for issues without a type.
Projects
StatusShow more project fields
Implemented
This relates to #14675
The events manager stops execution if one event returns
false. This is true only if one listener is attached to the particular event.The events manager needs to be updated to allow:
falseWe can use
stop()to achieve this but a more configurable alternative would be nice.Added performance enhancements as well as other changes outlined in the changelog/PR