Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15299184
D9518.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
655 B
Referenced Files
None
Subscribers
None
D9518.diff
View Options
diff --git a/src/applications/differential/controller/DifferentialRevisionLandController.php b/src/applications/differential/controller/DifferentialRevisionLandController.php
--- a/src/applications/differential/controller/DifferentialRevisionLandController.php
+++ b/src/applications/differential/controller/DifferentialRevisionLandController.php
@@ -141,6 +141,15 @@
}
$lock->unlock();
+
+ $looksoon = new ConduitCall(
+ 'diffusion.looksoon',
+ array(
+ 'callsigns' => array($repository->getCallsign())
+ ));
+ $looksoon->setUser($request->getUser());
+ $looksoon->execute();
+
return $response;
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Mar 6, 2:25 PM (1 h, 50 m)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7266664
Default Alt Text
D9518.diff (655 B)
Attached To
Mode
D9518: make "Land to..." button call diffusion.looksoon
Attached
Detach File
Event Timeline
Log In to Comment