Pages and interface inheritance
I have pages that implements interfaces with inheritance. When I pass a page to a view that expects the interface, the inherited properties are missing.public class StandardPage : PageData, IMainBody {...
View ArticleDeleting block by deleting code possible?
Hello,i have a requirement to remove an obsolete block which is not needed anymore. So i want to delete it and other related resources like controllers and views.Is that possible at all and a good idea...
View ArticleGet all stores in DDS
Hi,I need to get a list of all types or names of the stores in the DDS. Im developing a tool to delete unused stores and it would be nice to be able to present them in a list. Anybody got any idée on...
View ArticleAdd Assets to Variants
Trying to add images to variants.The code looks like this:var parentLink = ReferenceConverter.Service.GetContentLink(parentCode); F parent =...
View ArticleEpiserver form API and owin
Hi,i'm trying to configure the Form API. i used this documentation: https://world.episerver.com/documentation/developer-guides/forms/using-forms-serviceapi/ . So far, i was able to reproduce the step...
View ArticleError in Inline Edit after update
We are getting a blank edit interface after updating to the latest version of block inline edit.We are getting this errorepi.js:2 Uncaught TypeError: Cannot use 'in' operator to search for...
View ArticleUsing ContentDelivery API and ServiceAPI - Auth errors
Hi,I am using the EpiServer Service API and Content Delivery API. I want to use both Authorization, so I added the following code in my Startup.cs...
View ArticleMapperParsingException when indexing variants
Keep getting these exceptions when running the indexer:The job is running. - Indexing job [Global assets and other data] [content]: RD281878947839: An exception occurred while indexing (Content):...
View ArticleDuplicate groups (tabs) appeared
Hi, In our integration system some groups got duplicated. Meaning that in CMS -> Admin -> Content Type -> (any content type) -> Property Editing -> opening Tab dropdown -> some groups...
View ArticleAdd-on / plugin to monitor block usage?
Hi there, My collegue mentioned an addon that counts the amount of times a block has been used throughout the cms site? Unfortunately he can't remember enough about it to find it, anyone heard of such...
View ArticleDispose IOC container gracefully on application shutdown
I have a solution in which I spin up a service as a singleton instance. It inherits IDisposable in order to properly flush and clean up internals. However, the Dispose method is never called, because...
View ArticleSupport for Newtonsoft.Json 12 in Epi Find
I see that Epi Find is lacking support for Newtonsoft.Json 13.Is that planned to be released soon?Here's an old post on the same topic from last year:...
View ArticleDXC now called DXP?
Hi!I am confused about this. Is it a name change? Is this something else? Any serious changes? I could not find any news about this.
View ArticleExample of saving batch of products to DB using ICatalogSystem
I am trying to wrap my head around creating a list of products that should be persisted to DB in a batch. The list will easily consist of thousands of products. I was looking into possibility to use...
View ArticleSearching for media
Hi!I am having some trouble figuring out how to search for media with Epi Find. I have a typed search for pages, which is working fine. I have also managed to index blocks and media, and I get page...
View ArticleCreating a job that runs every time any publish is made
Hello!I cannot find any other problem relating to this query.Im looking to create an action which runs every time a page is published. Here I will get the page info etc.Is there any sort of...
View Article413.1 Error (Request Entity Too Large) importing data
I keep getting a 413.1 Error (Request Entity Too Large) when importing data in the Admin, Tools section. I've increased the limit in applicationhost.config and set maxRequestEntityAllow and...
View ArticleEpiserver form API and owin
Hi,i'm trying to configure the Form API. i used this documentation: https://world.episerver.com/documentation/developer-guides/forms/using-forms-serviceapi/ . So far, i was able to reproduce the step...
View ArticleHandling Undo/Redo in custom Editor?
Hi,I have created a custom field which represents a set of CSS Classes that a content author can select.[EditorDescriptor(EditorDescriptorType = typeof(StyleEditorDescriptor))] public virtual string...
View ArticleShipping Discount with Multiple Shipments only applied to First Shipment
We have a project running Commerce 13.7.0 where we break orders in to multiple order forms / shipments, and are having trouble with shipping discount only applying to the most expensive shipping cost,...
View Article