From: Michael Shamoon <4887959+shamoon@users.noreply.github.com> Date: Mon, 2 Jan 2023 01:51:41 +0000 (-0800) Subject: Merge branch 'dev' into feature-permissions X-Git-Tag: v1.14.0-beta.rc1~109^2~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a08467342c8f1d90cdd12d354c5ab137f7380146;p=thirdparty%2Fpaperless-ngx.git Merge branch 'dev' into feature-permissions --- a08467342c8f1d90cdd12d354c5ab137f7380146 diff --cc src-ui/src/app/components/document-list/bulk-editor/bulk-editor.component.html index ba661304a7,aef47b605d..e7bdc8d754 --- a/src-ui/src/app/components/document-list/bulk-editor/bulk-editor.component.html +++ b/src-ui/src/app/components/document-list/bulk-editor/bulk-editor.component.html @@@ -39,30 -38,27 +39,30 @@@ diff --cc src/documents/views.py index ac6f19c19c,e313ae17ea..734a2e8ac5 --- a/src/documents/views.py +++ b/src/documents/views.py @@@ -669,10 -626,9 +669,10 @@@ class PostDocumentView(GenericAPIView) override_tag_ids=tag_ids, task_id=task_id, override_created=created, + override_owner_id=owner_id, ) - return Response("OK") + return Response(async_task.id) class SelectionDataView(GenericAPIView):