Case Milestone Timeline is not displayed on Visualforce Case page if inlineEdit=true or showChatter=true
Last updated 2014-07-25 ·Reference W-1143759 ·Reported By 2 users
Summary
When viewing a Case that has a milestone timeline from a Visualforce page with inline editing enabled, or showChatter enabled, the timeline does not render in the VF page
Repro
1. Create Visualfroce Page with the following markup:
<apex:page standardController="Case">
<apex:detail inlineEdit="true" showChatter="true"/>
</apex:page>
2. Override Case View with the above created Visualforce Page
3. Milestone timeline will not render
Workaround
- Set inlineEdit and/or showChatter to False
- Use the standard page layout and embed a VF page with the additional required components
Reported By (2)
Is it Fixed?
Any unreleased services, features, statuses, or dates referenced in this or other public statements are not currently available and may not be delivered on time or at all. Customers who purchase our services should make their purchase decisions based upon features that are currently available.