mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-05-01 11:19:32 -05:00
Ensure explicit use of field name
This commit is contained in:
parent
0ebc64d9d7
commit
cb1a6b86b4
@ -312,7 +312,7 @@ class Document(models.Model):
|
|||||||
mylist = list()
|
mylist = list()
|
||||||
|
|
||||||
for t in field.all():
|
for t in field.all():
|
||||||
mylist.append(slugify(t))
|
mylist.append(slugify(t.name))
|
||||||
|
|
||||||
return mylist
|
return mylist
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user