November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
EPiServer.Global.EPDataFactory.GetChildren(PageReference)
(used without assigning a extra LanguageBranch parameter) This method is supposed to return the Child pages in the currently used languageBranch but as we lack the information in this plugin seems to ommit the language cookie used by the Edit mode and returns the pages in the browser/system language.
If we used the same code in all systems using the EPiServer.Global.EPDataFactory.GetChildren(prCEPContainer, EPiServer.Core.LanguageSelector.MasterLanguage());
all systems return the correct amount of pages.