diff --git a/src/applications/transactions/editor/PhabricatorApplicationTransactionCommentEditor.php b/src/applications/transactions/editor/PhabricatorApplicationTransactionCommentEditor.php --- a/src/applications/transactions/editor/PhabricatorApplicationTransactionCommentEditor.php +++ b/src/applications/transactions/editor/PhabricatorApplicationTransactionCommentEditor.php @@ -92,6 +92,7 @@ $editor ->setContentSource($this->getContentSource()) ->setContinueOnNoEffect(true) + ->setContinueOnMissingFields(true) ->applyTransactions($object, $support_xactions); } }