Skip to content

Commit 5c05b58

Browse files
1 parent 5a10bf5 commit 5c05b58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/webapp/cc/Server.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ sap.ui.define(["sap/ui/core/BusyIndicator", "sap/m/MessageBox"
8686
'sap-contextid-accept': 'header',
8787
'sap-contextid': z2ui5.contextId
8888
},
89-
body: JSON.stringify(z2ui5.oBody)
89+
body: JSON.stringify( { 'value' : z2ui5.oBody } )
9090
});
9191
z2ui5.contextId = response.headers.get("sap-contextid");
9292
if (!response.ok) {
@@ -151,4 +151,4 @@ sap.ui.define(["sap/ui/core/BusyIndicator", "sap/m/MessageBox"
151151
document.write(response);
152152
},
153153
};
154-
});
154+
});

0 commit comments

Comments
 (0)