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:
parent
5bb646a838
commit
71adee75b0
1 changed files with 1 additions and 1 deletions
|
@ -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().'/')
|
||||
|
|
Loading…
Reference in a new issue