The include scripts seem to be trying to populate the page region (appending from both child and master) but the result is empty html tag.
Steps to reproduce:
Barebones Main Page (cleanPI), Master Page (cleanMaster), and Child Page (cleanChild) (below). No models, no query string.
Main Page includes Child Page, 2 page titles (have tried including more components/models).
API: v1 Skuid 12.1.7
Expected:
Boo
Hello World
Actual:
Hello World
Thanks in advance for the help!
________________________________________________________________
cleanPI (Main Page)
<u alt="" name="" rel="" target="" title="" type="" value=""><b alt="" name="" rel="" target="" title="" type="" value="">cleanMaster (Master Page)</b></u><b alt="" name="" rel="" target="" title="" type="" value=""></b><br alt="" name="" rel="" target="" title="" type="" value="" /><pre alt="" name="" rel="" target="" title="" type="" value=""><skuidpage unsavedchangeswarning="yes" personalizationmode="server" showsidebar="false" showheader="false" cachepage="false"> <models/> <components> <pageregion uniqueid="onlyRegion"> <styles> <styleitem type="background" bgtype="none"/> </styles> </pageregion> <pagetitle uniqueid="sk-1zyY-369"> <maintitle>Hello World</maintitle> <actions/> </pagetitle> </components> <resources> <labels/> <javascript/> <css/> <actionsequences/> </resources> <styles> <styleitem type="background" bgtype="none"/> </styles> <interactions/> </skuidpage>
<br alt="" name="" rel="" target="" title="" type="" value="" />