mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-10-30 03:56:23 -05:00 
			
		
		
		
	Ensure explicit use of field name
This commit is contained in:
		| @@ -312,7 +312,7 @@ class Document(models.Model): | ||||
|         mylist = list() | ||||
|  | ||||
|         for t in field.all(): | ||||
|             mylist.append(slugify(t)) | ||||
|             mylist.append(slugify(t.name)) | ||||
|  | ||||
|         return mylist | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Wolf-Bastian Poettner
					Wolf-Bastian Poettner