Open
Description
⚠️ This issue respects the following points: ⚠️
- This is a bug, not a question or a configuration/webserver/proxy issue.
- This issue is not already reported on Github OR Nextcloud Community Forum (I've searched it).
- Nextcloud Server is up to date. See Maintenance and Release Schedule for supported versions.
- I agree to follow Nextcloud's Code of Conduct.
Bug description
If a group is renamed, "Limit to groups" takes the old group name, which seems to me like an id. However, if a group is renamed, it cannot be found by the actual name, which seems to me like a label, but with it's old name (serving as id). The old name can be seen in the URL when selecting the group in the "Users" section. However, this is a bit confusing since the rest of the GUI follows the label name of the group and the old name of the group needs to be known to select it.
Steps to reproduce
- Create random group like "original_group"
- Rename group to other name like "changed_group"
- Go to Apps section and find an app that allows limiting to like "Polls"
- Check box next to "limit to groups" and try to search for "changed_group" in the text field.
- Then try to search for "original_group" - this will be found.
Expected behavior
If you search for the renamed group name to find that one.
Nextcloud Server version
30
Operating system
None
PHP engine version
None
Web server
None
Database engine version
None
Is this bug present after an update or on a fresh install?
None
Are you using the Nextcloud Server Encryption module?
None
What user-backends are you using?
- Default user-backend (database)
- LDAP/ Active Directory
- SSO - SAML
- Other
Configuration report
List of activated Apps
Nextcloud Signing status
Nextcloud Logs
Additional info
No response