Skip to content

Fix error where default send being off canceled all messages

Frank Duncan requested to merge ardc-218-fix-bad-default-send-logic into ardc-main

If default send is off for slack or email, then even if messages were configured to send, they weren't getting sent. Instead, it needs to always use the message setting if available, and only rely on default send if not.

Issue ots/clients/ardc/hypha-tracker#218: Permit outgoing messages/notifications to be configured in Wagtail

Merge request reports