Skip to content

Commit 660bc4a

Browse files
Merge branch 'SP-685'
2 parents 27d9cff + 98891cc commit 660bc4a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/main/resources/services/import-image/import-image.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ exports.post = function (request) {
8282
if (currentContent && propertyName && !propertyPath) {
8383
const updatedContent = libs.content.modify({
8484
key: params.contentId,
85+
requireValid: false,
8586
editor: function (c) {
8687
c.data[propertyName] = image._id
8788

0 commit comments

Comments
 (0)