Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F13970291
D12767.id30689.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
866 B
Referenced Files
None
Subscribers
None
D12767.id30689.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D12767: Calendar builtin queries should include a Day View
Attached
Detach File
Event Timeline
Log In to Comment