[create-pull-request] automated change (#1747)
Some checks are pending
build_downport_branch / build_downpor_branch (push) Waiting to run
build_frontend_classic / build_frontend_classic (push) Waiting to run
build_frontend_cloud / build_frontend_cloud (push) Waiting to run
build_frontend_http / build_frontend_http (push) Waiting to run
ui5lint / test (push) Waiting to run

Co-authored-by: oblomov-dev <oblomov-dev@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2025-02-14 13:50:01 -05:00 committed by GitHub
parent 62298a859d
commit 3901853880
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -76,7 +76,7 @@ CLASS z2ui5_cl_app_view1_js IMPLEMENTATION.
` await this.displayPopover(S_POPOVER.XML, 'oViewPopover', S_POPOVER.OPEN_BY_ID);` && |\n| &&
` }` && |\n| &&
`` && |\n| &&
` let oState = JSON.parse(JSON.stringify({ view: z2ui5.oView.mProperties.viewContent, model: z2ui5.oView.getModel().getData(), response: z2ui5.oResponse }));` && |\n| &&
` if (z2ui5.oView) { var oState = JSON.parse(JSON.stringify({ view: z2ui5.oView.mProperties.viewContent, model: z2ui5.oView.getModel().getData(), response: z2ui5.oResponse })); }else{ oState = {}; }` && |\n| &&
` if (SET_PUSH_STATE) {` && |\n| &&
` // sap.ui.core.routing.HashChanger.getInstance().setHash("423143124");` && |\n| &&
` // sap.ui.core.routing.HashChanger.getInstance().replaceHash("423143124");` && |\n| &&
@ -599,6 +599,7 @@ CLASS z2ui5_cl_app_view1_js IMPLEMENTATION.
` },` && |\n| &&
` })` && |\n| &&
` });` && |\n| &&
`` && |\n| &&
``.
ENDMETHOD.