Actions
Feature #27822
closedRemove filename from attachment preview links
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Description
Some of our users reported being confused by the attachment previews. The most common use-case was a variation of:
- right-click on the link of the attachment on the issue page,
- "save link as" to save the attachment to disk,
- send the saved file to a user not on the Redmine.
With the current URL scheme for attachment preview pages (/attachments/:id/:filename
), when the users click the preview attachment link instead of the download attachment link, the resulting html file still has the filename
of the attachment. If the user does not have a look at the attachment before using it for something else, the user might have downloaded the html preview page instead of the attachment itself.
Files
Actions