-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 7.10, 8.2
-
Component/s: Notifications
-
Tags:
-
Backlog priority:400
-
Sprint:nxfit 8.3.4
-
Story Points:3
in method SubscriptionAdapter#setNotificationMap, the following code block
propMap.put(NOTIF_NAMEKEY, entry.getKey()); propMap.put(NOTIF_SUBSCRIBERSKEY, new ArrayList<String>(entry.getValue())); props.add(propMap);
should be executed only if list entry.getValue() is not empty, otherwise a notification with no subscriber is added to list props, which then is saved in database.
- depends on
-
NXP-16704 Notifications subscriptions on deleted documents should be deleted at the same time
- Resolved