mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
Not include mailing lists in revisions search
Summary: Neither author nor reviewer can be a mailing list. Test Plan: /differential/filter/revisions/, saw "Type a user name". Reviewers: epriestley Reviewed By: epriestley CC: aran, Korvin Differential Revision: https://secure.phabricator.com/D4722
This commit is contained in:
parent
3e7a7518fa
commit
1ebd51aad2
1 changed files with 1 additions and 1 deletions
|
@ -363,7 +363,7 @@ final class DifferentialRevisionListController extends DifferentialController {
|
|||
array_select_keys($handles, $params['participants']),
|
||||
'getFullName');
|
||||
return id(new AphrontFormTokenizerControl())
|
||||
->setDatasource('/typeahead/common/allmailable/')
|
||||
->setDatasource('/typeahead/common/accounts/')
|
||||
->setLabel($label)
|
||||
->setName('participants')
|
||||
->setValue($value);
|
||||
|
|
Loading…
Reference in a new issue