Modify ↓
Opened 16 years ago
Closed 16 years ago
#4177 closed defect (fixed)
FillBlog Notification plugin template FIX
Reported by: | ilesik | Owned by: | Nick Loeve |
---|---|---|---|
Priority: | normal | Component: | FullBlogNotificationPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
There is a problem with URLs in email template:
Email notification template have lines:
"Page URL: ${project.url}${link}"
Where ${link} already absolute url, so emails have incorrect urls in it. Example: Page URL: https://mysite.com/project/xfshttps://mysite.com/project/xfs/blog/newpost
So, to get correct urls in email I have changed template lines "Page URL: ${project.url}${link}" -> "Page URL: ${link}"
Please include this in future release.
Attachments (0)
Note: See
TracTickets for help on using
tickets.
(In [4884]) fixes #4177