Skip to content

Commit 0d2ae3b

Browse files
fix(Calendar): use correct header for JSON request
1 parent b1c4935 commit 0d2ae3b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tine20/Calendar/js/floorplan/src/composables.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,7 @@ const useTineJsonRPC = (url, jsonKey) => {
203203
method: "POST",
204204
headers: {
205205
"content-type": "application/json",
206+
"X-Tine20-Request-Type" : 'JSON',
206207
"x-tine20-jsonkey": toValue(jsonKey)
207208
},
208209
body: JSON.stringify(body)

0 commit comments

Comments
 (0)