After upgrading to 7.1 a view called ContentArea.cshtml I have placed in ~/Views/Shared/DisplayTemplates no longer kicks in and takes over rendering of content areas like before the upgrade. What has changed in regards to rendering content areas?
I’m using @Html.DisplayFor(m => m.AwesomeContentArea) where AwesomeContentArea is a ContentArea property on my view model. This _should_ match a view called ContentArea.cshtml in my DisplayTemplates folder, right? What has changed – is there another location for these views I need to be aware of now? I can’t see anything in the release notes explaining it.
After upgrading to 7.1 a view called ContentArea.cshtml I have placed in ~/Views/Shared/DisplayTemplates no longer kicks in and takes over rendering of content areas like before the upgrade. What has changed in regards to rendering content areas?
I’m using @Html.DisplayFor(m => m.AwesomeContentArea) where AwesomeContentArea is a ContentArea property on my view model. This _should_ match a view called ContentArea.cshtml in my DisplayTemplates folder, right? What has changed – is there another location for these views I need to be aware of now? I can’t see anything in the release notes explaining it.