-
Notifications
You must be signed in to change notification settings - Fork 21
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
Change restrictor for superadmin and orga admin #1053
base: main
Are you sure you want to change the base?
Change restrictor for superadmin and orga admin #1053
Conversation
- The super admin has to go throw the restrictor - The orga admin and superadmin are automaticly admin in every meeting, giving them all permissions in all meetings
The corresponding client issue is created OpenSlides/openslides-client#4380 |
With this PR the superadmin cannot see a meeting which is locked from inside. The superadmin should still be able to see the meeting (title, language, event location, meeting date, meeting_admins, tags, external ID, the jitsi settings -domain, room name, password-, the meeting_users, amount of motions from the meeting, which committee it belongs to) @emanuelschuetze should the orgaadmin now also be able to see meetings they are not a part of if these meetings are locked from inside? |
What collection mode has to change for that? Which fields? |
collection meeting.go restriction mode B |
The orga admin should get the same information (The orgaadmin should see locked_from_inside meetings) collection meeting.go as far as I unserstood restriction mode B and E |
…orga_admin_permission
…orga_admin_permission' into new_superadmin_and_orga_admin_permission
Meeting/modeB are nearly all fields. If the superadmin can see them, then he is not locked out. You asked for the following fields:
Please tell me, if this is what you want.
|
The orga admin should always see the jitsy settings
The super and orga admin should see meeting_users from locked out meetings
If it is really necessary, that the superadmin and orgaadmin can see the admins of a locked meeting
additional answers:
|
This lets the orga admin inside every meeting.
I solved this by making the orga admin a admin in every meeting that is not locked from inside (same for super admin).
Is this what you want?