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

Hide group/external_id for non meeting admins #4160

Merged
merged 3 commits into from
Sep 23, 2024

Conversation

reiterl
Copy link
Member

@reiterl reiterl commented Sep 20, 2024

Resolve #4155

@bastianjoel bastianjoel removed their assignment Sep 20, 2024
*/
public get allowExternalId(): boolean {
return this.operator.isMeetingAdmin || this.operator.isAccountAdmin;
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Account admins are not allowed to update the external ID, please remove them

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are orga admins or superadmins allowed to update the external Id?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Talked to @rrenkert about this issue.
I implemented: meeting admins and superadmins are allowed to use the external id

@Elblinator Elblinator assigned reiterl and unassigned Elblinator Sep 23, 2024
@reiterl reiterl requested a review from Elblinator September 23, 2024 08:02
@reiterl reiterl assigned Elblinator and unassigned reiterl Sep 23, 2024
@Elblinator Elblinator merged commit a68d5b0 into OpenSlides:main Sep 23, 2024
2 checks passed
@reiterl reiterl deleted the 4155-fix-group-create branch September 23, 2024 10:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix group.create for not admins
3 participants