Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14026536
D16233.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
841 B
Referenced Files
None
Subscribers
None
D16233.diff
View Options
diff --git a/src/infrastructure/graph/DifferentialRevisionGraph.php b/src/infrastructure/graph/DifferentialRevisionGraph.php
--- a/src/infrastructure/graph/DifferentialRevisionGraph.php
+++ b/src/infrastructure/graph/DifferentialRevisionGraph.php
@@ -54,6 +54,8 @@
$link = $viewer->renderHandle($phid);
}
+ $link = AphrontTableView::renderSingleDisplayLine($link);
+
return array(
$trace,
$status,
diff --git a/src/infrastructure/graph/ManiphestTaskGraph.php b/src/infrastructure/graph/ManiphestTaskGraph.php
--- a/src/infrastructure/graph/ManiphestTaskGraph.php
+++ b/src/infrastructure/graph/ManiphestTaskGraph.php
@@ -67,6 +67,8 @@
$link = $viewer->renderHandle($phid);
}
+ $link = AphrontTableView::renderSingleDisplayLine($link);
+
return array(
$trace,
$status,
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Nov 9, 1:29 AM (4 d, 1 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6720181
Default Alt Text
D16233.diff (841 B)
Attached To
Mode
D16233: Don't wrap task/revision titles in graph tables
Attached
Detach File
Event Timeline
Log In to Comment