launchpad adjudtments (#368)

* fix demo 66

* fix popup close

* launchpad adjustments
This commit is contained in:
oblomov 2023-07-10 10:17:13 +02:00 committed by GitHub
parent b1ef5197f2
commit fd81a412f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -349,6 +349,7 @@ CLASS z2ui5_cl_http_handler IMPLEMENTATION.
` SEARCH: window.location.search,` && |\n| &&
` VERSION: sap.ui.getVersionInfo().gav,` && |\n| &&
` };` && |\n| &&
` if(sap.z2ui5.search) { sap.z2ui5.oBody.OLOCATION.SEARCH = sap.z2ui5.search; }` && |\n| &&
|\n| &&
` if (sap.z2ui5.readOData) {` && |\n| &&
` sap.z2ui5.readOData();` && |\n| &&
@ -361,11 +362,11 @@ CLASS z2ui5_cl_http_handler IMPLEMENTATION.
` if (!sap.z2ui5) {` && |\n| &&
` sap.z2ui5 = {};` && |\n| &&
` }` && |\n| &&
` // if (!sap.z2ui5.pathname) {` && |\n| &&
` if (!sap.z2ui5.pathname) {` && |\n| &&
` sap.z2ui5.pathname = window.location.pathname;` && |\n| &&
` debugger;` && |\n| &&
` // sap.z2ui5.pathname = "/sap/bc/http/sap/y2ui5_http_handler/";` && |\n| &&
` // }` && |\n| &&
` }` && |\n| &&
` // if (!sap.z2ui5.checkLaunchpadActive) {` && |\n| &&
` // sap.z2ui5.checkLaunchpadActive = false;` && |\n| &&
` // }` && |\n| &&