diff options
author | Mark Longair <mhl@pobox.com> | 2013-04-16 12:03:53 +0100 |
---|---|---|
committer | Mark Longair <mhl@pobox.com> | 2013-04-16 12:52:09 +0100 |
commit | 5022558d56058bb723b4e29d1f0e455472960cda (patch) | |
tree | 5d808123b0509840296739204311c77467a60475 /script/generate_pot.sh | |
parent | b920cb2a151236ea0b1340eae024e25729da234b (diff) |
Fix attachment downloading for attachments that have file extensions
Fixes #912
The routing in Rails 3 by default extracts anything that looks
like a file extension at the end of the URL and adds it as a
format parameter. This meant that for the get_attachment and
get_attachment_as_html views, the filename parameter would not
include the file extension, and you'll end up with the error:
please use same filename as original file has,
display: 'foo.doc' old_display: 'foo.doc' original: 'foo'
For particular routes, we can suppress this with
:format => false so this commit adds that to both get_attachment
and get_attachment_as_html.
Diffstat (limited to 'script/generate_pot.sh')
0 files changed, 0 insertions, 0 deletions