advanced-cms / advanced-reviews

This is an Open Source add-on that improves the reviewing process and lets external users to view & review content items or whole projects without the need to access the Edit Mode. Created and maintained by Bartosz Sekuła and Grzegorz Wiecheć
Apache License 2.0
17 stars 15 forks source link

ContentArea will not show 100% of the time when users access the external link #237

Open michael-brown-pacden opened 1 year ago

michael-brown-pacden commented 1 year ago

I have an Additional Content field declared within the Block. Sometimes, even with content, it gets rendered as null or empty.

Here is the field declaration: [Display(Description = "An additional content area at the bottom of the article page to support more content blocks if desired or needed.")] public virtual ContentArea AdditionalContent { get; set; } with without

barteksekula commented 1 year ago

Hard to say, if you are still interested then I would need a bit more data from you. First of all is it netcore or net framework, versions of all cms, cms core, tinymce etc. And most important thing is how does you view look like. The model property itself public virtual ContentArea AdditionalContent { get; set; } is not useful