1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-12-20 20:40:56 +01:00

Use accounts typeahead endpoint for project membership

Reviewed by: epriestley

See: <https://github.com/facebook/phabricator/pull/436>
This commit is contained in:
Ryan Freebern 2013-11-10 19:30:47 -05:00 committed by epriestley
parent 5bb646a838
commit 71adee75b0

View file

@ -92,7 +92,7 @@ final class PhabricatorProjectMembersEditController
id(new AphrontFormTokenizerControl())
->setName('phids')
->setLabel(pht('Add Members'))
->setDatasource('/typeahead/common/users/'))
->setDatasource('/typeahead/common/accounts/'))
->appendChild(
id(new AphrontFormSubmitControl())
->addCancelButton('/project/view/'.$project->getID().'/')