Vote #75251
完了Inline images in email does not appear when thumbnail macro is used.
0%
説明
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
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.
journals
Confirmed the problem with Redmine 2.5.1 and this patch addresses the problem.
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Related to #2770.
The patch attached on this issue cannot display images on non-public projects.
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fixed in r13218, urls now include host name.
--------------------------------------------------------------------------------
Merged.
--------------------------------------------------------------------------------
related_issues
relates,Reopened,2770,Display of inline attached images in email notification