Closed
Description
Describe the bug
Group notifications are not showing for users belonging to the target group of the notification when viewed through the personal tab.
Expected Behavior
Group notifications should be shown together with the user's personal notifications.
What are the steps to reproduce this bug?
- Used Insomnia API platform to send a request to backend to create a group notification. The payload is as such:
{
"title": "Group Notification",
"message": "Testing",
"origin": "example",
"topic": "Notice",
"targetGroups": [
"default/example"
]
}
- Logged in to a user belonging to the example group
- Click on the notifications sidebar item
Versions of software used and environment
Backstage Version: 1.19.6