Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: 9.11.2, 10.1
-
Component/s: Notifications
-
Labels:None
-
Difficulty:Unknown
-
Documentation:N/A
-
Documentation in Release Notes:N/A
-
Similar issues:
Description
A TargetableNotificationPreferenceBuilder is used to create NotificationPreference objects before the saving operation. However, this component is a singleton, and not thread safe!
A quick fix could be to create an instance of this builder at each request. But I really doubt we need this builder anyway.