Skip to content
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

Select familymembers bugs out #3625

Closed
joeribekker opened this issue Nov 21, 2023 · 2 comments · Fixed by #3634
Closed

Select familymembers bugs out #3625

joeribekker opened this issue Nov 21, 2023 · 2 comments · Fixed by #3634
Assignees
Labels
bug Something isn't working needs-backport Fix must be backported to stable release branch owner: utrecht
Milestone

Comments

@joeribekker
Copy link
Contributor

Open Forms 2.4.1

Ref: Taiga Utr 76
Ref: Sentry 341872

@joeribekker joeribekker added the bug Something isn't working label Nov 21, 2023
@joeribekker joeribekker added this to the Release 2.4.2 milestone Nov 21, 2023
@sergei-maertens
Copy link
Member

sergei-maertens commented Nov 21, 2023

Seems to be same problem as #3368 and #1617 is also relevant, see

if isinstance(value, dict) and "#text" in value:

We need a proper StUF handler for this sort of processing, types are not consistent of what we get back.

@sergei-maertens sergei-maertens added the needs-backport Fix must be backported to stable release branch label Nov 21, 2023
@sergei-maertens
Copy link
Member

def _remove_nils(d: M) -> M:
Looks generic but doesn't seem to handle the #text case linked above.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working needs-backport Fix must be backported to stable release branch owner: utrecht
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

3 participants