Page MenuHomePhabricator

D13211.id31927.diff
No OneTemporary

D13211.id31927.diff

diff --git a/src/applications/calendar/controller/PhabricatorCalendarEventViewController.php b/src/applications/calendar/controller/PhabricatorCalendarEventViewController.php
--- a/src/applications/calendar/controller/PhabricatorCalendarEventViewController.php
+++ b/src/applications/calendar/controller/PhabricatorCalendarEventViewController.php
@@ -46,12 +46,19 @@
} else if ($sequence) {
return new Aphront404Response();
}
- }
- $title = 'E'.$event->getID();
- $page_title = $title.' '.$event->getName();
- $crumbs = $this->buildApplicationCrumbs();
- $crumbs->addTextCrumb($title, '/E'.$event->getID());
+ $title = $event->getMonogram().' ('.$sequence.')';
+ $page_title = $title.' '.$event->getName();
+ $crumbs = $this->buildApplicationCrumbs();
+ $crumbs->addTextCrumb($title, '/'.$event->getMonogram().'/'.$sequence);
+
+
+ } else {
+ $title = 'E'.$event->getID();
+ $page_title = $title.' '.$event->getName();
+ $crumbs = $this->buildApplicationCrumbs();
+ $crumbs->addTextCrumb($title, '/E'.$event->getID());
+ }
$timeline = $this->buildTransactionTimeline(
$event,

File Metadata

Mime Type
text/plain
Expires
Fri, Mar 14, 11:23 PM (1 w, 1 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7675946
Default Alt Text
D13211.id31927.diff (1 KB)

Event Timeline