mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-21 04:50:55 +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:
parent
5bb646a838
commit
71adee75b0
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ final class PhabricatorProjectMembersEditController
|
||||||
id(new AphrontFormTokenizerControl())
|
id(new AphrontFormTokenizerControl())
|
||||||
->setName('phids')
|
->setName('phids')
|
||||||
->setLabel(pht('Add Members'))
|
->setLabel(pht('Add Members'))
|
||||||
->setDatasource('/typeahead/common/users/'))
|
->setDatasource('/typeahead/common/accounts/'))
|
||||||
->appendChild(
|
->appendChild(
|
||||||
id(new AphrontFormSubmitControl())
|
id(new AphrontFormSubmitControl())
|
||||||
->addCancelButton('/project/view/'.$project->getID().'/')
|
->addCancelButton('/project/view/'.$project->getID().'/')
|
||||||
|
|
Loading…
Reference in a new issue