mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-22 21:40:55 +01:00
Add needActiveDiffs to differential.createcomment method
Summary: Ref T12766. Adds missing attachment for stacking actions in differential Test Plan: Asked end user to verify patch. Reviewers: epriestley, amckinley Reviewed By: epriestley, amckinley Subscribers: reed, Korvin Maniphest Tasks: T12766 Differential Revision: https://secure.phabricator.com/D18038
This commit is contained in:
parent
9d37ad3022
commit
3fb4ca2429
1 changed files with 1 additions and 0 deletions
|
@ -49,6 +49,7 @@ final class DifferentialCreateCommentConduitAPIMethod
|
|||
->withIDs(array($request->getValue('revision_id')))
|
||||
->needReviewers(true)
|
||||
->needReviewerAuthority(true)
|
||||
->needActiveDiffs(true)
|
||||
->executeOne();
|
||||
if (!$revision) {
|
||||
throw new ConduitException('ERR_BAD_REVISION');
|
||||
|
|
Loading…
Reference in a new issue