Don't miss out Virtual Happy Hour this Friday (April 26).

Try our conversational search powered by Generative AI!

missing 404 episerver75.editors.KeyValueItems.js

Vote:
 

CMS version 10.9.1

Hi

We are missing a js in propertiesview of a blocktype: EPiServer/Shell/10.9.1.0/ClientResources/episerver75.editors.KeyValueItems.js (404)

Any idea?

#178669
May 17, 2017 12:24
Vote:
 

allright, it was our code, change from dot notation to slash works...

 public class KeyValueItemsEditorDescriptor : EditorDescriptor
    {
        public KeyValueItemsEditorDescriptor()
        {
            ClientEditingClass = "episerver75/editors/KeyValueItems"; //working
        }

}

http://world.episerver.com/blogs/Ben-McKernan/Dates/2016/9/the-dot-notation-breaking-change/

#178670
May 17, 2017 12:44
This topic was created over six months ago and has been resolved. If you have a similar question, please create a new topic and refer to this one.
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.