Update all packages to support Newtonsoft.Json v12
Newtonsoft.Json is now in v12, it would be nice to be able to update to that version so please fix all your packages that has dependency to this to work with version 12
View ArticleEPiServer.Find.LambdaExpressionExtensions._cache keeps growing indefinately
The private static field EPiServer.Find.LambdaExpressionExtensions._cache keeps growing indefinately even when executing the same query and receiving the same result over and over. This will eventually...
View ArticleCustom redirect in Bvn.404Handler not working
Hi!I am trying to get the custom redirect gadget in the BVN.404Handler, but I can't get it to work. It simply wont do the redirects I add.I have installed the latest version (11.2.3).The 404 redirect...
View ArticleChange display of value i PropertyList
Having a PropertyList whose class has DatePicker and TimePickerThe class looks like this:[Display(Order = 100)] [UIHint("DatePicker")] public DateTime? Date { get; set; } [Display(Order = 200)] public...
View ArticleBatch loading of content area items
Working on a site with content areas with many content area items, I was profiling the site and database to improve the first load performance of the site.I attempted to batch load all items when...
View ArticleConfigure Shipping Method - When does SaveChanges and LoadObject get called?
Hi there,We are configuring a new shipping method and can see we need to implement a two methods which are SaveChanges and LoadObject. We are wondering where and when these two methods get called?...
View ArticleUnique email
Hi!Is it possible to make the email field for an episerver user unique, to avoid users with duplicate emails? Or do we have to create custom logic around this?This question applies both to aspnet...
View ArticleProgramatically creating Block in folder with Approval Sequence does not...
Using: EPiServer.CMS version=11.12.0 Programatically creating a Block in sub-folder whose parent has an Approval Sequence does not generate the Notification emails, is this a bug?This works: Manually...
View ArticleCustom ContentProvider performance issue
HelloWe're writing a custom ContentProvider to enable editors to reference data from an external system in the page properties.It seems that when there are a lot of child nodes for a content item, then...
View ArticleRegex-validation on properties
Would be nice if we could specify an regular expression for validation on a property.
View ArticleFOREIGN KEY constraint SQL Error while creating a new page programmatically
I get this DB Error on saving a new page programmatically:"The INSERT statement conflicted with the FOREIGN KEY constraint \"FK_tblWorkContentProperty_tblContent\". The conflict occurred in database...
View ArticleRender Block in XhtmlString field
Hi!I use Episerver 11 and a standalone Nuxt front-end. I having problem rendering blocks (which are Vue components) in XhtmlString field. It work well when I write the same code into...
View ArticleStuck in publishing loop
Essentially, I'm attaching to the publishing event like socontentEvents.PublishedContent += MyMethodOnPublish;then eventually saving my content like socontentRepository.Save(editablePage,...
View ArticleCannot change the order of available content types when creating pages. Sorts...
I am unable to change the order of available page types in edit mode when creating new pages.I have tried in code to change "order" for the content type (see code below), but the pages are sorted in...
View ArticleShare cart across devices/browsers
Hi there,I have a case where I would like to share an "anonymous" cart across devices. Here it is possible for me to send "CustomerId" in a QueryString to the other device.I use this code to share the...
View ArticleAdvice for packages with optional variants
I want to let buyers configure their own package. The package can by default contain variant A, B and C, but the user should be allowed to swap C with D.Can this be solved by extending PackageContent,...
View ArticleInventory level not accurate
We having an issue relating to inventory levels and behaviour that results in the overselling items that should have 0 inventory and be out of stock.The issue is intermittent and happening a number of...
View ArticleStrategy Block Styling
I am using the Strategy Block that comes with EPiServer.PErsonalization.CMS.UI. I want to override the styling/markup. With EPiServer Forms, I can just create new user controls in my solution with the...
View ArticleA/B Testing, does it affect content returned by IContentLoader?
So i have an interesting scenario.We have a site with menu items defined via a settings page, separate to any content pages, these pages then load the menu as part of their loading logic via the...
View ArticleHow to get PrincipalInfo in web api?
Hi!I have a site which is built on AspNet Identity, and I would like to have an api method (not using Headless) that returns logged in status for the current user.Is this possible?It looks like this:As...
View Article