mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-07 23:35:22 +01:00
Removed the archive tag, as it wasnt really used anyway.
This commit is contained in:
parent
b31d4779bf
commit
5b9f38d398
4 changed files with 1 additions and 13 deletions
|
|
@ -83,13 +83,6 @@ class Tag(MatchingModel):
|
|||
"documents will be tagged with inbox tags."
|
||||
)
|
||||
|
||||
is_archived_tag = models.BooleanField(
|
||||
default=False,
|
||||
help_text="Marks this tag as an archive tag: All documents tagged "
|
||||
"with archive tags will never be modified automatically "
|
||||
"(i.e., modifying tags by matching rules)"
|
||||
)
|
||||
|
||||
|
||||
class DocumentType(MatchingModel):
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue