diff --git a/src/app/form/orientation-form-view/orientation-form-view.component.ts b/src/app/form/orientation-form-view/orientation-form-view.component.ts
index 8cb0a93be9c562fb21c112a3642a0d7d70b943e5..cf34bd0def43dd0164d66a759c7f13bec93f44ea 100644
--- a/src/app/form/orientation-form-view/orientation-form-view.component.ts
+++ b/src/app/form/orientation-form-view/orientation-form-view.component.ts
@@ -538,7 +538,7 @@ export class OrientationFormViewComponent implements OnInit, AfterContentChecked
       comments: formValue.comments || formValue.details || null,
       orientator: this.profile?._id ?? null,
       structureOrientator: formValue.structureOrientator?.structureId || formValue.structureOrientator || null,
-      status: 'pending',
+      status: 'new',
       action: this.getInitialAction(accompanimentTypeKey),
     };
   }