diff --git a/src/documents/views.py b/src/documents/views.py index 44368cfa1..9abe84eb7 100644 --- a/src/documents/views.py +++ b/src/documents/views.py @@ -746,7 +746,8 @@ class PostDocumentView(GenericAPIView): tag_ids=tag_ids, created=created, asn=archive_serial_number, - owner_id=request.user.id, + # Intentionally removing this because it prevents other users from editing + # owner_id=request.user.id, storage_path_id=storage_path_id, full_path=full_path, )