Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15509589
D15691.id37808.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
899 B
Referenced Files
None
Subscribers
None
D15691.id37808.diff
View Options
diff --git a/src/applications/passphrase/controller/PassphraseCredentialEditController.php b/src/applications/passphrase/controller/PassphraseCredentialEditController.php
--- a/src/applications/passphrase/controller/PassphraseCredentialEditController.php
+++ b/src/applications/passphrase/controller/PassphraseCredentialEditController.php
@@ -333,13 +333,16 @@
$errors = id(new PHUIInfoView())->setErrors($errors);
}
- return $this->newDialog()
+ $dialog = id(new AphrontDialogView())
+ ->setUser($viewer)
->setWidth(AphrontDialogView::WIDTH_FORM)
->setTitle($title)
->appendChild($errors)
->appendChild($form->buildLayoutView())
->addSubmitButton(pht('Create Credential'))
->addCancelButton($cancel_uri);
+
+ return id(new AphrontDialogResponse())->setDialog($dialog);
}
$form->appendChild(
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Apr 17, 2:25 PM (5 d, 19 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7794323
Default Alt Text
D15691.id37808.diff (899 B)
Attached To
Mode
D15691: Fix Passphrase Credential dialog
Attached
Detach File
Event Timeline
Log In to Comment