Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15387045
D18771.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
699 B
Referenced Files
None
Subscribers
None
D18771.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
@@ -1612,6 +1612,13 @@
$xactions[] = $xaction;
}
+ } else {
+ // If this revision is being created into some state other than "Draft",
+ // this is the first broadcast and should include sections like "SUMMARY"
+ // and "TEST PLAN".
+ if ($this->getIsNewObject()) {
+ $this->firstBroadcast = true;
+ }
}
return $xactions;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Mar 16, 1:43 AM (1 w, 5 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7705015
Default Alt Text
D18771.diff (699 B)
Attached To
Mode
D18771: Restore "Summary" and "Test Plan" to initial mail for non-draft configurations
Attached
Detach File
Event Timeline
Log In to Comment