[create-pull-request] automated change (#1819)
Some checks failed
ABAP_CLOUD / ABAP_CLOUD (push) Has been cancelled
ABAP_STANDARD / ABAP_STANDARD (push) Has been cancelled
UI5_2X / UI5_2X (push) Has been cancelled
auto_abaplint_fix / auto_abaplint_fix (push) Has been cancelled
auto_downport / auto_downport (push) Has been cancelled
create_app2abap / create_app2abap (push) Has been cancelled
create_frontend / create_frontend (push) Has been cancelled

Co-authored-by: oblomov-dev <oblomov-dev@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2025-03-31 10:27:39 +02:00 committed by GitHub
parent fdc65dc9b3
commit 373d09ff45
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -40,10 +40,6 @@ CLASS z2ui5_cl_app_component_js IMPLEMENTATION.
` z2ui5 = {};` && |\n| &&
` }` && |\n| &&
`` && |\n| &&
` z2ui5.oRouter = this.getRouter();` && |\n| &&
` z2ui5.oRouter.initialize();` && |\n| &&
` z2ui5.oRouter.stop();` && |\n| &&
`` && |\n| &&
` z2ui5.oDeviceModel = Models.createDeviceModel();` && |\n| &&
` this.setModel(z2ui5.oDeviceModel, "device");` && |\n| &&
`` && |\n| &&
@ -84,6 +80,11 @@ CLASS z2ui5_cl_app_component_js IMPLEMENTATION.
` z2ui5.oController.displayView(event.state.view, event.state.model);` && |\n| &&
` }` && |\n| &&
` });` && |\n| &&
`` && |\n| &&
` z2ui5.oRouter = this.getRouter();` && |\n| &&
` z2ui5.oRouter.initialize();` && |\n| &&
` z2ui5.oRouter.stop();` && |\n| &&
`` && |\n| &&
` },` && |\n| &&
`` && |\n| &&
` __beforeunload: function () {` && |\n| &&