Commit 2215697
Fix crash in IsFamilyFilterMatchEvent filter rule
The prepare() method built the matching event handle set in
self.selected_handles but then tried to update self.events, an
attribute that is never defined. This raised an AttributeError
whenever the "Events of families matching a <family filter>" rule
was applied, breaking the filter entirely.
Reported at:
https://gramps.discourse.group/t/crash-of-an-event-filter-using-a-functional-family-filter/97331 parent 35ee9ac commit 2215697
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
96 | 98 | | |
97 | 99 | | |
98 | 100 | | |
| |||
0 commit comments