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

Intermittent Issue with HTML Partial Views in Child Themes #7667

Open milligani opened 7 years ago

milligani commented 7 years ago

When a child theme overrides an HTML partial view in its parent theme (rendered using Html.Partial()), the site will intermittently revert to using the view from the parent theme instead of the overriding one in the child theme.

We can't consistently replicate this issue, but it occurs frequently. It seems to occur most often when changes are made to the file system (e.g. deploying updated themes or adding a new tenant), but we have also experienced it over the weekend when no changes have been made to the server. Recycling the application pool seems to temporarily fix the issue.

sebastienros commented 7 years ago

Have never heard of that issue. We would need a repro or at least more information on how it's hosted.