Page MenuHomePhabricator

D8996.diff
No OneTemporary

D8996.diff

diff --git a/src/applications/paste/editor/PhabricatorPasteEditor.php b/src/applications/paste/editor/PhabricatorPasteEditor.php
--- a/src/applications/paste/editor/PhabricatorPasteEditor.php
+++ b/src/applications/paste/editor/PhabricatorPasteEditor.php
@@ -75,6 +75,8 @@
case PhabricatorTransactions::TYPE_VIEW_POLICY:
$object->setViewPolicy($xaction->getNewValue());
return;
+ case PhabricatorTransactions::TYPE_COMMENT:
+ return;
}
return parent::applyCustomInternalTransaction($object, $xaction);
@@ -89,6 +91,7 @@
case PhabricatorPasteTransaction::TYPE_TITLE:
case PhabricatorPasteTransaction::TYPE_LANGUAGE:
case PhabricatorTransactions::TYPE_VIEW_POLICY:
+ case PhabricatorTransactions::TYPE_COMMENT:
return;
}

File Metadata

Mime Type
text/plain
Expires
May 18 2024, 7:10 AM (5 w, 20 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6299676
Default Alt Text
D8996.diff (811 B)

Event Timeline