Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15400090
D18281.id43966.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
968 B
Referenced Files
None
Subscribers
None
D18281.id43966.diff
View Options
diff --git a/src/applications/differential/controller/DifferentialRevisionViewController.php b/src/applications/differential/controller/DifferentialRevisionViewController.php
--- a/src/applications/differential/controller/DifferentialRevisionViewController.php
+++ b/src/applications/differential/controller/DifferentialRevisionViewController.php
@@ -1051,14 +1051,14 @@
return null;
}
- // NOTE: The upstream currently supports only "Land" operations, but
- // third parties have other operations (see PHI18). For now, we show any
- // operation that exists. We'll refine this in the future.
-
$operations = id(new DrydockRepositoryOperationQuery())
->setViewer($viewer)
->withObjectPHIDs(array($revision->getPHID()))
->withIsDismissed(false)
+ ->withOperationTypes(
+ array(
+ DrydockLandRepositoryOperation::OPCONST,
+ ))
->execute();
if (!$operations) {
return null;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Mar 18, 9:38 AM (3 d, 12 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7709612
Default Alt Text
D18281.id43966.diff (968 B)
Attached To
Mode
D18281: In Differential, filter repository operations to just "Land" operations again
Attached
Detach File
Event Timeline
Log In to Comment