Page MenuHomePhabricator

Fix Ponder Answer query joins, builtins
ClosedPublic

Authored by chad on Aug 21 2015, 4:47 AM.
Tags
None
Referenced Files
F13096158: D13953.diff
Thu, Apr 25, 2:58 PM
Unknown Object (File)
Thu, Apr 18, 3:27 AM
Unknown Object (File)
Wed, Apr 17, 6:15 AM
Unknown Object (File)
Fri, Apr 12, 8:44 AM
Unknown Object (File)
Fri, Apr 12, 8:44 AM
Unknown Object (File)
Fri, Apr 12, 8:44 AM
Unknown Object (File)
Fri, Apr 12, 8:26 AM
Unknown Object (File)
Fri, Apr 12, 7:18 AM
Subscribers

Details

Summary

Fixes T9234. The joins method was still the old method and the builtin was calling the wrong key.

Test Plan

Test authored builtin, custom search

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

chad retitled this revision from to Fix Ponder Answer query joins, builtins.
chad updated this object.
chad edited the test plan for this revision. (Show Details)
chad added a reviewer: epriestley.
epriestley edited edge metadata.
epriestley added inline comments.
src/applications/ponder/query/PonderQuestionQuery.php
144

I'd expect this to just be return $joins; now.

This revision is now accepted and ready to land.Aug 21 2015, 10:56 AM
chad edited edge metadata.
  • per comments
This revision was automatically updated to reflect the committed changes.
chad marked an inline comment as done.