We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
hjanott
Successfully merging a pull request may close this issue.
Current behaviour:
if you try to clone a meeting where a user has a gender then an error is thrown
Thrown Error:
Payload:
Wanted behaviour:
You should be able to clone a meeting even if there are users with a gender inside of them
The text was updated successfully, but these errors were encountered: