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.37k stars 1.12k forks source link

Using content item's ContentManager for lazy field loading instead of the injected one #8761

Closed AndreaPiovanelli closed 4 months ago

AndreaPiovanelli commented 4 months ago

In reference to issue #8760 and similar to pr #8725 (involving ContentPickerField and MediaLibraryPickerField), lazy field content items are now loaded using the content manager of the part instead of the injected content manager, which sometimes throws exceptions.