Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14400080
D8267.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
627 B
Referenced Files
None
Subscribers
None
D8267.diff
View Options
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
Details
Attached
Mime Type
text/plain
Expires
Mon, Dec 23, 6:42 PM (18 h, 47 m)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6921795
Default Alt Text
D8267.diff (627 B)
Attached To
Mode
D8267: Add Event Description to Event Page
Attached
Detach File
Event Timeline
Log In to Comment