This commit is contained in:
oblomov 2023-12-09 14:55:34 +01:00 committed by GitHub
parent eaf9e993c2
commit 9908fcf012
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -557,7 +557,7 @@ CLASS z2ui5_cl_fw_http_handler IMPLEMENTATION.
|\n| && |\n| &&
` // Ensure sap.z2ui5 namespace exists and initialize properties` && |\n| && ` // Ensure sap.z2ui5 namespace exists and initialize properties` && |\n| &&
` sap.z2ui5 = sap.z2ui5 || {};` && |\n| && ` sap.z2ui5 = sap.z2ui5 || {};` && |\n| &&
` sap.z2ui5.pathname = sap.z2ui5.pathname || '/sap/test';` && |\n| && ` sap.z2ui5.pathname = sap.z2ui5.pathname || window.location.pathname; // '/sap/test';` && |\n| &&
` sap.z2ui5.checkNestAfter = false;` && |\n| && ` sap.z2ui5.checkNestAfter = false;` && |\n| &&
|\n| && |\n| &&
` // Require necessary SAP UI5 modules` && |\n| && ` // Require necessary SAP UI5 modules` && |\n| &&