mirror of
https://we.phorge.it/source/phorge.git
synced 2025-01-31 17:08:22 +01:00
Fix "Add Project" in bulk editor
Summary: Fixes T8740. This data is required for now, and didn't get brought across properly from the original standalone foreground editor. Test Plan: Did a bulk editor "add project", got a clean result. Reviewers: btrahan Reviewed By: btrahan Subscribers: epriestley Maniphest Tasks: T8740 Differential Revision: https://secure.phabricator.com/D13533
This commit is contained in:
parent
5ce433074c
commit
1f4cd900f3
1 changed files with 2 additions and 0 deletions
|
@ -49,6 +49,8 @@ final class ManiphestTaskEditBulkJobType
|
|||
PhabricatorPolicyCapability::CAN_EDIT,
|
||||
))
|
||||
->withPHIDs(array($task->getObjectPHID()))
|
||||
->needProjectPHIDs(true)
|
||||
->needSubscriberPHIDs(true)
|
||||
->executeOne();
|
||||
if (!$object) {
|
||||
return;
|
||||
|
|
Loading…
Add table
Reference in a new issue