I’ve been unable to replicate this on 11.1.1. What is your setup for overriding?
Hey Stephen,
I’m using a Visualforce page combined with Page Assignments:
<apex:page standardController=“Custom_Object__c”
extensions=“skuid.Redirects”
action=“{!redirect}?objectType=Custom_Object__c&actionType=View”>
</apex:page>
I think you’re on to something here though… newer pages I’ve used the following and don’t encounter this error:
<apex:page doctype=“html-5.0” standardController=“Custom_Object__c”>
<skuid:page actiontype=“View” objectType=“Custom_Object__c”/>
</apex:page>
Although the second implemenation causes the Chatter feed to fail to load with a big “Page Social Does Not Exist” error.
I’d welcome additional thoughts!
Thank you,
Dan
Stephen… it’s the Chatter feed.
Further troubleshooting shows that if I use the current method I’m using for redirect and remove the Chatter feed the issue resolves.
That doesn’t quite fix the issue unfortunately
This is a known issue. We have a fix coming out for it in one of the upcoming releases.
Thanks–that works for me. Appreciate the update!
Hello Skuid Community ~
This has been addressed in the new Millau 11.1.3 release which is now available on the Skuid Releases page.
As a reminder, Salesforce does NOT allow reverting back to prior versions of managed packages. Skuid always recommends installing new versions in a non-business critical sandbox environment to test all mission critical functionality before installing into a production environment. We also recommend that you update out of date themes when you upgrade.
Please be reminded to read this version’s special release notes here.