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

Bulk action user.update add to meeting is throwing an Error #2510

Open
Elblinator opened this issue Jul 2, 2024 · 0 comments
Open

Bulk action user.update add to meeting is throwing an Error #2510

Elblinator opened this issue Jul 2, 2024 · 0 comments
Labels
Milestone

Comments

@Elblinator
Copy link
Member

Current behaviour:
If you try to add a participant via bulk action/multi action then the following Error is thrown:

Error: data.group_ids[1] must be integer

Payload:

[  {
    "action": "user.update",
    "data": [      {
        "id": 5097,
        "meeting_id": 101,
        "group_ids": [
          631,
          null  
        ]     
     }]
}]

Response:

{
    "success": false,
    "message": "data.group_ids[1] must be integer",
    "action_error_index": 0,
    "action_data_error_index": 0
}

Wanted behaviour:
It should be possible to add user via bulk action/multi select to one or more meetings,
if no group was specified then the default group should be used

@Elblinator Elblinator added the bug label Jul 2, 2024
@Elblinator Elblinator added this to the 4.2 milestone Jul 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant