keepassxreboot / keepassxc

KeePassXC is a cross-platform community-driven port of the Windows application “Keepass Password Safe”.
https://keepassxc.org/
Other
21.43k stars 1.48k forks source link

Fix renaming extension key name in Database Settings #11354

Open varjolintu opened 1 month ago

varjolintu commented 1 month ago

When renaming a stored connection key for Browser Integration in Database Settings the key for Created timestamp is not renamed. This causes an empty value to be shown for the renamed key. Also removes the Created key when deleting stored key.

Introduces a static method CustomData::getKeyWithPrefix() instead of different concatenations in various classes.

Fixes #11353

Testing strategy

Manually.

Type of change

varjolintu commented 1 month ago

Fixed.