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.
2 parents 9fd62c4 + 440b52a commit c9d1789Copy full SHA for c9d1789
1 file changed
lib/Service/AttachmentService.php
@@ -251,6 +251,7 @@ public function update(int $cardId, int $attachmentId, string $data, string $typ
251
}
252
253
if ($service instanceof ICustomAttachmentService) {
254
+ $this->permissionService->checkPermission($this->cardMapper, $cardId, Acl::PERMISSION_EDIT);
255
try {
256
$attachment = new Attachment();
257
$attachment->setId($attachmentId);
0 commit comments