Custom sorting in CMS interface
Hello fellas!I have created a automatic map structure for a pagetype called news through a event listner. The structure is based on (Type/year/month/news). However I have problems solving the sorting...
View ArticleIs there a way to give a character limit to XHTMLString and strings?
Hi,At the moment our client is experiencing an issue when translating content using a third party plugin, which says that "The field Title must be a string or array type with a maximum length of...
View ArticleMixed-mode authentication - Identity Server/CMS Identity
I am struggling with getting mixed-mode authentication working in CMS12, we have an Identity Server that is accessed via OpenIdConnect for members to login via the website /login route, and we also...
View ArticleForms causes site to crash in IIS
We recently upgraded a site from CMS 11 to CMS 12 and the site is up and running fine after a few bugs. Now, a few months after the upgrade and deployment there is another bug that I can't quite wrap...
View ArticlePost HTML form to specific method
I have a Razor Page template with an HTML form. I wish to trigger a specific method on the post event.The form is as follows:<form method="post" asp-page-handler="Edit"> <input type="text"...
View ArticleHow can I filter out content usages to remove trashed blocks?
I'm using this code to get the block data.var blockType = contentTypeRepository.Load<RequisitionBlock>(); var contentUsages = contentModelUsage.ListContentOfContentType(blockType); var...
View ArticleIs there an alternative for YouTubeContentProvider in CMS12 ?
We are in the process of doing an upgrade from CMS11 to CMS12, and there is an old implementation of YouTubeContentProvider. Anyone who was able to do the upgrade for this provider ? or is there any...
View ArticleWas there a change in what client.Search() returns?
We have a job that finds a particular type of pages, updates and publishes them. If publishing fails a draft is saved.This is our code to retrieve a page that needs to be updatedreturn...
View ArticleRewriting a query from GetContentResult() to GetSearch()
I had the following query return _client.Search<AuthorPage>() .Filter(x => x.IsDeleted.Match(false)) .Filter(x => x.SearchSubsection().Match("Authors")) .Filter(x =>...
View ArticleFeature request for custom content delivery api endpoints?
Where do one put in a feature request for custom content delivery api endpoints for CMS 12+?namespace EPiServer.ContentApi.ApiConventions.Internal { [AttributeUsage(AttributeTargets.Class,...
View ArticleImplement SearchEditors role to hide Configure and Overview Tabs from FIND
I have a problem statement that I want to implement a role of searchEditors of episerver CMS, such that I want to provide access to FIND to the users which has a role of searchEditors but should not be...
View ArticleImplement SearchEditors role to hide Configure and Overview Tabs from FIND
I have a problem statement that I want to implement a role of searchEditors of episerver CMS, such that I want to provide access to FIND to the users which has a role of searchEditors but should not be...
View ArticleForms not working without store form submissions enabled
We have updated from CMS11 to 12. in Forms on 11, it was possible to use a form with just emailing, without storing data. Now in latest version you need to enable "Store from submissions" else you get...
View ArticleSite fails to start
Hi!I am trying to do a deploy a site for the first time for a customer. These are brand new servers and I don't think I forgot anything in the Windows installation. The site will run under IIS and the...
View ArticleBUG: "Export as" only shows as undefined
I just saw (on two DXP sites running EpiServer.Forms 5.6.0) that when I try to export form submissions all the options are "undefined". It's the same problem if I chose another language in Language...
View ArticleE-mail links in XhtmlString properties inserts to TinyMCE with mailto-value...
We've been troubleshooting a really odd thing around "mailto:"-links.Looks like it triggers with some combination of host names where the root domain (or name used after the @ in e-mails) is one of the...
View ArticleMissing Metadata Attribute in MetaField
HiWe updated from 14.5 to latest 14.15.2.we get System.NullReferenceException: Object reference not set to an instance of an object. at...
View ArticleEPiServer/cms/Stores/notification/ 400 error
I am getting following errors in CMS area when trying to click on "Reports" tab and Bell icon.Commerce Version: 14.15.1EPiServer.Cms.Shell.UI.Reports.Internal.ReportsViewModel;400 error for...
View ArticleScheduled jobs not showing OnStatusChanges messages or graph
We recently upgraded our client's solution to use Episerver.Cms 12.23 with following subdependencies for the different Episerver packages.Since then it seems that the scheduled jobs area in the...
View ArticleError when running methods in parallel (using Parallel.ForEach)
Hello,We recently migrated the project to the ASP.NET Core. After this, we faced a bug with code that runs several methods in parallel.We have a product mapper class that gets prepared variant models...
View Article