mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-22 21:40:55 +01:00
Fix attachObject bug
Summary: so it was said in IRC and so it is true Test Plan: saving maniphest tasks with custom fields no longer barfs Reviewers: epriestley Reviewed By: epriestley CC: Korvin, epriestley, aran Differential Revision: https://secure.phabricator.com/D8279
This commit is contained in:
parent
1845798771
commit
c904e04f89
1 changed files with 1 additions and 0 deletions
|
@ -423,6 +423,7 @@ abstract class PhabricatorApplicationTransactionEditor
|
|||
$xaction->setAuthorPHID($actor->getPHID());
|
||||
$xaction->setContentSource($this->getContentSource());
|
||||
$xaction->attachViewer($this->getActor());
|
||||
$xaction->attachObject($object);
|
||||
}
|
||||
|
||||
$is_preview = $this->getIsPreview();
|
||||
|
|
Loading…
Reference in a new issue