Page MenuHomePhabricator

D16526.diff
No OneTemporary

D16526.diff

diff --git a/src/applications/phriction/editor/PhrictionTransactionEditor.php b/src/applications/phriction/editor/PhrictionTransactionEditor.php
--- a/src/applications/phriction/editor/PhrictionTransactionEditor.php
+++ b/src/applications/phriction/editor/PhrictionTransactionEditor.php
@@ -429,6 +429,13 @@
PhabricatorEnv::getProductionURI($this->contentDiffURI));
}
+ $description = $object->getContent()->getDescription();
+ if (strlen($description)) {
+ $body->addTextSection(
+ pht('EDIT NOTES'),
+ $description);
+ }
+
$body->addLinkSection(
pht('DOCUMENT DETAIL'),
PhabricatorEnv::getProductionURI(

File Metadata

Mime Type
text/plain
Expires
Wed, Apr 2, 2:32 PM (2 d, 14 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7346273
Default Alt Text
D16526.diff (670 B)

Event Timeline