Actions
Bug #7413
closedEmpty Content Notifications Are Sent to Users
Start date:
07/14/2026
Due date:
% Done:
0%
Estimated time:
Description
When a notification is triggered without any content/message data, the application still sends the notification to the user. Empty notifications should not be generated or delivered, as they provide no meaningful information and may confuse users.
Expected Result:
- System should validate notification content before sending.
- Notifications with empty title, message, or content should be blocked.
- User should only receive notifications containing valid and meaningful information.
Actual Result:
Notifications are sent even when the content is empty.
Attachments: https://prnt.sc/xbrRhjAS-DEX
Actions