Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15432593
D21595.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1008 B
Referenced Files
None
Subscribers
None
D21595.diff
View Options
diff --git a/src/applications/differential/editor/DifferentialRevisionEditEngine.php b/src/applications/differential/editor/DifferentialRevisionEditEngine.php
--- a/src/applications/differential/editor/DifferentialRevisionEditEngine.php
+++ b/src/applications/differential/editor/DifferentialRevisionEditEngine.php
@@ -187,6 +187,15 @@
->setConduitTypeDescription(pht('New author.'))
->setSingleValue($object->getAuthorPHID());
+ // Don't show the "Author" field when creating a revision using the web
+ // workflow, since it adds more noise than signal to this workflow.
+ if ($this->getIsCreate()) {
+ $author_field->setIsHidden(true);
+ }
+
+ // Only show the "Foist Upon" comment action to the current revision
+ // author. Other users can use "Edit Revision", it's just very unlikley
+ // that they're interested in this action.
if ($viewer->getPHID() === $object->getAuthorPHID()) {
$author_field->setCommentActionLabel(pht('Foist Upon'));
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Mar 25, 6:40 PM (1 w, 4 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7722570
Default Alt Text
D21595.diff (1008 B)
Attached To
Mode
D21595: Hide the "Author" field in Differential on the web create workflow
Attached
Detach File
Event Timeline
Log In to Comment