mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2026-01-25 06:37:15 +01:00
Handle "private" tags, doctypes, correspondents
This commit is contained in:
parent
2fe7f8be46
commit
22a13981f3
6 changed files with 59 additions and 5 deletions
|
|
@ -5,6 +5,7 @@
|
|||
[disabled]="disabled"
|
||||
[style.color]="textColor"
|
||||
[style.background]="backgroundColor"
|
||||
[class.private]="isPrivate"
|
||||
[clearable]="allowNull"
|
||||
[items]="items"
|
||||
[addTag]="allowCreateNew && addItemRef"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue