Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F13992954
D8996.id21366.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
811 B
Referenced Files
None
Subscribers
None
D8996.id21366.diff
View Options
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
Details
Attached
Mime Type
text/plain
Expires
Wed, Oct 23, 7:47 PM (3 w, 2 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6709147
Default Alt Text
D8996.id21366.diff (811 B)
Attached To
Mode
D8996: Fix paste
Attached
Detach File
Event Timeline
Log In to Comment