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

Amount participants visibility in committee/meeting #4178

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

reiterl
Copy link
Member

@reiterl reiterl commented Sep 25, 2024

Resolve #4071

@reiterl reiterl added the bug label Sep 25, 2024
@reiterl reiterl added this to the 4.2 milestone Sep 25, 2024
Copy link
Member

@bastianjoel bastianjoel left a comment

Choose a reason for hiding this comment

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

I am against this change.

The info is still sent to the client and therefore IMHO this issue is not fixed. It would be better to implement #2107 instead.

@@ -58,7 +58,8 @@ function getMeetingListFollowConfig(
idField: idField,
follow: [
{ idField: `committee_id`, fieldset: `name` },
{ idField: `organization_tag_ids`, fieldset: FULL_FIELDSET }
{ idField: `organization_tag_ids`, fieldset: FULL_FIELDSET },
{ idField: `group_ids`, fieldset: [`name`, `permissions`] }
Copy link
Member

Choose a reason for hiding this comment

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

I see that you need this but I don't like that this could increase subscription sizes a lot. Also I think the name is not needed.

@Elblinator Elblinator modified the milestones: 4.2, 4.3 Dec 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Meeting/Committee menu: Visibility of participants not correctly restricted
5 participants