Closed dgrumieaux closed 8 years ago
at line 74 of viewrenditions.js here's how the download url is built up:
"link" : new URI().path(app.serviceUrlRoot + "/content/content")
.addSearch("id", self.documentId)
.addSearch("download", true)
.addSearch("contentType[]", _.findWhere(self.extensions, {"mimeType" : type}).fileExtension)
Fixed with Revision# 14015. CR - mikeblum
To replicate:
Note that the URL is updated to an invalid address, but nothing else happens. What should happen is that the rendition type is downloaded.