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.
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.