March 17 2026: Fix bugs

This commit is contained in:
2026-03-17 16:39:15 -04:00
parent 6248c25103
commit 28196b4a03
5 changed files with 51 additions and 13 deletions
+2 -2
View File
@@ -112,7 +112,7 @@ def send_sla_alerts():
logger = logging.getLogger(__name__)
open_issues = Issue.query.filter(
Issue.status.in_(['open', 'in_progress'])
Issue.status.in_(['open', 'in_progress', 'pending_verification'])
).all()
admins = User.query.filter_by(role='admin').all()
@@ -200,4 +200,4 @@ def send_sla_alerts():
if total_sent:
db.session.commit()
return total_sent
return total_sent