Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15526551
D8996.id21367.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.id21367.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
Tue, Apr 22, 9:24 PM (3 d, 15 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7698014
Default Alt Text
D8996.id21367.diff (811 B)
Attached To
Mode
D8996: Fix paste
Attached
Detach File
Event Timeline
Log In to Comment