Skip to content

Draft: safe_element: Store reference to parentgroup

Maximiliano requested to merge msandova/PasswordSafe:safe-element-parent into master

This reduces any chance we create new instances of groups when looking for the parent. This is helpful as two wrappers of the same object are not equal, and signals on one do not activate on the other.

TODO:

  • This will lead to issues in search, as those are set without a specific parent
Edited by Maximiliano

Merge request reports