Skip to content

Commit 1674993

Browse files
1 parent bc534e0 commit 1674993

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/webapp/controller/View1.controller.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ sap.ui.define(["sap/ui/core/mvc/Controller", "sap/ui/core/mvc/XMLView", "sap/ui/
440440
BusyIndicator.show();
441441
z2ui5.oBody = {};
442442
if (args[0][3] || z2ui5.oController == this) {
443-
if (z2ui5.oResponse.PARAMS.S_VIEW?.SWITCH_DEFAULT_MODEL_PATH) {
443+
if (z2ui5.oResponse.PARAMS?.S_VIEW?.SWITCH_DEFAULT_MODEL_PATH) {
444444
var oModel = z2ui5.oView.getModel("http");
445445
} else {
446446
oModel = z2ui5.oView.getModel();

0 commit comments

Comments
 (0)