Modify ↓
Ticket #6150 (closed defect: duplicate)
Opened 5 years ago
Last modified 5 years ago
Not correct ticket notify email footer
| Reported by: | vinogradniy@… | Owned by: | jonas |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.11 |
| Component: | general | Version: | devel |
| Severity: | normal | Keywords: | |
| Cc: | |||
| Release Notes: | |||
| API Changes: | |||
Description
Not correct notify email footer rev 6049.
Error in source:/trunk/trac/ticket/templates/ticket_notify_email.txt .
#831: Bla Bla
---------------------------------+------------------------------------------
Reporter: xxxxxxxx@gmail.com | Owner: yyyyyy@kronwerk.ru
Type: task | Status: new
Priority: normal | Milestone: CoolProj-3.0-Alpha
Component: CoolProj Server С# | Version: CoolProj-3.0
Severity: normal | Resolution:
Keywords: | Blocking:
Seealso: |
---------------------------------+------------------------------------------
Changes (by zzzzzz@mail.ru):
* cc: kkkkkk@gmail.com
Comment:
sample
-- Ticket URL: </ticket/831#comment:1> CoolProj <> CoolProj project
Not full TicketUrl?. Empty project url. But in trac.ini corret(work in Trac 0.10.4).
Attached version work correct.
Attachments
Change History
Changed 5 years ago by vinogradniy@…
- Attachment ticket_notify_email.txt added
comment:1 Changed 5 years ago by osimons <simon-code@…>
comment:2 Changed 5 years ago by osimons <simon-code@…>
- Resolution set to duplicate
- Status changed from new to closed
- Version set to devel
Closing this ticket as a duplicate of #5064, and adding the essence of current 0.11dev status to that ticket as comment.
Note: See
TracTickets for help on using
tickets.



With 0.11 you need to set the base_url option in config:
See TracIni for more information about the option.
I have just noticed this issue myself, and it is changed behavior from 0.10.4 where it would use the baseurl fetched from current request when sending notification - and you could just leave the base_url option blank. I am not aware of why the behavior has changed, and why it has to be like it is.
Leaving the ticket open for now while I research - or wait for others to fill in the gaps in my understanding.