Page MenuHomePhabricator

D15367.id37049.diff
No OneTemporary

D15367.id37049.diff

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

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)

Event Timeline