Roundup Tracker - Issues

Message2036

Author diana_chen23
Recipients
Date 2005-09-21.20:05:38
Message-id
In-reply-to
This issue related to 1292178 and probably 1281907.

It is possible to get nosy emails from consecutive
changes to an issue, that all repeatedly say "New
submission from admin".

Process:
1) Create issue with blank message. Submit.
2)  Modify issue by adding message. Submit.
3) Receive nosy email stating "New Submission"
4) Modify issue by changing a field (no message)
5) Nosy email sent stating "New submission..."

roundupdb.py:

 if authid:
            if len(self.get(nodeid,'messages')) == 1:
                m.append("New submission from
%s%s:"%(authname, authaddr))


I think checking for existence of 1 message is causing
problem, and not checking that issue existed before...

Thanks!
History
Date User Action Args
2009-02-03 14:21:29adminlinkissue1298106 messages
2009-02-03 14:21:29admincreate