Add support for preserving the extension of document files when using the quick label feature. Added to the document properties edit view and the document upload view. Closes GitLab issue #360.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
@@ -95,7 +95,9 @@ class DocumentVersionDownloadFormView(DocumentDownloadFormView):
|
||||
DocumentVersionDownloadFormView, self
|
||||
).get_extra_context()
|
||||
|
||||
result['title'] = _('Download document version')
|
||||
result.update({
|
||||
'title': _('Download document version'),
|
||||
})
|
||||
|
||||
return result
|
||||
|
||||
|
||||
Reference in New Issue
Block a user