Skip to content

Commit

Permalink
Merge pull request #40427 from ThibautPlg/master
Browse files Browse the repository at this point in the history
feat: Adding the displayname to the output of occ group:list --info
  • Loading branch information
AndyScherzinger committed Aug 6, 2024
2 parents 8a5bc47 + 825347f commit 3c4ee71
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/Command/Group/ListCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ private function formatGroups(array $groups, bool $addInfo = false): \Generator
foreach ($groups as $group) {
if ($addInfo) {
$value = [
'displayName' => $group->getDisplayName(),
'backends' => $group->getBackendNames(),
'users' => $this->usersForGroup($group),
];
Expand Down

0 comments on commit 3c4ee71

Please sign in to comment.