Page MenuHomePhabricator

D21595.diff
No OneTemporary

D21595.diff

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

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)

Event Timeline