Page MenuHomePhabricator

D8274.id19694.diff
No OneTemporary

D8274.id19694.diff

Index: src/applications/typeahead/controller/PhabricatorTypeaheadCommonDatasourceController.php
===================================================================
--- src/applications/typeahead/controller/PhabricatorTypeaheadCommonDatasourceController.php
+++ 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;
Index: src/view/form/control/AphrontFormTokenizerControl.php
===================================================================
--- src/view/form/control/AphrontFormTokenizerControl.php
+++ 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
Wed, Mar 19, 4:40 AM (3 w, 2 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7311501
Default Alt Text
D8274.id19694.diff (1 KB)

Event Timeline