Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14087427
D11926.id28729.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
671 B
Referenced Files
None
Subscribers
None
D11926.id28729.diff
View Options
diff --git a/src/applications/transactions/view/PhabricatorApplicationTransactionView.php b/src/applications/transactions/view/PhabricatorApplicationTransactionView.php
--- a/src/applications/transactions/view/PhabricatorApplicationTransactionView.php
+++ b/src/applications/transactions/view/PhabricatorApplicationTransactionView.php
@@ -462,7 +462,9 @@
$event->setIsEdited(true);
}
- $event->setIsNormalComment(true);
+ if (!$has_removed_comment) {
+ $event->setIsNormalComment(true);
+ }
// If we have a place for quoted text to go and this is a quotable
// comment, pass the quote target ID to the event view.
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Nov 24, 9:40 PM (20 h, 44 m)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6783810
Default Alt Text
D11926.id28729.diff (671 B)
Attached To
Mode
D11926: Don't show "View Raw" for removed comments
Attached
Detach File
Event Timeline
Log In to Comment