Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15403910
D13132.id31701.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
720 B
Referenced Files
None
Subscribers
None
D13132.id31701.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
@@ -462,7 +462,11 @@
}
public function getPageSize(PhabricatorSavedQuery $saved) {
- return $saved->getParameter('limit', 1000);
+ if ($this->isMonthView($saved) || $this->isDayView($saved)) {
+ return $saved->getParameter('limit', 1000);
+ } else {
+ return $saved->getParameter('limit', 100);
+ }
}
private function getDateFrom(PhabricatorSavedQuery $saved) {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Mar 19, 5:28 AM (2 w, 4 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7223405
Default Alt Text
D13132.id31701.diff (720 B)
Attached To
Mode
D13132: List view should only allow 100 ghost events per recurring event.
Attached
Detach File
Event Timeline
Log In to Comment