Page MenuHomePhabricator

D8996.id.diff
No OneTemporary

D8996.id.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
Sun, Jun 2, 8:41 PM (2 w, 6 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6299676
Default Alt Text
D8996.id.diff (811 B)

Event Timeline