Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15335928
D18038.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
639 B
Referenced Files
None
Subscribers
None
D18038.diff
View Options
diff --git a/src/applications/differential/conduit/DifferentialCreateCommentConduitAPIMethod.php b/src/applications/differential/conduit/DifferentialCreateCommentConduitAPIMethod.php
--- a/src/applications/differential/conduit/DifferentialCreateCommentConduitAPIMethod.php
+++ b/src/applications/differential/conduit/DifferentialCreateCommentConduitAPIMethod.php
@@ -49,6 +49,7 @@
->withIDs(array($request->getValue('revision_id')))
->needReviewers(true)
->needReviewerAuthority(true)
+ ->needActiveDiffs(true)
->executeOne();
if (!$revision) {
throw new ConduitException('ERR_BAD_REVISION');
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Mar 9, 5:40 PM (1 w, 5 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7387241
Default Alt Text
D18038.diff (639 B)
Attached To
Mode
D18038: Add needActiveDiffs to differential.createcomment method
Attached
Detach File
Event Timeline
Log In to Comment