You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, after cloning an entry and generating references, these references are not resolved on copy to clipboard, http and auto type.
The problem seems to be that the UUID in the reference is uppercase, while the UUID of the source entry is lowercase. This breaks the resolving of the reference.
Manually edit the reference so that the UUID is lowercase. Then resolving works as expected.
Expected Behavior
References in a cloned entry should be resolved when copying/auto-typing etc.
Current Behavior
When copying/auto-typing referenced fields, the reference itself is output. E.g. after copying a password field the clipboard holds {REF:P@I:8266fe15f28dc2be0698b26ac9d785f8}.
Possible Solution
Use same case (uppercase/lowercase) for UUIDs when
generating fresh UUIDs for new entries and
references that include UUIDs to existing references
Steps to Reproduce (for bugs)
create a new entry
clone the new entry and select Replace username and password with references in dialog
do a Ctrl+c on the cloned entry (copy password to clipboard)
inspect the clipboard content
The text was updated successfully, but these errors were encountered:
@TheZ3ro thanks for checking.
Update from my side: after reinstalling everything works for me now (switched back and forth between AUR version which uses develop branch and the official Arch repo).
Maybe this happened due to some weird intermediate state that a reboot would also have fixed. I will keep an eye on it and close the issue for now.
#370 adds support for references.
However, after cloning an entry and generating references, these references are not resolved on copy to clipboard, http and auto type.
The problem seems to be that the UUID in the reference is uppercase, while the UUID of the source entry is lowercase. This breaks the resolving of the reference.
See #370 (review)
Workaround
Manually edit the reference so that the UUID is lowercase. Then resolving works as expected.
Expected Behavior
References in a cloned entry should be resolved when copying/auto-typing etc.
Current Behavior
When copying/auto-typing referenced fields, the reference itself is output. E.g. after copying a password field the clipboard holds
{REF:P@I:8266fe15f28dc2be0698b26ac9d785f8}
.Possible Solution
Use same case (uppercase/lowercase) for UUIDs when
Steps to Reproduce (for bugs)
Ctrl+c
on the cloned entry (copy password to clipboard)The text was updated successfully, but these errors were encountered: