November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
This is a known bug. See this thread for a work around until it can be fixed:
http://world.episerver.com/Modules/Forum/Pages/Thread.aspx?id=70216
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.