bugfix console error (#708)

This commit is contained in:
oblomov 2023-12-06 00:56:36 +01:00 committed by GitHub
parent 574802e9a7
commit 9777418f9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -88,6 +88,7 @@ CLASS z2ui5_cl_fw_http_handler IMPLEMENTATION.
` sap.ui.controller("z2ui5_controller", {` && |\n| &&
` onAfterRendering: function() {` && |\n| &&
|\n| &&
` if ( sap.z2ui5.oResponse.PARAMS == undefined ){ return; }` && |\n| &&
` if (sap.z2ui5.oResponse.PARAMS.S_POPUP.CHECK_DESTROY == true) {` && |\n| &&
` sap.z2ui5.oController.PopupDestroy();` && |\n| &&
` }` && |\n| &&