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 handling of deletion/removal of account/participant #2753

Closed
Elblinator opened this issue Sep 5, 2023 · 0 comments · Fixed by #2757
Closed

Fix handling of deletion/removal of account/participant #2753

Elblinator opened this issue Sep 5, 2023 · 0 comments · Fixed by #2757
Assignees

Comments

@Elblinator
Copy link
Member

Elblinator commented Sep 5, 2023

Current situation:
If accounts are deleted at the same time as participants are removed then an Error is thrown and nobody is removed or deleted from a meeting

Reproduction:

  1. create two meetings (B and C)
  2. Put participant D in both meetings
  3. Put participant E in meeting B
  4. navigate to the participant-list of meeting B
  5. start multiselect and remove/delete D and E
  6. Error is thrown

Wanted behaviour:
it should be possible to remove and delete users at the same time

Comment from issue #2723
[...] The broken locks error already existed beforehand. The reason is that the request is being sent to the handle_request route instead of the handle_separately route like it should be. But here:


the parameter is correctly given and should also be correctly kept in the concat method, also I suppose that the error happens somewhere in there.[...]

Originally posted by @jsangmeister in #2723 (comment)

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.

3 participants