How to create a virtual provider that works in cms 12?
I tried to map a virtual provider something like this (not real names):"Cms": {"MappedRoles": {"Items": {"CmsEditors": {"MappedRoles": ["Editor" ] },"CmsAdmins": {"MappedRoles": ["Admin" ]...
View ArticleAdding new field to existing Form does not save data for the new submissions.
What are we missing? When our marketing persons updates an existing Form by adding an new field, this new filed does not have any data in new submissions. The mail reply has the data, but it's never...
View ArticleCommerce UI doesn't handle many payment countries
It seems that the Commerce UI doesn't handle many payment countries, does anyone else see the same behaviour? After 12 payment countries, the country links/buttons are cut off because they're all on...
View ArticleWebApi + MembershipProvider + Postman
CMS 11Is there a way of using Postman with any authentication, to call an webapi directly and authenticate to SqlServerMembershipProvider (a user in db) [System.Web.Http.Authorize(Roles =...
View ArticleOverriding SearchSubsection
Hello.So I have written code in my FindInitialization to override the SearchSubsection for a particular page. I have done this SearchClient.Instance.Conventions.ForInstancesOf<InfoPage>()...
View ArticleDo we have anything like contains in Unified search?
I have this line of codequery = query.Filter(i => (!i.MatchTypeHierarchy(typeof(InfoPage)) | (((InfoPage)i).SearchSubsection().Exists() &...
View ArticleCMS 12-Episerver Content Delivery API Caching Issue
Hi Team, I have devloped a spa (single page application) in the react technology and one cms application in which I have enabled the content delivery api. Our spa application consuming the content...
View ArticleCommerce SQL migrations is broken
I'm upgrading a CMS + Commerce site from CMS 11 and Commerce 13 to CMS 12 and Commerce 14, but running into serious problems regarding SQL migrations. I started digging into it and compared the SQL...
View ArticleASP NET Identity migration not working if previously used with Commerce DB
I'm upgrading from Commerce 13.32.5 to 14.5.0, and one step is to upgrade ASP NET Identity. There's a built in migration for this, located in...
View ArticleAdd HTTP security headers in CMS 12
I tried adding HTTP security headers using custom middleware, similar to the way it's implemented here....
View ArticleHide Select Image dropdown option for Image Properties
The site I'm working on has an integration with Welcome. Content authors should not be able to select image assets from within the CMS. Is there a way to hide the Select Image dropdown option and only...
View ArticleRequired block property only shows up when creating the form. It doesn't show...
I have a drop down property that looks like this:[Display( Name = "Display Mode", GroupName = SystemTabNames.Settings, Order = 20)] [SelectOne(SelectionFactoryType =...
View ArticlePage links in XhtmlString/ TinyMCE comes up blank when fetching links from...
Hello,I'm working with a multisite solution with 3 sites.I'm struggling with a curious issue when editing XhtmlStrings in TinyMCE (epi-link).When creating a new link from site 2 to site 1 (editing on...
View ArticleAccess is denied when saving editor/admin profile (AD)
Hi.FIrst a little context:Using a connection to company AD in customer site so users (e g editors and admins) can login into CMS. Recently added a custom ActiveDirectoryMembershipProvider to that the...
View ArticleThumbnails are not loading from the S3 in Media tab
Recently we are loading the blob images from the S3.Blobs are stored like thisThumbnails img src url is...
View ArticleThumbnails Image not loading in custom media tab
Hi Team, I have created our custom media tab and binding images from external json. The external json contains the thumbnails image url . I am able to load the .jpg thumbinal image but not able to...
View ArticleCommon Issue; Unable to cast an object of type 'X' to type 'Y'
Hey all, you most probably all have had to deal with this situation at some point when working with Content Cloud, basically an editor cant publish changes as the property type is out of synch in...
View ArticleWeb Editors - Ready to Publish Email Notification to content publisher
Hi Team,When the Web Editors login => Go to the content and changes the content => Mark as Ready to Publish.Do we have a provision out of the box to send an email to all the content publisher?...
View ArticleSubmit button disabled in Forms after upgrade to CSM 12
Hi!After upgrading from 11 to 12 I cannot longer submit Forms if the checkbox "Save form entries" (freely translated from Swedish) is not checked.If the checkbox is not checked I get an message that...
View ArticleReading .csv file which is uploaded to EPiServer CMS
Hello,We have requirement to bulk update the meta tag details from a .csv file. We have a contentreference field to hold the .csv file and fetching the file using contentrepository. Now trying to read...
View Article