-
Type:
Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 7.4.1 CE GA2, 7.4.X
-
Fix Version/s: 7.4.2 CE GA3, 7.4.13 DXP GA1, Master
-
Component/s: Message Boards
-
Labels:None
-
Story Points:1
-
Fix Priority:4
-
Sprint:LIMA |QA Sprint 11
-
Git Pull Request:
Steps to reproduce:
- Enable Simple Approval Workflow in MB
- Create a MB message with user A.
- Assert MB message author name is A's.
- Approve MB message with user B
Expected behavior: Subscribers are notified about MB message with author = A
Current behavior: Subscribers are notified about MB message with author = B
This issue also affects Questions, which is based on MB.
Technical aspects:
Workflow reviewer's user is being passed to Message Board notifications upon approval. This leads to notification emails stating the workflow reviewer is the original poster of the message instead of the actual poster.
It should instead use the user from the original message instead of the currently logged in user for sending the notification.
The user used during notifications is defined here.
- mentioned in
-
Page Loading...