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: Include admin group in list of all groups #2348

Merged
merged 1 commit into from May 1, 2023
Merged

Conversation

susnux
Copy link
Contributor

@susnux susnux commented Apr 25, 2023

Currently the admin group is not automatically added as a member group to a new folder, so users of the admin group can not access group folders.

Moreover the admin group can currently not be added as a member because it is filtered from the list of available groups.

This PR simply removes that filter, as I think adding admin group as a member should be done explicitly, also the other way round we would need to add it to the member groups by default and add it to all existing group folders.

The `admin` group should be able to be added as a group folder member

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
@susnux susnux added bug 3. to review Items that need to be reviewed labels Apr 25, 2023
@susnux
Copy link
Contributor Author

susnux commented Apr 25, 2023

/backport to stable25

Copy link
Collaborator

@miaulalala miaulalala left a comment

Choose a reason for hiding this comment

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

LGTM didn't test

@solracsf
Copy link
Member

/backport to stable26

@icewind1991 icewind1991 merged commit 7a3c5fb into master May 1, 2023
8 checks passed
@icewind1991 icewind1991 deleted the fix/2203 branch May 1, 2023 15:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review Items that need to be reviewed bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Can not assign admin to groupfolder anymore
4 participants