-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix crash when deleting items in recycle bin while searching #8117
Conversation
* Fix #8099 * Clean up code that connects groups to the entry view. Instead of connecting ALL groups from ALL databases, we only need to connect the groups that entries actually belong to. This solves the bug and also reduces overhead.
Codecov ReportBase: 64.41% // Head: 64.41% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## develop #8117 +/- ##
========================================
Coverage 64.41% 64.41%
========================================
Files 339 339
Lines 43963 43953 -10
========================================
- Hits 28316 28310 -6
+ Misses 15647 15643 -4
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
…xreboot#8117) * Fix keepassxreboot#8099 * Clean up code that connects groups to the entry view. Instead of connecting ALL groups from ALL databases, we only need to connect the groups that entries actually belong to. This solves the bug and also reduces overhead.
…xreboot#8117) * Fix keepassxreboot#8099 * Clean up code that connects groups to the entry view. Instead of connecting ALL groups from ALL databases, we only need to connect the groups that entries actually belong to. This solves the bug and also reduces overhead.
* Fix #8099 * Clean up code that connects groups to the entry view. Instead of connecting ALL groups from ALL databases, we only need to connect the groups that entries actually belong to. This solves the bug and also reduces overhead.
Testing strategy
Tested that this fixes the bug and causes no regressions.
Type of change