See discussion in D19415.
Details
Details
- Reviewers
epriestley - Commits
- rPdd6e82698aeb: More-robust search for task assignees
Searched for some owners, found tasks as expected.
Diff Detail
Diff Detail
- Repository
- rP Phabricator
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
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.
Comment Actions
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.