mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-14 18:46:52 +01:00
Enhancement: support owner permissions for file tasks (#8195)
This commit is contained in:
parent
9c1561adfb
commit
8bfe68743d
15 changed files with 112 additions and 27 deletions
|
|
@ -333,7 +333,7 @@ REST_FRAMEWORK = {
|
|||
"DEFAULT_VERSION": "1",
|
||||
# Make sure these are ordered and that the most recent version appears
|
||||
# last
|
||||
"ALLOWED_VERSIONS": ["1", "2", "3", "4", "5"],
|
||||
"ALLOWED_VERSIONS": ["1", "2", "3", "4", "5", "6"],
|
||||
}
|
||||
|
||||
if DEBUG:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue