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 b6e3009 commit 1b85da7
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 @@ -78,6 +78,7 @@ private function formatGroups(array $groups, bool $addInfo = false) {
if ($addInfo) {
$values = array_map(function (IGroup $group) {
return [
'displayName' => $group->getDisplayName(),
'backends' => $group->getBackendNames(),
'users' => $this->usersForGroup($group),
];
Expand Down

0 comments on commit 1b85da7

Please sign in to comment.