]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commit
Note creation / deletion should respect doc permissions 3903/head
authorshamoon <4887959+shamoon@users.noreply.github.com>
Tue, 1 Aug 2023 03:33:18 +0000 (20:33 -0700)
committershamoon <4887959+shamoon@users.noreply.github.com>
Wed, 2 Aug 2023 05:28:27 +0000 (22:28 -0700)
commit2e67697d36ec1e6a57619a1810714f48c08729f9
treee1049fd53129c9dd8ed05dbf8eba696e3bb3dbc2
parentca4500692f0d9b45b033b8fd2ff5999ac8f8a9e3
Note creation / deletion should respect doc permissions

- Disable add note button on frontend
- Explicitly disable add / delete via api
src-ui/src/app/components/document-detail/document-detail.component.html
src-ui/src/app/components/document-notes/document-notes.component.html
src-ui/src/app/components/document-notes/document-notes.component.ts
src/documents/tests/test_api.py
src/documents/views.py