Page MenuHomePhabricator

D16794.id40444.diff
No OneTemporary

D16794.id40444.diff

diff --git a/src/applications/calendar/editor/PhabricatorCalendarEventEditor.php b/src/applications/calendar/editor/PhabricatorCalendarEventEditor.php
--- a/src/applications/calendar/editor/PhabricatorCalendarEventEditor.php
+++ b/src/applications/calendar/editor/PhabricatorCalendarEventEditor.php
@@ -314,13 +314,15 @@
PhabricatorLiskDAO $object,
array $xactions) {
- $description = $object->getDescription();
$body = parent::buildMailBody($object, $xactions);
- if (strlen($description)) {
- $body->addRemarkupSection(
- pht('EVENT DESCRIPTION'),
- $description);
+ $description = $object->getDescription();
+ if ($this->getIsNewObject()) {
+ if (strlen($description)) {
+ $body->addRemarkupSection(
+ pht('EVENT DESCRIPTION'),
+ $description);
+ }
}
$body->addLinkSection(

File Metadata

Mime Type
text/plain
Expires
Sun, May 19, 12:40 PM (3 w, 6 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6302245
Default Alt Text
D16794.id40444.diff (875 B)

Event Timeline