Commit a21c66e
fix: handle None from_entity in Context API RelationSummary
Add null check before accessing from_entity.title to prevent AttributeError
when relations exist but referenced entities are deleted or inconsistent.
Follows the same pattern already used for to_entity handling.
Fixes #165
Co-authored-by: Drew Cain <groksrc@users.noreply.github.com>1 parent a52ce1c commit a21c66e
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
0 commit comments