Skip to content
Snippets Groups Projects
Commit 9e92bc44 authored by Etienne LOUPIAS's avatar Etienne LOUPIAS
Browse files

test patch

parent f82c79b3
Branches
Tags
2 merge requests!993Notif,!983feat(dashboard) : create dashboard !
......@@ -65,6 +65,15 @@ export class OrientationDetailsComponent implements OnInit {
public editOrientation(): void {
// TODO : edit orientation
if (this.isEditMode) {
// wip test patch
this.patchOrientation({
// status: 'completed',
processingComment: 'processing comment',
modifiedBy: this.userProfile._id,
});
}
this.isEditMode = !this.isEditMode;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment