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

Show chat message with meeting_user set to NULL #4016

Closed
r-peschke opened this issue Aug 13, 2024 · 0 comments · Fixed by #4062
Closed

Show chat message with meeting_user set to NULL #4016

r-peschke opened this issue Aug 13, 2024 · 0 comments · Fixed by #4062
Assignees
Labels
enhancement General enhancement which is neither bug nor feature
Milestone

Comments

@r-peschke
Copy link
Member

Describe the bug
If the (meeting-)user will be deleted meeting_user_id will be set to NULL in the chat message. In consequence there is no user to show

How to Reproduce
Steps to reproduce the behavior:
see OpenSlides/openslides-backend#2566

Expected behavior
Show a replacement text like "user removed" (the problem could be reproduced by deleting a user or by deleting a meeting_user instance)

Additional context
In current main the backend throws an error, if you try to delete/remove a user with a chat message.
With PR OpenSlides/openslides-backend#2571 from backend and OpenSlides/openslides-meta#148 from meta you'll get the chat message withount meeting_user_id.

@r-peschke r-peschke added the bug label Aug 13, 2024
@r-peschke r-peschke added this to the 4.2 milestone Aug 13, 2024
@bastianjoel bastianjoel self-assigned this Aug 28, 2024
@bastianjoel bastianjoel added enhancement General enhancement which is neither bug nor feature and removed bug labels Aug 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement General enhancement which is neither bug nor feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants