Actions
Defect #16989
closedInline images in email does not appear when thumbnail macro is used.
Status:
Closed
Priority:
Normal
Assignee:
Category:
Email notifications
Target version:
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Affected version:
Description
Redmine v2.5.1
When using
{{thumbnail(filename.png)}}in a comment, the email sent to notify related users does not show the image. The <img> source starts with /attachments.
This is because relative url is used in thumbnail macro when processing the text.
To fix this, we should use the url_for argument :only_path => false, so that the generated urls are absolute.
The fix is in the patch and we are using it confidently in our system.
Files
Related issues
Actions