Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: Handle missing report getting task severity
The task_severity_double function now no longer tries to get the severity from an undefined report if no report matches the criteria. Instead it passes the report row id 0 to report_severity, which will always return SEVERITY_MISSING in this case. This fixes the check for the "Severity changed" alert condition not working correctly if the task has no second report for comparison.
- Loading branch information