-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 5.8
-
Fix Version/s: 5.8.0-HF17, 5.9.5
-
Component/s: Notifications
The documentation says:
The availableIn attribute specifies in which types of superspaces the notification is active, it can be a comma-separated lists of types, or "*" or "all" to make the notification active in any container.
and this is correctly taken into account in NotificationService#getNotificationsForSubscriptions
But in NotificationService#addSubscriptions where we need to fix it.