diff --git a/src/applications/people/controller/PhabricatorPeopleListController.php b/src/applications/people/controller/PhabricatorPeopleListController.php --- a/src/applications/people/controller/PhabricatorPeopleListController.php +++ b/src/applications/people/controller/PhabricatorPeopleListController.php @@ -62,6 +62,10 @@ ->addAttribute($email) ->setImageURI($user->getProfileImageURI()); + if ($is_approval && $primary_email) { + $item->addAttribute($primary_email->getAddress()); + } + if ($user->getIsDisabled()) { $item->addIcon('disable', pht('Disabled')); }