Try our conversational search powered by Generative AI!

After upgrade to cms 9, MainBody is empty in edit mode

Vote:
 

Hi,

I am updating a site that was written in 7.X, it is currently running in 8.11, and I did the update to bring it to 9.12. Everything at this point seems to be running correctly. However, when one enters the CMS to edit information, then the body of the content is empty.

I steped through the request, and I found that in the initial process the PageData object has MainBody content. Yet at a later time, this appears empty.

What my app does is that it collects the information, and at some point in the processing of the page, it calls one of these.

 base.OnActionExecuting(filterContext);

 base.OnResultExecuting(filterContext);

After these filters gets called, when the breakpoint comes back again, the MainBody property is now null. 

Any ideas of what could be going wrong?

#173184
Dec 15, 2016 18:52
Vote:
 

I think I've seen something like that and it was related to this setting: http://world.episerver.com/documentation/Class-library/?documentId=cms/9/ED71CF78

Do you have it something other than the default?

#173261
Dec 18, 2016 23:45
* 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.