Page MenuHomePhabricator

D16233.id39050.diff
No OneTemporary

D16233.id39050.diff

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

Mime Type
text/plain
Expires
Fri, Sep 20, 6:12 PM (8 h, 50 m)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6624102
Default Alt Text
D16233.id39050.diff (841 B)

Event Timeline