-
Type:
Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 6.0.12 EE
-
Fix Version/s: 6.0.X EE, --Sprint 12/11, 6.1.0 CE RC1
-
Component/s: WCM
-
Labels:
-
Branch Version/s:6.0.x
-
Backported to Branch:Committed
The permissions subscriptions to MB / Blog / etc. can be handled through the Subscribe Action. When the portal sends out an e-mail, it checks if the user can still get it based on the group membership, which is not correct, as permissions can be handled separately from that.
This is causing a lot of problems as it unsubscribes the users in almost random scenarios.
These are the issues which were dealing with this problem: LPS-19380 LPS-12418 LPS-14476 LPS-14517
The API needs to be changed and the e-mails should be sent out based on the permissions.
Subscriptions should be only removed from the system when the user is deleted from the system. (We can create a cleanup task later to remove all of those subscriptions which doesn't have the permission). The reason is: when someone edits his blog and checks the permissions, one mistake should not unsubscribe all of the readers.
- duplicates
-
LPS-21607 Subscriptions aren't processed
- Closed
- is related to
-
LPS-23211 Blogs portlet unable to send blog entry comment notification to subscriber
- Closed
-
LPS-23825 NoSuchEntryException thrown when user tries to add a blog entry after subscribing to the blog
- Closed
-
LPS-24003 Web Content Addition / Updates Email Notifications fail.
- Closed
-
LPS-22498 6.1 - Adding Comments to a Web Content article causes a console error if the User is subscribed to the comments
- Closed