keepassxc icon indicating copy to clipboard operation
keepassxc copied to clipboard

Fix Keeshare Entries with Reference Attributes not updating

Open MNarath1 opened this issue 10 months ago • 0 comments

A Entry that gets shared containing a reference Attribute would not write a history entry upon resolving said Attribute resulting in the import into the target database not beeing triggered despite the changes beeing written to the keeshare db. Fixes #10356 Fixes #7282 I will put this as a nonbreaking change since this should not influence any keeshares made without a reference Attribute in an entry.

Screenshots

Original Entry image Target Db Entry image

Testing strategy

Test Performed on both windows and linux

  1. Created 2 DB 1 for exporting a keeshare and 1 for importing a keeshare
  2. Created 1 entry at the root of the first db and clone it with references and put the clone into its own folder that then gets exported as a keeshare db.
  3. import said keeshare into the second db
  4. change the Password attribute of the first entry created in the root folder of Database 1
  5. check in Database 2 if the changes get reflected

Type of change

  • ✅ Bug fix (non-breaking change that fixes an issue)

MNarath1 avatar Mar 03 '25 14:03 MNarath1