November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
May 20, 2016
Jun 09, 2016
CMS Core
Closed, Fixed and tested
Steps to reproduce
1. Open the Edit View page.
2. Click the "Toggle view settings" button (eye icon).
3. Select to view in a channel or resolution.
Expected: Shows the Automatic, Mobile and Web channel options.
Actual: Shows the Automatic channel option only.
Workaround
[InitializableModule] [ModuleDependency(typeof(EPiServer.Web.InitializationModule))] public class DisplayChannelServiceFix : IConfigurableModule { public void ConfigureContainer(ServiceConfigurationContext context) { context.Services.Forward<IDisplayChannelService, DisplayChannelService>(); } public void Initialize(InitializationEngine context) {} public void Preload(string[] parameters) { } public void Uninitialize(InitializationEngine context) { } }