Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15293839
D15367.id37053.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
502 B
Referenced Files
None
Subscribers
None
D15367.id37053.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
@@ -187,6 +187,7 @@
protected function getPagingValueMap($cursor, array $keys) {
$project = $this->loadCursorObject($cursor);
return array(
+ 'id' => $project->getID(),
'name' => $project->getName(),
);
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Mar 6, 5:01 AM (1 w, 3 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7229836
Default Alt Text
D15367.id37053.diff (502 B)
Attached To
Mode
D15367: Fix missing cursor data for paging Projects by creation date
Attached
Detach File
Event Timeline
Log In to Comment