Skip to content

Commit

Permalink
Adding the displayname to the output of the occ group:list --info com…
Browse files Browse the repository at this point in the history
…mand

Signed-off-by: ThibautPlg <17176051+ThibautPlg@users.noreply.github.com>
  • Loading branch information
ThibautPlg committed Sep 14, 2023
1 parent 30a7eab commit 985fb68
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 @@ -97,6 +97,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 985fb68

Please sign in to comment.