Page MenuHomePhabricator

D10139.id24399.diff
No OneTemporary

D10139.id24399.diff

diff --git a/src/applications/maniphest/storage/ManiphestTransaction.php b/src/applications/maniphest/storage/ManiphestTransaction.php
--- a/src/applications/maniphest/storage/ManiphestTransaction.php
+++ b/src/applications/maniphest/storage/ManiphestTransaction.php
@@ -43,6 +43,18 @@
return parent::shouldGenerateOldValue();
}
+ public function getRemarkupBlocks() {
+ $blocks = parent::getRemarkupBlocks();
+
+ switch ($this->getTransactionType()) {
+ case self::TYPE_DESCRIPTION:
+ $blocks[] = $this->getNewValue();
+ break;
+ }
+
+ return $blocks;
+ }
+
public function getRequiredHandlePHIDs() {
$phids = parent::getRequiredHandlePHIDs();

File Metadata

Mime Type
text/plain
Expires
Sun, Feb 23, 7:16 AM (8 m, 16 s)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7185225
Default Alt Text
D10139.id24399.diff (699 B)

Event Timeline