Details
-
Bug
-
Resolution: Fixed
-
Blocker
-
9.11.2, 10.1
-
None
-
Unknown
-
N/A
-
N/A
-
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.