Hi Guys,
Experiencing a weird issue i have never encountered before
I have 2 pages. Lets call the 1st one: Page A and the Second one Page B
Page A has a button to call with a popup action to show Page B in a page include
All worked well until…
On Page B i changed the Model Name from Sub1 to SubApp (that did not change all reference to Sub1 Model, so in XML i tried to change to the proper model)
To make sure I did not do an error in XML, i changed the reference to Old Model name on 1 UI field only from this value
{{$Model.Sub1.data.0.Sales_Partner__r.surcharge__c}}
to this value
{{$Model.SubApp.data.0.Sales_Partner__r.surcharge__c}}
When I preview Page B by itself all works well,
When Page B is called From page A via Page Include nothing renders, and looking at console here’s error
“1. There was a problem rendering a component of type skuidpage: Cannot read property ‘displaytype’ of undefined”
Any ideas?
I’m an older version of skuid: 10.0.23
thx