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

meeting.import seemingly can't handle users with forwarding_committee_ids set #2124

Closed
luisa-beerboom opened this issue Jan 18, 2024 · 0 comments · Fixed by #2245
Closed
Assignees
Labels
bug needs investigation The cause for a bug is not clear enough, so it has to be investigated for some time
Milestone

Comments

@luisa-beerboom
Copy link
Member

If the json data for a meeting contains users like this one:
"791":{
"poll_voted_ids":[],
"can_change_own_password":true,
"is_physical_person":false,
"is_active":true,
"organization_id":1,
"default_password":"xyz",
"forwarding_committee_ids":[4],
"committee_ids":[3],
"meeting_user_ids":[67],
"vote_ids":[],
"default_vote_weight":"1.000000",
"id":791,
"delegated_vote_ids":[],
"is_present_in_meeting_ids":null,
"meeting_ids":[11],
"option_ids":[],
"poll_candidate_ids":[],
"last_name":"xyz",
"username":"xyz"
"password":"xyz",
}

It seem the import will fail stating the fact, that "forwarding_committee_ids" was set, to be the problem.
We should look into that

@luisa-beerboom luisa-beerboom added bug needs investigation The cause for a bug is not clear enough, so it has to be investigated for some time labels Jan 18, 2024
@luisa-beerboom luisa-beerboom added this to the 4.2 milestone Jan 18, 2024
@luisa-beerboom luisa-beerboom self-assigned this Feb 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug needs investigation The cause for a bug is not clear enough, so it has to be investigated for some time
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant