System-wide alert shouldn't be created when the message is empty #2876
Labels
bug
claimed: Atmire
Atmire team is working on this issue & will contribute back
needs triage
New issue needs triage and/or scheduling
Describe the bug
When you don't have any system wide alerts (an empty
systemwidealert
table in the DB) and you click on the activate button before filling the message, an empty system-wide alert is shown and can't be deactivated until you fill in a message.To Reproduce
Steps to reproduce the behavior:
DELETE FROM systemwidealert;
)Expected behavior
The system-wide alert should not be created with an empty message
The text was updated successfully, but these errors were encountered: