@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.

Use accounts typeahead endpoint for project membership

Reviewed by: epriestley

See: <https://github.com/facebook/phabricator/pull/436>

authored by

Ryan Freebern and committed by
epriestley
71adee75 5bb646a8

+1 -1
+1 -1
src/applications/project/controller/PhabricatorProjectMembersEditController.php
··· 92 92 id(new AphrontFormTokenizerControl()) 93 93 ->setName('phids') 94 94 ->setLabel(pht('Add Members')) 95 - ->setDatasource('/typeahead/common/users/')) 95 + ->setDatasource('/typeahead/common/accounts/')) 96 96 ->appendChild( 97 97 id(new AphrontFormSubmitControl()) 98 98 ->addCancelButton('/project/view/'.$project->getID().'/')