mirror of
https://github.com/abap2UI5/abap2UI5.git
synced 2025-04-30 04:56:21 +08:00
fix-path (#715)
This commit is contained in:
parent
eaf9e993c2
commit
9908fcf012
|
@ -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| &&
|
||||
|
|
Loading…
Reference in New Issue
Block a user