We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 774cc54 commit eb620f2Copy full SHA for eb620f2
src/RestWrite.js
@@ -370,8 +370,8 @@ RestWrite.prototype.setRequiredFieldsIfNeeded = function () {
370
}
371
};
372
373
- // add default ACL
374
- if (
+ // add default ACL (only on CREATE, not UPDATE)
+ if (!this.query &&
375
schema?.classLevelPermissions?.ACL &&
376
!this.data.ACL &&
377
JSON.stringify(schema.classLevelPermissions.ACL) !==
0 commit comments