Skip to content

Commit 5a10bf5

Browse files
1 parent 938e7ca commit 5a10bf5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/webapp/controller/View1.controller.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -369,8 +369,7 @@ sap.ui.define(["sap/ui/core/mvc/Controller", "sap/ui/core/mvc/XMLView", "sap/ui/
369369
})) || "";
370370
if (z2ui5.args[3] === 'EXT') {
371371
let url = window.location.href.split('#')[0] + hash;
372-
//todo
373-
//URLHelper.redirect(url, true);
372+
sap.m.URLHelper.redirect(url, true);
374373
} else {
375374
z2ui5.oCrossAppNavigator.toExternal({
376375
target: {

0 commit comments

Comments
 (0)