mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-14 10:36:58 +01:00
Enhancement: bulk edit object permissions (#4176)
* bulk_edit_object_perms API endpoint * Frontend support for bulk object permissions edit
This commit is contained in:
parent
95c12c1840
commit
f5717cca1c
12 changed files with 540 additions and 20 deletions
|
|
@ -1,5 +1,4 @@
|
|||
import { ObjectWithId } from './object-with-id'
|
||||
import { PaperlessUser } from './paperless-user'
|
||||
|
||||
export interface PermissionsObject {
|
||||
view: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue