Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14025560
D15691.id37817.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
803 B
Referenced Files
None
Subscribers
None
D15691.id37817.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
@@ -21,6 +21,7 @@
}
$type = $this->getCredentialType($credential->getCredentialType());
+ $type_const = $type->getCredentialType();
$is_new = false;
} else {
@@ -228,6 +229,7 @@
$form = id(new AphrontFormView())
->setUser($viewer)
->addHiddenInput('isInitialized', true)
+ ->addHiddenInput('type', $type_const)
->appendChild(
id(new AphrontFormTextControl())
->setName('name')
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Nov 8, 6:50 PM (1 w, 3 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6752503
Default Alt Text
D15691.id37817.diff (803 B)
Attached To
Mode
D15691: Fix Passphrase Credential dialog
Attached
Detach File
Event Timeline
Log In to Comment