mirror of
https://github.com/nextcloud/server.git
synced 2025-10-26 19:21:34 +00:00
parent
61ee72a89d
commit
4658d69e64
@ -314,6 +314,7 @@ export default {
|
||||
|
||||
// group name
|
||||
item.text = group.name;
|
||||
item.title = group.name;
|
||||
|
||||
// users count for all groups
|
||||
if (group.usercount - group.disabled > 0 || group.usercount === -1) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user