Page MenuHomePhabricator

D12767.id30689.diff
No OneTemporary

D12767.id30689.diff

diff --git a/src/applications/calendar/query/PhabricatorCalendarEventSearchEngine.php b/src/applications/calendar/query/PhabricatorCalendarEventSearchEngine.php
--- a/src/applications/calendar/query/PhabricatorCalendarEventSearchEngine.php
+++ b/src/applications/calendar/query/PhabricatorCalendarEventSearchEngine.php
@@ -220,6 +220,7 @@
protected function getBuiltinQueryNames() {
$names = array(
'month' => pht('Month View'),
+ 'day' => pht('Day View'),
'upcoming' => pht('Upcoming Events'),
'all' => pht('All Events'),
);
@@ -242,6 +243,8 @@
switch ($query_key) {
case 'month':
return $query->setParameter('display', 'month');
+ case 'day':
+ return $query->setParameter('display', 'day');
case 'upcoming':
return $query->setParameter('upcoming', true);
case 'all':

File Metadata

Mime Type
text/plain
Expires
Oct 18 2024, 6:45 AM (4 w, 3 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6725456
Default Alt Text
D12767.id30689.diff (866 B)

Event Timeline