mirror of
https://github.com/abap2UI5/abap2UI5.git
synced 2025-04-29 02:58:20 +08:00
[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
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:
parent
28194d00f6
commit
ac9eeb1cdc
|
@ -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.
|
||||
|
|
|
@ -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| &&
|
||||
|
|
Loading…
Reference in New Issue
Block a user