Skip to content

Commit 06ae6e4

Browse files
author
epriestley
committed
Typeahead lists by name, not by email.
1 parent 6c32a99 commit 06ae6e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/applications/typeahead/controller/common/PhabricatorTypeaheadCommonDatasourceController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ public function processRequest() {
7878
$lists = id(new PhabricatorMetaMTAMailingList())->loadAll();
7979
foreach ($lists as $list) {
8080
$data[] = array(
81-
$list->getEmail(),
81+
$list->getName(),
8282
$list->getURI(),
8383
$list->getPHID(),
8484
);

0 commit comments

Comments
 (0)