mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
Fix edits of Ponder comments which mention other objects
Summary: Fixes T9806. See some discussion there. Test Plan: - Edited a comment with `T12` in it. - Before change: exception. - After change: no exception. Reviewers: chad Reviewed By: chad Maniphest Tasks: T9806 Differential Revision: https://secure.phabricator.com/D14539
This commit is contained in:
parent
449556ed83
commit
d7212d855e
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ final class PonderAnswerEditor extends PonderEditor {
|
|||
$types = parent::getTransactionTypes();
|
||||
|
||||
$types[] = PhabricatorTransactions::TYPE_COMMENT;
|
||||
$types[] = PhabricatorTransactions::TYPE_EDGE;
|
||||
|
||||
$types[] = PonderAnswerTransaction::TYPE_CONTENT;
|
||||
$types[] = PonderAnswerTransaction::TYPE_STATUS;
|
||||
|
|
Loading…
Reference in a new issue