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
Sat, Jun 1, 1:23 AM (3 w, 1 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6299676
Default Alt Text
D8996.diff (811 B)

Event Timeline