mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 09:42:09 -04:00
Merge pull request #40427 from ThibautPlg/master
feat: Adding the displayname to the output of occ group:list --info
This commit is contained in:
commit
3c4ee711c1
1 changed files with 1 additions and 0 deletions
|
|
@ -73,6 +73,7 @@ class ListCommand extends Base {
|
|||
foreach ($groups as $group) {
|
||||
if ($addInfo) {
|
||||
$value = [
|
||||
'displayName' => $group->getDisplayName(),
|
||||
'backends' => $group->getBackendNames(),
|
||||
'users' => $this->usersForGroup($group),
|
||||
];
|
||||
|
|
|
|||
Loading…
Reference in a new issue