Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15451327
D8495.id20159.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
620 B
Referenced Files
None
Subscribers
None
D8495.id20159.diff
View Options
diff --git a/src/applications/differential/editor/DifferentialTransactionEditor.php b/src/applications/differential/editor/DifferentialTransactionEditor.php
--- a/src/applications/differential/editor/DifferentialTransactionEditor.php
+++ b/src/applications/differential/editor/DifferentialTransactionEditor.php
@@ -999,6 +999,12 @@
$body = parent::buildMailBody($object, $xactions);
+ if ($this->getIsNewObject()) {
+ $body->addTextSection(
+ pht('REVISION SUMMARY'),
+ $object->getSummary());
+ }
+
$type_inline = DifferentialTransaction::TYPE_INLINE;
$inlines = array();
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Mar 29, 9:28 PM (4 w, 1 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7229631
Default Alt Text
D8495.id20159.diff (620 B)
Attached To
Mode
D8495: When creating a new revision, include the summary in the initial email
Attached
Detach File
Event Timeline
Log In to Comment