Fixed In Progress ISR not reflecting on IT Staff Pulse Dashboard Status Pill

Made the Location Tracking more persistent
This commit is contained in:
2026-03-11 07:43:14 +08:00
parent 24ecca9f06
commit 21e6d68910
6 changed files with 78 additions and 7 deletions
+1
View File
@@ -99,6 +99,7 @@ class AttendanceController {
'p_attendance_id': attendanceId,
'p_lat': lat,
'p_lng': lng,
// ignore: use_null_aware_elements
if (justification != null) 'p_justification': justification,
},
);