Merge pull request #2366 from hmhealey/plt2016

PLT-2016/PLT-2013 Fixed file attachment download link to properly trigger a download
Этот коммит содержится в:
Christopher Speller
2016-03-07 17:18:14 -05:00
родитель c31b0bf361 a94879a7d5
Коммит 04a194d802

Просмотреть файл

@@ -126,7 +126,7 @@ class FileAttachment extends React.Component {
var filename = this.props.filename;
var fileInfo = utils.splitFileLocation(filename);
var fileUrl = utils.getFileUrl(filename);
var fileUrl = utils.getFileUrl(filename, true);
var type = utils.getFileType(fileInfo.ext);
var thumbnail;