Describe the bug
When adding room creation limitations in the webadmin interface the search area displays groups' displayname whereas the groups' gid is finally displayed in the list.
To Reproduce
Go to '/settings/admin/additional'
Go to section 'limitations'
Search a group by its displayname
Select a group
The group's gid is displayed in the list above
Expected behavior
I expect the groups displayname to be displayed in the list (matches the value in the search area)
Screenshots
On the screenshot the name SPACE-U-2 appears gid of the group instead of the group's displayname.
System (please complete the following information):
Firefox 131.0.2
App version [2.7.2]
Nextcloud version [29.0.7]
Additional context
Table oc_groups has exactly two columns : gid and displayname
+-------------+--------------+------+-----+---------+-------+
| Field | Type | Null | Key | Default | Extra |
+-------------+--------------+------+-----+---------+-------+
| gid | varchar(64) | NO | PRI | | |
| displayname | varchar(255) | NO | | name | |
+-------------+--------------+------+-----+---------+-------+
Describe the bug When adding room creation limitations in the webadmin interface the search area displays groups'
displayname
whereas the groups'gid
is finally displayed in the list.To Reproduce
displayname
gid
is displayed in the list aboveExpected behavior I expect the groups
displayname
to be displayed in the list (matches the value in the search area)Screenshots
On the screenshot the name
SPACE-U-2
appearsgid
of the group instead of the group's displayname.System (please complete the following information):
Additional context Table
oc_groups
has exactly two columns :gid
anddisplayname