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

Fix Error if meetings are cloned #2677

Closed
Elblinator opened this issue Oct 15, 2024 · 0 comments · Fixed by #2678
Closed

Fix Error if meetings are cloned #2677

Elblinator opened this issue Oct 15, 2024 · 0 comments · Fixed by #2678
Assignees
Milestone

Comments

@Elblinator
Copy link
Member

Elblinator commented Oct 15, 2024

Current behaviour:
if you try to clone a meeting where a user has a gender then an error is thrown

Thrown Error:

Error: user/1: Invalid fields gender (value: male) user/2: Invalid fields gender (value: female) user/3: Invalid fields gender (value: diverse)

Payload:

[
    {
        "action": "meeting.clone",
        "data": [
            {
                "meeting_id": 1
            }
        ]
    }
]

Wanted behaviour:
You should be able to clone a meeting even if there are users with a gender inside of them

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

Successfully merging a pull request may close this issue.

2 participants