Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F18621351
D21399.id50937.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
500 B
Referenced Files
None
Subscribers
None
D21399.id50937.diff
View Options
diff --git a/src/applications/project/query/PhabricatorProjectQuery.php b/src/applications/project/query/PhabricatorProjectQuery.php
--- a/src/applications/project/query/PhabricatorProjectQuery.php
+++ b/src/applications/project/query/PhabricatorProjectQuery.php
@@ -656,6 +656,11 @@
if ($this->memberPHIDs || $this->watcherPHIDs || $this->nameTokens) {
return true;
}
+
+ if ($this->slugs) {
+ return true;
+ }
+
return parent::shouldGroupQueryResultRows();
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sep 16 2025, 7:52 AM (7 w, 3 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
8498040
Default Alt Text
D21399.id50937.diff (500 B)
Attached To
Mode
D21399: Fix an issue where querying for a large number of projects by slug could paginate incorrectly
Attached
Detach File
Event Timeline
Log In to Comment