mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-11-23 23:49:08 -06: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