From 4eb037d6350c9a3a85ce54869d07958c85c498ea Mon Sep 17 00:00:00 2001 From: oblomov <102328295+oblomov-dev@users.noreply.github.com> Date: Mon, 7 Aug 2023 08:57:47 +0200 Subject: [PATCH] update (#466) * Update README.md * update popover fix --- README.md | 5 +++-- src/z2ui5_cl_http_handler.clas.abap | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c15baca5..f5021139 100644 --- a/README.md +++ b/README.md @@ -79,5 +79,6 @@ METHOD if_http_service_extension~handle_request. ENDMETHOD. ``` #### FAQ -* need help or still have open questions? refer to the [**documentation**](https://github.com/abap2UI5/abap2UI5-documentation) or find an answer in the [**FAQ**](https://github.com/abap2UI5/abap2UI5-documentation/blob/main/docs/faq.md) -* as always - your comments, questions, wishes and bug reports are welcome, please create an [**issue**](https://github.com/abap2UI5/abap2UI5/issues) +* check out the [**documentation**](https://github.com/abap2UI5/abap2UI5-documentation/tree/main) for installation & configuration guidelines +* still open questions? find an answer in the [**FAQ**](https://github.com/abap2UI5/abap2UI5-documentation/blob/main/docs/faq.md) +* as always - your comments, questions, wishes and bugs are welcome, please create an [**issue**](https://github.com/abap2UI5/abap2UI5/issues) diff --git a/src/z2ui5_cl_http_handler.clas.abap b/src/z2ui5_cl_http_handler.clas.abap index f7b07dff..9b2d6f1d 100644 --- a/src/z2ui5_cl_http_handler.clas.abap +++ b/src/z2ui5_cl_http_handler.clas.abap @@ -247,7 +247,7 @@ CLASS z2ui5_cl_http_handler IMPLEMENTATION. ` } }` && |\n| && ` if ( isUpdated == false ) { ` && |\n| && ` if (sap.z2ui5.oViewPopover) {` && |\n| && - ` if (sap.z2ui5.oViewPopover.isOpen() == false) {` && |\n| && + ` if (sap.z2ui5.oViewPopover.isOpen() == true) {` && |\n| && ` sap.z2ui5.oBody.oUpdate = sap.z2ui5.oViewPopover.getModel().getData().oUpdate;` && |\n| && ` isUpdated = true;` && |\n| && ` } } }` && |\n| &&