keepassxreboot / keepassxc-browser

KeePassXC Browser Extension
GNU General Public License v3.0
1.78k stars 188 forks source link

Fix attribute filling with identical usernames #2304

Closed varjolintu closed 3 months ago

varjolintu commented 3 months ago

If there are multiple entries with identical usernames, the context menu item's ID is also identical, and the duplicate item is not shown. Entry name is appended to the item's ID/name.

Fixes #2299.

droidmonkey commented 3 months ago

Something is still off here, but getting closer

image

image

varjolintu commented 3 months ago

Probably the attribute name must be added to the ID so there are no duplicates. Forgot that.

flanger001 commented 3 months ago

You guys are awesome. Thank you for such a quick fix!!