* Update README.md

* update popover fix
This commit is contained in:
oblomov 2023-08-07 08:57:47 +02:00 committed by GitHub
parent ce9ed25bc5
commit 4eb037d635
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

View File

@ -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)

View File

@ -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| &&