OrchardCMS / Orchard

Orchard is a free, open source, community-focused Content Management System built on the ASP.NET MVC platform.
https://orchardproject.net
BSD 3-Clause "New" or "Revised" License
2.38k stars 1.12k forks source link

Added null check on taxonomyPart. #8664

Closed AndreaPiovanelli closed 1 year ago

AndreaPiovanelli commented 1 year ago

In reference to #8663 , as the subject says, I added a null check to avoid an NRE in case of misconfiguration of a TaxonomyField (no Taxonomy specified).