Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F18851312
D15512.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
667 B
Referenced Files
None
Subscribers
None
D15512.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
@@ -36,7 +36,8 @@
$credential = PassphraseCredential::initializeNewCredential($viewer)
->setCredentialType($type->getCredentialType())
- ->setProvidesType($type->getProvidesType());
+ ->setProvidesType($type->getProvidesType())
+ ->attachImplementation($type);
$is_new = true;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Oct 31, 11:48 PM (3 w, 6 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
9051939
Default Alt Text
D15512.diff (667 B)
Attached To
Mode
D15512: Attach credential impelementations when initializing new credentials
Attached
Detach File
Event Timeline
Log In to Comment