sap.z2ui5.contextId not initialized on exit(termination) (#1455)

This commit is contained in:
Michael Zinnöcker 2024-09-25 17:02:06 +02:00 committed by GitHub
parent ff3bfc6e66
commit 26c9732fe4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -156,6 +156,7 @@ CLASS z2ui5_cl_core_ui5_app IMPLEMENTATION.
` 'sap-contextid-accept': 'header'` && |\n| && ` 'sap-contextid-accept': 'header'` && |\n| &&
` }` && |\n| && ` }` && |\n| &&
` });` && |\n| && ` });` && |\n| &&
` delete sap.z2ui5.contextId;` && |\n| &&
` }` && |\n| && ` }` && |\n| &&
` if (UIComponent.prototype.exit)` && |\n| && ` if (UIComponent.prototype.exit)` && |\n| &&
` UIComponent.prototype.exit.apply(this, arguments);` && |\n| && ` UIComponent.prototype.exit.apply(this, arguments);` && |\n| &&