@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

More-robust search for task assignees

Summary: See discussion in D19415.

Test Plan: Searched for some owners, found tasks as expected.

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

Differential Revision: https://secure.phabricator.com/D19417

+1 -1
+1 -1
src/applications/maniphest/query/ManiphestTaskQuery.php
··· 585 585 'task.ownerPHID IS NOT NULL'); 586 586 } 587 587 588 - if ($this->ownerPHIDs) { 588 + if ($this->ownerPHIDs !== null) { 589 589 $subclause[] = qsprintf( 590 590 $conn, 591 591 'task.ownerPHID IN (%Ls)',