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 superadmin is not part of the meeting and tries to add themselves onto the LoS #4607

Open
Elblinator opened this issue Feb 4, 2025 · 1 comment · May be fixed by #4664 or #4682
Open

Fix superadmin is not part of the meeting and tries to add themselves onto the LoS #4607

Elblinator opened this issue Feb 4, 2025 · 1 comment · May be fixed by #4664 or #4682

Comments

@Elblinator
Copy link
Member

Elblinator commented Feb 4, 2025

Describe the bug
The superadmin cannot put themselves onto a LoS if they are not a part of the meeting

How to Reproduce
1. Create anything with a LoS (e.g. a topic)
2. Navigate to the LoS
3. Try adding yourself
4. you will get Error in the Console
5. Try adding a poo will trorw a message in the console and create a snackbar Error:

Cannot read properties of null (reading 'id')

The [Error] Message in the console:

TypeError: Cannot read properties of null (reading 'id')
    at _SpeakerControllerService.create (

Expected behavior
What happened before was the the superadmin could put themselves onto the LoS, this behaviour should be recreated

Wanted behavior:
After discussion we've decided that the superadmin have to be part of a meeting to pu themselves on the list of speakers. To assist this behavior, an information message should appear if the superadmin wants to put himself on the list of speakers or wants to create a point of order for himself.

Message: Action not possible. You have to be part of the meeting.

@Elblinator Elblinator changed the title Bug if the (super)admin is not part of the meeting Fix superadmin is not part of the meeting and tries to add themselves onto the LoS Feb 4, 2025
@anbebe anbebe self-assigned this Feb 19, 2025
@MSoeb
Copy link

MSoeb commented Feb 25, 2025

Take care: The wanted behavior has changed

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