api_particulier: normalize birth dates (#77306) #263

Merged
tnoel merged 1 commits from wip/77306-api-particulier-normalize-birth-date into main 2023-05-26 16:53:16 +02:00
Owner

Je ne touche pas à dateDeNaissance mais j'ajoute un dateDeNaissance_iso à côté (sait-on jamais si dateDeNaissance est déjà utilisé)

Je ne touche pas à dateDeNaissance mais j'ajoute un dateDeNaissance_iso à côté (sait-on jamais si dateDeNaissance est déjà utilisé)
tnoel added 1 commit 2023-05-26 12:02:35 +02:00
gitea/passerelle/pipeline/head This commit looks good Details
2277fcdd23
api_particulier: normalize birth dates (#77306)
smihai reviewed 2023-05-26 12:04:44 +02:00
@ -363,6 +363,11 @@ class APIParticulier(BaseResource):
)
data['data']['numero_allocataire'] = numero_allocataire
data['data']['code_postal'] = code_postal
for kind in 'allocataires', 'enfants':
Owner

C'est pas très python 2.4 ça :)

C'est pas très python 2.4 ça :)
smihai approved these changes 2023-05-26 12:04:53 +02:00
smihai left a comment
Owner

Go si jenkins vert

Go si jenkins vert
tnoel merged commit 2277fcdd23 into main 2023-05-26 16:53:16 +02:00
tnoel deleted branch wip/77306-api-particulier-normalize-birth-date 2023-05-26 16:53:16 +02:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: entrouvert/passerelle#263
No description provided.