Skip to content
Snippets Groups Projects
Commit e5c67acb authored by Jonathan Seguin's avatar Jonathan Seguin
Browse files

Show original filename

parent 53e0e2c4
No related branches found
No related tags found
1 merge request!43Resolve "Expose unique ID for files"
......@@ -160,7 +160,7 @@ class DataFile(models.Model):
@property
def name(self):
return self.file.name
return self.filename
@property
def placeholder_icon(self):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment