[create-pull-request] automated change (#1705)
Some checks failed
build_downport / build_downport (push) Has been cancelled
build_frontend_classic / build_frontend_classic (push) Has been cancelled
build_frontend_cloud / build_frontend_cloud (push) Has been cancelled
js_transform / Code-Cleanup (push) Has been cancelled
ui5lint / test (push) Has been cancelled
ajson mirror / pr_ajson_changes (push) Has been cancelled

Co-authored-by: oblomov-dev <oblomov-dev@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2025-01-17 16:22:45 +01:00 committed by GitHub
parent 28194d00f6
commit ac9eeb1cdc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 4 deletions

View File

@ -104,7 +104,6 @@ CLASS z2ui5_cl_app_manifest_json IMPLEMENTATION.
` "config": {` &&
` "routerClass": "sap.m.routing.Router",` &&
` "viewType": "XML",` &&
` "async": true,` &&
` "viewPath": "z2ui5.view",` &&
` "controlAggregation": "pages",` &&
` "controlId": "app",` &&
@ -146,7 +145,6 @@ CLASS z2ui5_cl_app_manifest_json IMPLEMENTATION.
` "rootView": {` &&
` "viewName": "z2ui5.view.App",` &&
` "type": "XML",` &&
` "async": true,` &&
` "id": "App"` &&
` }` &&
` },` &&
@ -155,6 +153,7 @@ CLASS z2ui5_cl_app_manifest_json IMPLEMENTATION.
` "service": "z2ui5"` &&
` }` &&
`}` &&
`` &&
``.
ENDMETHOD.

View File

@ -418,6 +418,8 @@ CLASS z2ui5_cl_app_view1_js IMPLEMENTATION.
` break;` && |\n| &&
` case 'URLHELPER':` && |\n| &&
` var URLHelper = mobileLibrary.URLHelper;` && |\n| &&
|\n|.
result = result &&
` var params = args[2];` && |\n| &&
` switch (args[1]) {` && |\n| &&
` case 'REDIRECT':` && |\n| &&
@ -428,8 +430,6 @@ CLASS z2ui5_cl_app_view1_js IMPLEMENTATION.
` break;` && |\n| &&
` case 'TRIGGER_SMS':` && |\n| &&
` URLHelper.triggerSms(params);` && |\n| &&
|\n|.
result = result &&
` break;` && |\n| &&
` case 'TRIGGER_TEL':` && |\n| &&
` URLHelper.triggerTel(params);` && |\n| &&