Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F17804068
D15367.id37049.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.id37049.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
Sat, Jul 26, 10:58 AM (3 d, 48 m ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
8585064
Default Alt Text
D15367.id37049.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