Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15391542
D16526.id39769.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
662 B
Referenced Files
None
Subscribers
None
D16526.id39769.diff
View Options
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 ($description) {
+ $body->addTextSection(
+ pht('EDIT NOTES'),
+ $description);
+ }
+
$body->addLinkSection(
pht('DOCUMENT DETAIL'),
PhabricatorEnv::getProductionURI(
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Mar 16, 10:26 AM (2 w, 5 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7706845
Default Alt Text
D16526.id39769.diff (662 B)
Attached To
Mode
D16526: Add edit notes to Phriction emails
Attached
Detach File
Event Timeline
Log In to Comment