Content
View differences
Updated by Marc Burk over 7 years ago
Hi,
**Steps to reproduce:**
1. Go to a work package
2. Write comment with picture in it
3. wait for email notification
**Actual Behavior**
When receiving an notification email with an comment, where a picture is included. The image will not shown, because the link is wrong.
```text
<p><img src="/attachments/363/grafik.png" alt=""></p>
```
**Expected Behavior**
The Image should be linked right and then visible in the email.
```text
<p><img src="http://subdomain.domain.de/attachments/363/grafik.png" alt=""></p>
```
**Steps to reproduce:**
1. Go to a work package
2. Write comment with picture in it
3. wait for email notification
**Actual Behavior**
When receiving an notification email with an comment, where a picture is included. The image will not shown, because the link is wrong.
```text
<p><img src="/attachments/363/grafik.png" alt=""></p>
```
**Expected Behavior**
The Image should be linked right and then visible in the email.
```text
<p><img src="http://subdomain.domain.de/attachments/363/grafik.png" alt=""></p>
```