diff --git a/src/ui/pages/container/CL-Transcription/AudioTranscriptionLandingPage.jsx b/src/ui/pages/container/CL-Transcription/AudioTranscriptionLandingPage.jsx index ec049dde8..9fbedd2bf 100644 --- a/src/ui/pages/container/CL-Transcription/AudioTranscriptionLandingPage.jsx +++ b/src/ui/pages/container/CL-Transcription/AudioTranscriptionLandingPage.jsx @@ -591,6 +591,7 @@ const AudioTranscriptionLandingPage = () => { setLoading(true); setAutoSave(false); const PatchAPIdata = { + task_id: taskId, annotation_status: value, annotation_notes: JSON.stringify(annotationNotesRef.current.getEditor().getContents()), lead_time: diff --git a/src/ui/pages/container/CL-Transcription/ReviewAudioTranscriptionLandingPage.jsx b/src/ui/pages/container/CL-Transcription/ReviewAudioTranscriptionLandingPage.jsx index 33e9200d9..50279e987 100644 --- a/src/ui/pages/container/CL-Transcription/ReviewAudioTranscriptionLandingPage.jsx +++ b/src/ui/pages/container/CL-Transcription/ReviewAudioTranscriptionLandingPage.jsx @@ -614,6 +614,7 @@ const ReviewAudioTranscriptionLandingPage = () => { setLoading(true); setAutoSave(false); const PatchAPIdata = { + task_id: taskId, annotation_status: value, review_notes: JSON.stringify(reviewNotesRef.current.getEditor().getContents()), lead_time: diff --git a/src/ui/pages/container/CL-Transcription/SuperCheckerAudioTranscriptionLandingPage.jsx b/src/ui/pages/container/CL-Transcription/SuperCheckerAudioTranscriptionLandingPage.jsx index 2a52b973b..e09d20d15 100644 --- a/src/ui/pages/container/CL-Transcription/SuperCheckerAudioTranscriptionLandingPage.jsx +++ b/src/ui/pages/container/CL-Transcription/SuperCheckerAudioTranscriptionLandingPage.jsx @@ -536,6 +536,7 @@ const SuperCheckerAudioTranscriptionLandingPage = () => { setLoading(true); setAutoSave(false); const PatchAPIdata = { + task_id: taskId, annotation_status: value, supercheck_notes: JSON.stringify(superCheckerNotesRef.current.getEditor().getContents()), lead_time: