function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Tim BarsottiTim Barsotti 

Lightning: Override Case View Page - Broken New Comment Button

I have a simple Visualforce page that I am using to override the case view. When I click "new" case comment, I get the dialog and upon saving it states 

"Review the errors on this page.

missing required field: [ParentId]"

Full code of my Visualforce page below:

<apex:page standardController="Case" id="page" lightningStylesheets="true">
    <apex:detail subject="{!Case.ID}" relatedList="true" inlineEdit="true" />
</apex:page>

 

Anyone run into this before? Issue is only present in Lightning.