Skip to content

Commit 324510c

Browse files
1 parent 148eae0 commit 324510c

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
@@ -110,8 +110,7 @@ sap.ui.define(["sap/ui/core/mvc/Controller", "sap/ui/core/mvc/XMLView", "sap/ui/
110110
} else if (z2ui5.oViewNest2?.byId(openById)) {
111111
oControl = z2ui5.oViewNest2.byId(openById);
112112
} else {
113-
if (sapUiCore.byId(openById)) {
114-
// oControl = sapUiCore.byId(openById);
113+
if (Element.getElementById(openById)) {
115114
oControl = Element.getElementById(openById);
116115
} else {
117116
oControl = null;

0 commit comments

Comments
 (0)