Skip to content

Commit 4db2ab2

Browse files
auto-bsp-changes
1 parent 16e2b7d commit 4db2ab2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/02/z2ui5.wapa.controller_-view1.controller.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -499,6 +499,12 @@ sap.ui.define(["sap/ui/core/mvc/Controller", "sap/ui/core/mvc/XMLView", "sap/ui/
499499
);
500500
z2ui5.oResponseOld = z2ui5.oResponse;
501501
Server.Roundtrip();
502+
z2ui5.onAfterRoundtrip.forEach(item => {
503+
if (item !== undefined) {
504+
item();
505+
}
506+
}
507+
)
502508

503509
},
504510

0 commit comments

Comments
 (0)