Page MenuHomePhabricator

D8267.diff
No OneTemporary

D8267.diff

Index: src/applications/calendar/controller/PhabricatorCalendarEventViewController.php
===================================================================
--- src/applications/calendar/controller/PhabricatorCalendarEventViewController.php
+++ src/applications/calendar/controller/PhabricatorCalendarEventViewController.php
@@ -101,6 +101,11 @@
pht('Ends'),
phabricator_datetime($event->getDateTo(), $viewer));
+ $properties->addSectionHeader(
+ pht('Description'),
+ PHUIPropertyListView::ICON_SUMMARY);
+ $properties->addTextContent($event->getDescription());
+
return $properties;
}

File Metadata

Mime Type
text/plain
Expires
Wed, May 22, 4:15 AM (3 w, 3 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6277032
Default Alt Text
D8267.diff (627 B)

Event Timeline