mirror of
https://github.com/abap2UI5/abap2UI5.git
synced 2025-04-30 00:32:19 +08:00
parent
ce9ed25bc5
commit
4eb037d635
|
@ -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)
|
||||
|
|
|
@ -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| &&
|
||||
|
|
Loading…
Reference in New Issue
Block a user