Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15432487
D13739.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
735 B
Referenced Files
None
Subscribers
None
D13739.id.diff
View Options
diff --git a/src/applications/people/controller/PhabricatorPeopleProfileEditController.php b/src/applications/people/controller/PhabricatorPeopleProfileEditController.php
--- a/src/applications/people/controller/PhabricatorPeopleProfileEditController.php
+++ b/src/applications/people/controller/PhabricatorPeopleProfileEditController.php
@@ -84,10 +84,13 @@
$form_box = id(new PHUIObjectBoxView())
->setHeaderText(pht('Edit Profile'))
- ->setInfoView($note)
->setValidationException($validation_exception)
->setForm($form);
+ if ($note) {
+ $form_box->setInfoView($note);
+ }
+
$nav = $this->buildIconNavView($user);
$nav->selectFilter('/');
$nav->appendChild($form_box);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Mar 25, 6:17 PM (1 w, 1 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7403759
Default Alt Text
D13739.id.diff (735 B)
Attached To
Mode
D13739: Fix public/private profile edit note
Attached
Detach File
Event Timeline
Log In to Comment