From f2934a08b9adf1ac944d0b1e7487dbf15039b4e6 Mon Sep 17 00:00:00 2001 From: NguyenND Date: Fri, 19 Jun 2026 05:52:10 -0400 Subject: [PATCH] 06/19 Update notification to everyone regardless who did the inspection --- app/routes/inspections.py | 1 - 1 file changed, 1 deletion(-) diff --git a/app/routes/inspections.py b/app/routes/inspections.py index 24bdd97..6dc4eba 100644 --- a/app/routes/inspections.py +++ b/app/routes/inspections.py @@ -578,7 +578,6 @@ def execute(inspection_id): link = inspection_link, inspection_id = inspection.id, facility_id = inspection.facility_id, - exclude_user_ids = {current_user.id}, ) db.session.commit() # Single atomic commit: inspection fields + notification rows log_action(ACTION_UPDATE, 'Inspection', inspection.id,