Edgewall Software
Modify

Opened 20 years ago

Closed 18 years ago

#760 closed defect (fixed)

Small formatting problem in notification email

Reported by: anonymous Owned by: Jonas Borgström
Priority: lowest Milestone: 0.10
Component: ticket system Version: devel
Severity: trivial Keywords: notification email
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

If the number of fields in the mail header is odd then I get the following result

------------------------+---------------------------------------------------
       Id:  1           |     Status:  new                     
Component:  component1  |   Modified:  Sat Sep 11 22:39:46 2004
 Severity:  normal      |   Priority:  normal                  
  Version:  1.0         |      Owner:  somebody                
 Reporter:  anonymous   |  -----------------------+---------------------------------------------------
The ticket description...

To fix this you only need to add the following lines to Notify.py(256):

if i % 2 == 0
    txt += CRLF

Attachments (0)

Change History (2)

comment:1 by Emmanuel Blot, 18 years ago

Keywords: notification email added

comment:2 by Emmanuel Blot, 18 years ago

Milestone: 0.10
Resolution: fixed
Status: newclosed

Fixed at some point in the past ;-)

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Jonas Borgström.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Jonas Borgström to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.