Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14841473
D16620.id40018.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
699 B
Referenced Files
None
Subscribers
None
D16620.id40018.diff
View Options
diff --git a/src/applications/people/view/PhabricatorUserLogView.php b/src/applications/people/view/PhabricatorUserLogView.php
--- a/src/applications/people/view/PhabricatorUserLogView.php
+++ b/src/applications/people/view/PhabricatorUserLogView.php
@@ -33,7 +33,6 @@
$rows = array();
foreach ($logs as $log) {
-
$ip = $log->getRemoteAddr();
$session = substr($log->getSession(), 0, 6);
@@ -62,7 +61,7 @@
$log->getActorPHID()
? $handles[$log->getActorPHID()]->getName()
: null,
- $handles[$log->getUserPHID()]->getName(),
+ $username = $handles[$log->getUserPHID()]->renderLink(),
$ip,
$session,
);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Feb 2, 3:45 PM (20 h, 58 m)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7084711
Default Alt Text
D16620.id40018.diff (699 B)
Attached To
Mode
D16620: Link user name in People log view to user page
Attached
Detach File
Event Timeline
Log In to Comment