Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15401168
D19476.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
D19476.diff
View Options
diff --git a/src/applications/metamta/typeahead/PhabricatorMetaMTAMailableFunctionDatasource.php b/src/applications/metamta/typeahead/PhabricatorMetaMTAMailableFunctionDatasource.php
--- a/src/applications/metamta/typeahead/PhabricatorMetaMTAMailableFunctionDatasource.php
+++ b/src/applications/metamta/typeahead/PhabricatorMetaMTAMailableFunctionDatasource.php
@@ -8,7 +8,8 @@
}
public function getPlaceholderText() {
- return pht('Type a username, project, mailing list, or function...');
+ return pht(
+ 'Type a username, project, mailing list, package, or function...');
}
public function getDatasourceApplicationClass() {
@@ -21,6 +22,7 @@
new PhabricatorPeopleDatasource(),
new PhabricatorProjectMembersDatasource(),
new PhabricatorProjectDatasource(),
+ new PhabricatorOwnersPackageDatasource(),
);
}
diff --git a/src/applications/search/field/PhabricatorSearchSubscribersField.php b/src/applications/search/field/PhabricatorSearchSubscribersField.php
--- a/src/applications/search/field/PhabricatorSearchSubscribersField.php
+++ b/src/applications/search/field/PhabricatorSearchSubscribersField.php
@@ -10,6 +10,7 @@
protected function getValueFromRequest(AphrontRequest $request, $key) {
$allow_types = array(
PhabricatorProjectProjectPHIDType::TYPECONST,
+ PhabricatorOwnersPackagePHIDType::TYPECONST,
);
return $this->getUsersFromRequest($request, $key, $allow_types);
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Mar 18, 4:06 PM (1 h, 10 m ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7705753
Default Alt Text
D19476.diff (1 KB)
Attached To
Mode
D19476: Include owners packages in the MailableFunction datasource
Attached
Detach File
Event Timeline
Log In to Comment