mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
Fix paste
Summary: Fixes T4970. Test Plan: left a comment on a paste Reviewers: epriestley Subscribers: epriestley, Korvin Maniphest Tasks: T4970 Differential Revision: https://secure.phabricator.com/D8996
This commit is contained in:
parent
b618531451
commit
7f56bcd2d4
1 changed files with 3 additions and 0 deletions
|
@ -75,6 +75,8 @@ final class PhabricatorPasteEditor
|
|||
case PhabricatorTransactions::TYPE_VIEW_POLICY:
|
||||
$object->setViewPolicy($xaction->getNewValue());
|
||||
return;
|
||||
case PhabricatorTransactions::TYPE_COMMENT:
|
||||
return;
|
||||
}
|
||||
|
||||
return parent::applyCustomInternalTransaction($object, $xaction);
|
||||
|
@ -89,6 +91,7 @@ final class PhabricatorPasteEditor
|
|||
case PhabricatorPasteTransaction::TYPE_TITLE:
|
||||
case PhabricatorPasteTransaction::TYPE_LANGUAGE:
|
||||
case PhabricatorTransactions::TYPE_VIEW_POLICY:
|
||||
case PhabricatorTransactions::TYPE_COMMENT:
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue