Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F13956720
D8589.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
633 B
Referenced Files
None
Subscribers
None
D8589.id.diff
View Options
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'));
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Oct 15 2024, 6:51 AM (5 w, 3 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6711782
Default Alt Text
D8589.id.diff (633 B)
Attached To
Mode
D8589: Show primary email in approval queue interface
Attached
Detach File
Event Timeline
Log In to Comment