From efff72d586c4d6fff83989b2c61d9a73ae48474c Mon Sep 17 00:00:00 2001 From: Marlene Simondant <msimondant@grandlyon.com> Date: Mon, 17 Mar 2025 09:36:32 +0100 Subject: [PATCH] Update statuses and actions --- .../orientation-form-view/interfaces/orientation.interface.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/form/orientation-form-view/interfaces/orientation.interface.ts b/src/app/form/orientation-form-view/interfaces/orientation.interface.ts index 563361d41..01d76f37c 100644 --- a/src/app/form/orientation-form-view/interfaces/orientation.interface.ts +++ b/src/app/form/orientation-form-view/interfaces/orientation.interface.ts @@ -33,8 +33,8 @@ export interface IOrientation { structureMail: string; structurePhone: string; }; - status: 'pending' | 'acknowledged' | 'completed' | 'uncompleted' | 'expired'; - action: 'defineRdv' | 'rdvTaken' | 'visit' | 'rdvDone'; + status: 'pending' | 'acknowledged' | 'waiting' | 'completed' | 'uncompleted' | 'expired'; + action: 'defineRdv' | 'rdvTaken' | 'visit' | 'rdvDone' | 'closeRdv'; modifiedBy?: string; appointmentDate?: string; processingComment?: string; -- GitLab