mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-07 15:25:41 +01:00
fix #238
This commit is contained in:
parent
c4367818b7
commit
6d554bace1
4 changed files with 108 additions and 18 deletions
|
|
@ -351,7 +351,10 @@ class SavedViewFilterRule(models.Model):
|
|||
|
||||
rule_type = models.PositiveIntegerField(choices=RULE_TYPES)
|
||||
|
||||
value = models.CharField(max_length=128)
|
||||
value = models.CharField(
|
||||
max_length=128,
|
||||
blank=True,
|
||||
null=True)
|
||||
|
||||
|
||||
# TODO: why is this in the models file?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue