diff --git a/src/data/EvenementFamille.ts b/src/data/EvenementFamille.ts index 72194b8..edb7669 100644 --- a/src/data/EvenementFamille.ts +++ b/src/data/EvenementFamille.ts @@ -72,6 +72,7 @@ export function isInformationPreoccupante(e: EvenementFamille): boolean { return ( e.Type === "Information préoccupante 1" || e.Type === "Information préoccupante 2" || - e.Type === "Information préoccupante 3" + e.Type === "Information préoccupante 3" || + e.Type === "Information préoccupante 4" ); } diff --git a/src/data/TypeEvenementsSocial.ts b/src/data/TypeEvenementsSocial.ts index b5f47ef..73a2095 100644 --- a/src/data/TypeEvenementsSocial.ts +++ b/src/data/TypeEvenementsSocial.ts @@ -3,7 +3,9 @@ export const typesEvenementsSocial = [ "Information préoccupante 1", "Information préoccupante 2", "Information préoccupante 3", + "Information préoccupante 4", "Classement suite IP", + "Classement suite AEMO MIJE ou...", "Enquête sociale", "Juge pour enfants", "Audition des enfants",