Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15391021
D15914.id38318.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
D15914.id38318.diff
View Options
diff --git a/src/applications/differential/customfield/DifferentialProjectReviewersField.php b/src/applications/differential/customfield/DifferentialProjectReviewersField.php
--- a/src/applications/differential/customfield/DifferentialProjectReviewersField.php
+++ b/src/applications/differential/customfield/DifferentialProjectReviewersField.php
@@ -8,7 +8,7 @@
}
public function getFieldName() {
- return pht('Project Reviewers');
+ return pht('Coalition Reviewers');
}
public function getFieldDescription() {
diff --git a/src/applications/differential/customfield/DifferentialReviewersField.php b/src/applications/differential/customfield/DifferentialReviewersField.php
--- a/src/applications/differential/customfield/DifferentialReviewersField.php
+++ b/src/applications/differential/customfield/DifferentialReviewersField.php
@@ -71,7 +71,7 @@
return id(new AphrontFormTokenizerControl())
->setUser($this->getViewer())
->setName($this->getFieldKey())
- ->setDatasource(new PhabricatorProjectOrUserDatasource())
+ ->setDatasource(new DiffusionAuditorDatasource())
->setValue($phids)
->setError($this->getFieldError())
->setLabel($this->getFieldName());
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Mar 16, 7:51 AM (2 w, 6 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7706577
Default Alt Text
D15914.id38318.diff (1 KB)
Attached To
Mode
D15914: Allow packages to be added as revision reviewers via the UI
Attached
Detach File
Event Timeline
Log In to Comment