parent
73a23d4679
commit
b102a7de21
|
@ -1799,9 +1799,13 @@ H5P.createTitle = function (rawTitle, maxLength) {
|
||||||
data: (data === null ? 0 : data),
|
data: (data === null ? 0 : data),
|
||||||
preload: (preload ? 1 : 0),
|
preload: (preload ? 1 : 0),
|
||||||
invalidate: (invalidate ? 1 : 0),
|
invalidate: (invalidate ? 1 : 0),
|
||||||
token: H5PIntegration.tokens.contentUserData,
|
token: H5PIntegration.tokens.contentUserData
|
||||||
contextId: H5PIntegration.editor.uploadParams.contextId
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
// Set editor context
|
||||||
|
if (H5PIntegration.editor && H5PIntegration.editor.uploadParams) {
|
||||||
|
options.data.contextId = H5PIntegration.editor.uploadParams.contextId;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
options.type = 'GET';
|
options.type = 'GET';
|
||||||
|
|
Loading…
Reference in New Issue