Browse Source
Merge pull request #11 from mprasil/save_name
Save the name when updating the cipher data
pull/12/head
Daniel García
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
src/api/core/ciphers.rs
|
|
@ -188,6 +188,7 @@ fn update_cipher_from_data(cipher: &mut Cipher, data: CipherData, headers: &Head |
|
|
|
|
|
|
|
// Copy the type data and change the names to the correct case
|
|
|
|
copy_values(&type_data, &mut values); |
|
|
|
cipher.name = data.name; |
|
|
|
|
|
|
|
cipher.data = values.to_string(); |
|
|
|
|
|
|
|