Forms file upload error
Whenever I try to upload a file on a form I get the following js error:If I don't add a file then the form submits fine. This is on my local dev environment.Using EpiServer CMS V11.9 and EPiserver...
View ArticleBlock versioning (part 2)
Hi I already read this forum post:https://world.episerver.com/forum/developer-forum/-Episerver-75-CMS/Thread-Container/2015/5/block-versioning/But neither the extension or listing versions work for...
View ArticleCan't see embed code in editor
Hi!After upgrade to update 304 we cant see the source code for embed and iframes that we published in the editor before the upgrade. The page can still show the iframe and embed content but its...
View ArticleOrder with multiple shipments, how to apply a custom shipping promotion to...
Hi,I have looked everywhere on the forum, but could not find an answer to my question :I am creating a custom shipping promotion type for an eCommerce website that is used by multiple stores. When a...
View ArticleSupport for filtering on facets in general, not just NestedFacetRequest
It is not possible to filter on facets, only nested facets.This is needed to keep facet counts as expected when filters are applied
View ArticleValidation on a BlockType - no errormessage in UI when saving block
We have a block with properties Image and ImageAlt. To get the ImageAlt to be required if the user add an Image we created a custom validation class for the block. public class ImageBlockValidator :...
View ArticleRestrict Access for block types
Hi,I need to restrict create/edit access for certain block types and can see it can be done using the Access attribute as documented...
View ArticleStored procedure maxes out DTU in Azure
We're having the same issue as Johan describes in the following post: https://world.episerver.com/forum/developer-forum/-Episerver-75-CMS/Thread-Container/2017/5/what-function-is-making-this-sql-call/,...
View ArticleDisplay dropdown when add items to list
Hi,I have a list:[ClientEditor(SelectionFactoryType = typeof(MyTypesFactory))] [UIHint("DropDownList")] public virtual IList<string> Types { get; set; }Now i want the user to be able to select...
View ArticleUsing UsingSynonyms in Find correctly
Hello,We have some problems with getting correct search results with the usage of synonyms.Search for some texts yields 0 aswers when there should be a lot of answers if synonyms are working correct.I...
View ArticleOverride episerver preview url to SPA on another server
I have EPI server instance with content delivery API enabled. On the other end I have Angular SPA application hosted on separate domain/server. I would like editors to be able to preview their changes....
View ArticleCommerce Marketing bug
We upgraded Commerce from version 13.15.0 to 13.18.2 and campaign total order count is not updated anymore.I tested by creating a campaign and a offer as seen below on version 13.15. Created one order...
View ArticleUsing a CDN with Episerver
I have an existing Episerver project, all the images and media are genrally uploaded via the back office's media section.Recently they have significantly inrecressed the amount of media on the website,...
View ArticleUsing Groups to restrict members content
I have gone through the community api documentation and have a question around the groups microservice. My query is in relation to utilising Groups to restrict content (in this case forums/sub forums)...
View ArticleUsing ReactJs.Net is DXP
This may not directly be related to Episerver and DXP but I will give it a try.I'm currently working on a new Episerver application and have an idea of building some parts/components of the site with...
View ArticleRefreshing page in edit mode after ajax call to controller
Let's say I have a property on the page:[Display( Name = "Selection Box", GroupName = Global.GroupNames.Contact )] public virtual bool SelectionBox { get; set; }An then in the view, I have this...
View ArticleCustom url:s
Hello,Current version of EPiServer.CMS = 11.10.6I have a structure that looks something like figure1.Each "MyPage" will have a unique code/id in it's "Name in URL" (URLSegment).This is a multisite...
View ArticleArticle Page Site Structure Builder Not working.
Hi,We had develope the site build structure for Article page with below help link in CMS 8.5.http://joelabrahamsson.com/automatically-organize-episerver-pages-part-3/Now we have upgarded to cms11. And...
View Articlehow to put a json file in DAM?
If I drag an image into the media asset thing (the folder symbol in the top right, then choose the "media" tab, then chose a folder) I can then view that image in a web browser using the globalassets...
View ArticleGuidance on headless mode and preview needed
We currently have a SPA written in Angular with some system components that we would like to re-use on Epi Server side.I have some pros and cons and some doubts for each option:Enable headless mode in...
View Article