Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15381002
D15691.id.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.id.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
Mar 15 2025, 5:26 AM (5 w, 4 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7684205
Default Alt Text
D15691.id.diff (803 B)
Attached To
Mode
D15691: Fix Passphrase Credential dialog
Attached
Detach File
Event Timeline
Log In to Comment