diff --git a/src/applications/search/controller/PhabricatorSearchAttachController.php b/src/applications/search/controller/PhabricatorSearchAttachController.php --- a/src/applications/search/controller/PhabricatorSearchAttachController.php +++ b/src/applications/search/controller/PhabricatorSearchAttachController.php @@ -106,7 +106,9 @@ $txn_editor = $object->getApplicationTransactionEditor() ->setActor($user) - ->setContentSourceFromRequest($request); + ->setContentSourceFromRequest($request) + ->setContinueOnMissingFields(true); + $txn_template = $object->getApplicationTransactionTemplate() ->setTransactionType(PhabricatorTransactions::TYPE_EDGE) ->setMetadataValue('edge:type', $edge_type)