mirror of
https://github.com/abap2UI5/abap2UI5.git
synced 2025-04-30 04:52:30 +08:00
parent
509c95e224
commit
fa8b5d7166
|
@ -240,7 +240,7 @@ CLASS Z2UI5_CL_HTTP_HANDLER IMPLEMENTATION.
|
||||||
` sap.z2ui5.oBody = {};` && |\n| &&
|
` sap.z2ui5.oBody = {};` && |\n| &&
|
||||||
` let isUpdated = false;` && |\n| &&
|
` let isUpdated = false;` && |\n| &&
|
||||||
` if (sap.z2ui5.oViewPopup) {` && |\n| &&
|
` if (sap.z2ui5.oViewPopup) {` && |\n| &&
|
||||||
` if (sap.z2ui5.oViewPopup.isOpen() == true) {` && |\n| &&
|
` if (!sap.z2ui5.oViewPopup.isOpen || sap.z2ui5.oViewPopup.isOpen() == true) {` && |\n| &&
|
||||||
` sap.z2ui5.oBody.oUpdate = sap.z2ui5.oViewPopup.getModel().getData().oUpdate;` && |\n| &&
|
` sap.z2ui5.oBody.oUpdate = sap.z2ui5.oViewPopup.getModel().getData().oUpdate;` && |\n| &&
|
||||||
` isUpdated = true;` && |\n| &&
|
` isUpdated = true;` && |\n| &&
|
||||||
` }` && |\n| &&
|
` }` && |\n| &&
|
||||||
|
|
Loading…
Reference in New Issue
Block a user