mirror of
https://github.com/abap2UI5/abap2UI5.git
synced 2025-04-29 02:58:20 +08:00
fix popups and value transfer (#351)
This commit is contained in:
parent
21925fbf64
commit
12b28c214b
|
@ -232,7 +232,9 @@ CLASS Z2UI5_CL_HTTP_HANDLER IMPLEMENTATION.
|
|||
|\n| &&
|
||||
` sap.ui.core.BusyIndicator.show();` && |\n| &&
|
||||
` this.oBody = {};` && |\n| &&
|
||||
` this.oBody.oUpdate = sap.z2ui5.oView.getModel().getData().oUpdate;` && |\n| &&
|
||||
` if ( sap.z2ui5.oViewPopup) { if ( sap.z2ui5.oViewPopup.isDestroyed() == false ) { this.oBody.oUpdate = sap.z2ui5.oViewPopup.getModel().getData().oUpdate; } ` && |\n| &&
|
||||
` } else if ( sap.z2ui5.oViewPopover) { if ( sap.z2ui5.oViewPopover.isDestroyed() == false ) { this.oBody.oUpdate = sap.z2ui5.oViewPopover.getModel().getData().oUpdate; } } else ` && |\n| &&
|
||||
` { this.oBody.oUpdate = sap.z2ui5.oView.getModel().getData().oUpdate; }` && |\n| &&
|
||||
` if (oEvent.CHECK_VIEW_DESTROY) {` && |\n| &&
|
||||
` sap.z2ui5.oController.ViewClose(sap.z2ui5.oView);` && |\n| &&
|
||||
` }` && |\n| &&
|
||||
|
|
Loading…
Reference in New Issue
Block a user