Page MenuHomePhabricator

More-robust search for task assignees
ClosedPublic

Authored by amckinley on Apr 30 2018, 7:11 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Nov 21, 2:37 PM
Unknown Object (File)
Sat, Nov 9, 3:15 PM
Unknown Object (File)
Oct 21 2024, 12:09 PM
Unknown Object (File)
Oct 21 2024, 12:09 PM
Unknown Object (File)
Oct 16 2024, 11:43 PM
Unknown Object (File)
Oct 4 2024, 9:37 PM
Unknown Object (File)
Oct 1 2024, 7:55 PM
Unknown Object (File)
Sep 18 2024, 5:57 AM
Subscribers

Details

Summary

See discussion in D19415.

Test Plan

Searched for some owners, found tasks as expected.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision is now accepted and ready to land.Apr 30 2018, 7:16 PM
This revision was automatically updated to reflect the committed changes.

This actually caused an AphrontParameterQueryException while loading the Maniphest home page due to $this->ownerPHIDs being an empty array. I attempted to fix it by changing line 588 to:

if (($this->ownerPHIDs !== null) and !empty($this->ownerPHIDs)) {

which seems to work. I have no idea what side-effects this "fix" might cause though, I'm still waiting for my team to complain.

If you'd like that fixed, please file a bug report on the Discourse forum, including reproduction instructions that others can follow to reproduce the issue. A link to a page on this install which fatals would be sufficient.