Page MenuHomePhabricator

D18771.diff
No OneTemporary

D18771.diff

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

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)

Event Timeline