Roundup Tracker - Issues

Message1350

Author marlonvdb
Recipients
Date 2004-07-09.12:50:33
Message-id
In-reply-to
RoundUp version: 0.7.5
File: roundupdb.py
Error: Edit Error: no such msg node None
Error line: 223 -> messages.set(msgid, 
messageid=messageid)

Comment:
The document string of 
method 'IssueClass.nosymessage' indicates that 
a 'System Message' mail is send to the CC list if 
the 'msgid' is None. But 
method 'IssueClass.send_message' will raise the above 
error at the line 223 (see above), because the method 
creates a new message id and tries to store it in the 
database for node 'msgid' which is None.
History
Date User Action Args
2009-02-03 14:20:50adminlinkissue987933 messages
2009-02-03 14:20:50admincreate