Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15374580
D13460.id32574.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
608 B
Referenced Files
None
Subscribers
None
D13460.id32574.diff
View Options
diff --git a/src/applications/almanac/query/AlmanacServiceQuery.php b/src/applications/almanac/query/AlmanacServiceQuery.php
--- a/src/applications/almanac/query/AlmanacServiceQuery.php
+++ b/src/applications/almanac/query/AlmanacServiceQuery.php
@@ -194,11 +194,11 @@
);
}
- protected function getValueMap($cursor, array $keys) {
+ protected function getPagingValueMap($cursor, array $keys) {
$service = $this->loadCursorObject($cursor);
return array(
'id' => $service->getID(),
- 'name' => $service->getServiceName(),
+ 'name' => $service->getName(),
);
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Mar 13, 8:01 PM (3 w, 1 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7385330
Default Alt Text
D13460.id32574.diff (608 B)
Attached To
Mode
D13460: Fix Alamanc service paging
Attached
Detach File
Event Timeline
Log In to Comment