mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-14 02:42:40 +01:00
Typeahead lists by name, not by email.
This commit is contained in:
parent
6c32a99012
commit
06ae6e488b
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ class PhabricatorTypeaheadCommonDatasourceController
|
||||||
$lists = id(new PhabricatorMetaMTAMailingList())->loadAll();
|
$lists = id(new PhabricatorMetaMTAMailingList())->loadAll();
|
||||||
foreach ($lists as $list) {
|
foreach ($lists as $list) {
|
||||||
$data[] = array(
|
$data[] = array(
|
||||||
$list->getEmail(),
|
$list->getName(),
|
||||||
$list->getURI(),
|
$list->getURI(),
|
||||||
$list->getPHID(),
|
$list->getPHID(),
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue