Skip to content

Commit

Permalink
feat(occ)!: Adding the displayName to the output of the `occ group:…
Browse files Browse the repository at this point in the history
…list --info` command

Signed-off-by: ThibautPlg <17176051+ThibautPlg@users.noreply.github.com>
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
  • Loading branch information
ThibautPlg authored and AndyScherzinger committed Aug 6, 2024
1 parent 2f3dfbb commit 7ec2edf
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 7ec2edf

Please sign in to comment.