Page MenuHomePhabricator

D8274.id19687.diff
No OneTemporary

D8274.id19687.diff

diff --git a/src/applications/typeahead/controller/PhabricatorTypeaheadCommonDatasourceController.php b/src/applications/typeahead/controller/PhabricatorTypeaheadCommonDatasourceController.php
--- a/src/applications/typeahead/controller/PhabricatorTypeaheadCommonDatasourceController.php
+++ b/src/applications/typeahead/controller/PhabricatorTypeaheadCommonDatasourceController.php
@@ -63,6 +63,7 @@
case 'allmailable':
$need_users = true;
$need_lists = true;
+ $need_projs = true;
break;
case 'projects':
$need_projs = true;
diff --git a/src/view/form/control/AphrontFormTokenizerControl.php b/src/view/form/control/AphrontFormTokenizerControl.php
--- a/src/view/form/control/AphrontFormTokenizerControl.php
+++ b/src/view/form/control/AphrontFormTokenizerControl.php
@@ -88,8 +88,8 @@
'usersorprojects' => pht('Type a user or project name...'),
'searchowner' => pht('Type a user name...'),
'accounts' => pht('Type a user name...'),
- 'mailable' => pht('Type a user or mailing list...'),
- 'allmailable' => pht('Type a user or mailing list...'),
+ 'mailable' => pht('Type a user, project, or mailing list...'),
+ 'allmailable' => pht('Type a user, project, or mailing list...'),
'searchproject' => pht('Type a project name...'),
'projects' => pht('Type a project name...'),
'repositories' => pht('Type a repository name...'),

File Metadata

Mime Type
text/plain
Expires
Mon, Apr 14, 7:59 PM (2 d, 4 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7705887
Default Alt Text
D8274.id19687.diff (1 KB)

Event Timeline