From 9908fcf0128229dcbf1bc0746870623268e70911 Mon Sep 17 00:00:00 2001 From: oblomov <102328295+oblomov-dev@users.noreply.github.com> Date: Sat, 9 Dec 2023 14:55:34 +0100 Subject: [PATCH] fix-path (#715) --- src/01/01/z2ui5_cl_fw_http_handler.clas.abap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/01/01/z2ui5_cl_fw_http_handler.clas.abap b/src/01/01/z2ui5_cl_fw_http_handler.clas.abap index fb8dfd42..aa63f7fd 100644 --- a/src/01/01/z2ui5_cl_fw_http_handler.clas.abap +++ b/src/01/01/z2ui5_cl_fw_http_handler.clas.abap @@ -557,7 +557,7 @@ CLASS z2ui5_cl_fw_http_handler IMPLEMENTATION. |\n| && ` // Ensure sap.z2ui5 namespace exists and initialize properties` && |\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| && |\n| && ` // Require necessary SAP UI5 modules` && |\n| &&