Skip to content

Fix potential null parent access

ivan tkachenko requested to merge work/ratijas/orphaned-list-item into master

When item is removed from a list, its parent becomes null for a brief moment before the item is destroyed.

Merge request reports