Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15379047
D13865.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1007 B
Referenced Files
None
Subscribers
None
D13865.diff
View Options
diff --git a/src/applications/differential/controller/DifferentialDiffViewController.php b/src/applications/differential/controller/DifferentialDiffViewController.php
--- a/src/applications/differential/controller/DifferentialDiffViewController.php
+++ b/src/applications/differential/controller/DifferentialDiffViewController.php
@@ -29,6 +29,17 @@
->setURI('/D'.$diff->getRevisionID().'?id='.$diff->getID());
}
+ $diff_phid = $diff->getPHID();
+ $buildables = id(new HarbormasterBuildableQuery())
+ ->setViewer($viewer)
+ ->withBuildablePHIDs(array($diff_phid))
+ ->withManualBuildables(false)
+ ->needBuilds(true)
+ ->needTargets(true)
+ ->execute();
+ $buildables = mpull($buildables, null, 'getBuildablePHID');
+ $diff->attachBuildable(idx($buildables, $diff_phid));
+
// TODO: implement optgroup support in AphrontFormSelectControl?
$select = array();
$select[] = hsprintf('<optgroup label="%s">', pht('Create New Revision'));
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Mar 14, 6:22 PM (3 w, 1 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7577612
Default Alt Text
D13865.diff (1007 B)
Attached To
Mode
D13865: Load buildables in DiffViewController
Attached
Detach File
Event Timeline
Log In to Comment