mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-08-14 00:26:21 +00:00
fix #238
This commit is contained in:
@@ -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?
|
||||
|
Reference in New Issue
Block a user