blipson89 / Synthesis

Synthesis is a universal object mapper for Sitecore
MIT License
75 stars 25 forks source link

Item type check in InheritedTemplates computed index field #54

Closed Gadensgaard closed 7 years ago

Gadensgaard commented 7 years ago

SitecoreIndexableItem is not always of type Sitecore.Data.Items.Item (for example list items in List Manager). I have moved the null-check before the type cast, and skipping the computed field if type cast fails (returning empty list).

kamsar commented 7 years ago

Looks good. I'll fix the whitespace post merge.