From 509c95e224fd932d46bf5fc05af478b5688f0b20 Mon Sep 17 00:00:00 2001 From: oblomov <102328295+oblomov-dev@users.noreply.github.com> Date: Tue, 15 Aug 2023 09:30:25 +0200 Subject: [PATCH] update (#487) --- src/z2ui5_cl_http_handler.clas.abap | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/z2ui5_cl_http_handler.clas.abap b/src/z2ui5_cl_http_handler.clas.abap index d87f94b2..e725e3f2 100644 --- a/src/z2ui5_cl_http_handler.clas.abap +++ b/src/z2ui5_cl_http_handler.clas.abap @@ -240,11 +240,10 @@ CLASS Z2UI5_CL_HTTP_HANDLER IMPLEMENTATION. ` sap.z2ui5.oBody = {};` && |\n| && ` let isUpdated = false;` && |\n| && ` if (sap.z2ui5.oViewPopup) {` && |\n| && - ` // if (sap.z2ui5.oViewPopup.isOpen() == true) {` && |\n| && + ` if (sap.z2ui5.oViewPopup.isOpen() == true) {` && |\n| && ` sap.z2ui5.oBody.oUpdate = sap.z2ui5.oViewPopup.getModel().getData().oUpdate;` && |\n| && - ` // sap.z2ui5.oBody.oUpdate = sap.z2ui5.oView.getModel().getData().oUpdate;` && |\n| && ` isUpdated = true;` && |\n| && - ` //}` && |\n| && + ` }` && |\n| && ` }` && |\n| && ` if ( isUpdated == false ) { ` && |\n| && ` if (sap.z2ui5.oViewPopover) {` && |\n| &&