Page MenuHomePhabricator

D11926.diff
No OneTemporary

D11926.diff

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

Mime Type
text/plain
Expires
Mar 11 2025, 11:36 AM (6 w, 2 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7468177
Default Alt Text
D11926.diff (671 B)

Event Timeline