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
If an entry has custom data and it is edited, pressing OK without changing anything will trigger CustomData::updateLastModified() and the entry will be set as modified even if no data has been changed.
Overview
If an entry has custom data and it is edited, pressing OK without changing anything will trigger
CustomData::updateLastModified()
and the entry will be set as modified even if no data has been changed.In this case the call stack shows:
Regression from e4eee89
Steps to Reproduce
Expected Behavior
If nothing has been changed, do not change the entry state. Maybe
CustomData::copyDataFrom()
shouldn't change the last modified value?Actual Behavior
Entry is set to modified state.
KeePassXC - Version 2.8.0-snapshot (current develop branch)
Revision: d57d167
Operating System: macOS
The text was updated successfully, but these errors were encountered: