-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FO - Signalement] Ajouter un champ sur la composition du logement #3530
base: develop
Are you sure you want to change the base?
[FO - Signalement] Ajouter un champ sur la composition du logement #3530
Conversation
src/Factory/Interconnection/Esabora/DossierMessageSCHSFactory.php
Outdated
Show resolved
Hide resolved
5a10673
to
88cd00f
Compare
src/Factory/Interconnection/Esabora/DossierMessageSCHSFactory.php
Outdated
Show resolved
Hide resolved
88cd00f
to
631e2f0
Compare
assets/json/Signalement/questions_profile_tiers_particulier.json
Outdated
Show resolved
Hide resolved
@@ -189,4 +190,13 @@ private function stringToBool(?string $value): ?bool | |||
|
|||
return null; | |||
} | |||
|
|||
private function stringToInt(?string $value): ?int |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fonction plus globale à mettre en place ? je suis surpris qu'on n'en ait besoin qu'ici :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Des commentaires / questions ; pas encore de tests
fc6a958
to
50c2450
Compare
8ae6d22
to
d07a27e
Compare
Quality Gate failedFailed conditions |
Ticket
#3445
Description
Modif formulaire FO - Ecran composition-logement
Dont combien d'enfants ?
composition_logement_enfants
pour ne la faire apparaître que si on a plus de 0 à la question précédente (on garde la règle dans l'algo : si la réponse à cette question est oui, on multiplie )Affichage dans le BO - Onglet foyer
Dont nb. d'enfants : {{valeur}}
Changements apportés
Pré-requis
Tests