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

Allow creating groups without members #1259

Open
lukasrad02 opened this issue Apr 4, 2024 · 0 comments · May be fixed by #1261
Open

Allow creating groups without members #1259

lukasrad02 opened this issue Apr 4, 2024 · 0 comments · May be fixed by #1261
Labels
[C] bug Something isn't working [P] minor features or bugs that can wait for some more time

Comments

@lukasrad02
Copy link

Is your feature request related to a problem? Please describe.

Sometimes, I want to create a group without any members, for example to make this group responsible for events although the user accounts of the members have not been created yet.

Unfortunately, the user select is a required field on the group creation view, and therefore it is not allowed to keep it empty.

Describe the solution you'd like

Allow creating groups without members by making the user select not required.

Describe alternatives you've considered

As an alternative, I could add some arbitrary user to the group while creating it and remove it (via the user edit view) afterwards. However, this is cumbersome and, if forgotten, could lead to wrong permissions.

Additional context

Due to the restriction discussed above, it is also not possible to edit (rename, change permissions, …) of empty group without adding a user.

@jeriox jeriox added [C] bug Something isn't working [P] minor features or bugs that can wait for some more time labels Apr 4, 2024
@felixrindt felixrindt linked a pull request Jul 3, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[C] bug Something isn't working [P] minor features or bugs that can wait for some more time
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants