Skip to content

Gnt modification status - #136

Draft
canonici wants to merge 3 commits into
gntfrom
gnt-modification-status
Draft

Gnt modification status#136
canonici wants to merge 3 commits into
gntfrom
gnt-modification-status

Conversation

@canonici

Copy link
Copy Markdown
Collaborator

No description provided.

@canonici
canonici requested a review from ilankri July 23, 2026 13:27
@canonici canonici self-assigned this Jul 23, 2026
@canonici
canonici force-pushed the gnt-modification-status branch from 2a9fc8a to 006d763 Compare July 27, 2026 12:14
Comment thread src/api_saisie_write.ml
Comment on lines +1022 to +1024
Option.bind pi.Api_update_util.spouse (fun (infos, update_type) ->
Some (Api_update_util.piqi_person_update conf base infos update_type)
)

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Option.bind pi.Api_update_util.spouse (fun (infos, update_type) ->
Some (Api_update_util.piqi_person_update conf base infos update_type)
)
Option.map (fun (infos, update_type) ->
Api_update_util.piqi_person_update conf base infos update_type
) pi.Api_update_util.spouse

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants