We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db9cf8e commit 7632a62Copy full SHA for 7632a62
backend/application/core/services/observation_log.py
@@ -51,6 +51,7 @@ def create_observation_log( # pylint: disable=too-many-arguments
51
if assessment_status in (
52
Assessment_Status.ASSESSMENT_STATUS_APPROVED,
53
Assessment_Status.ASSESSMENT_STATUS_AUTO_APPROVED,
54
+ Assessment_Status.ASSESSMENT_STATUS_REMOVED
55
):
56
send_observation_notification(observation)
57
send_observation_title_notification(observation)
0 commit comments