Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15303813
D8274.id19694.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D8274.id19694.diff
View Options
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
Details
Attached
Mime Type
text/plain
Expires
Mar 7 2025, 1:04 AM (5 w, 15 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7311501
Default Alt Text
D8274.id19694.diff (1 KB)
Attached To
Mode
D8274: Make projects appear in all mailable tokenizers
Attached
Detach File
Event Timeline
Log In to Comment