mirror of
https://github.com/abap2UI5/abap2UI5.git
synced 2025-04-29 23:06:30 +08:00
bugfix console error (#708)
This commit is contained in:
parent
574802e9a7
commit
9777418f9d
|
@ -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| &&
|
||||
|
|
Loading…
Reference in New Issue
Block a user