There was an error while loading. Please reload this page.
2 parents 27d9cff + 98891cc commit 660bc4aCopy full SHA for 660bc4a
1 file changed
src/main/resources/services/import-image/import-image.js
@@ -82,6 +82,7 @@ exports.post = function (request) {
82
if (currentContent && propertyName && !propertyPath) {
83
const updatedContent = libs.content.modify({
84
key: params.contentId,
85
+ requireValid: false,
86
editor: function (c) {
87
c.data[propertyName] = image._id
88
0 commit comments