Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]>
ThibautPlg committed Sep 14, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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
@@ -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),
];

0 comments on commit 985fb68

Please sign in to comment.