Skip to content
Snippets Groups Projects
Commit ad3aecf3 authored by Marlène SIMONDANT's avatar Marlène SIMONDANT
Browse files

Change status

parent 82c466fa
No related branches found
No related tags found
1 merge request!983feat(dashboard) : create dashboard !
Pipeline #124191 passed
......@@ -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),
};
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment