Dear all,
we installed Design Studio 1.5 (Client + BI Platform update). We have several Applications with and without SDK extensions and we are experiencing strange behavior when executing Applications built with 1.4 (SP0 Patch 2).
Our SDK extensions e.g. a UI5 table are not getting initialized and the selected theme is not applied correctly. Regarding the UI5 table I receive a "Uncaught TypeError".
I investigated the problem and saw that the data-sap-ui-libs declaration differs between our working 1.4 Applications and the not-working 1.5 Applications.
1.4 (sap.ui.table is included):
<script type="text/javascript" src="resources/~20150120132504~/sap-ui-core.js" id="sap-ui-bootstrap" data-sap-ui-libs="sap.ui.layout,sap.ui.commons,sap.zen.crosstab,sap.ui.table" data-sap-ui-preload="sync" data-sap-ui-rtl="false" data-sap-ui-theme="sap_bluecrystal"></script>
1.5 (sap.ui.table is not included. Also the theme looks strange):
<script type="text/javascript" src="resources/~20150520155408~/sap-ui-core-zen.js" id="sap-ui-bootstrap" data-sap-ui-libs="sap.ui.commons,sap.zen.crosstab" data-sap-ui-rtl="false" data-sap-ui-theme="aad_empty"></script>
How can I reference the sap.ui.table library in the Design Studio HTML-File? Did anybody experienced the same behavior or did we just missed something during the installation? Any help is highly appreciated.
Best Regards
Jan