Roundup Tracker - Issues

Message271

Author dman13
Recipients
Date 2002-06-16.22:20:37
Message-id
In-reply-to
Logged In: YES 
user_id=555791

The problem seems to be caused by the combination of these
two lines in "nosryreaction.py" (extended template, version
0.4.1)

            change_note = cl.generateChangeNote(nodeid,
oldvalues)
            cl.sendmessage(nodeid, msgid, change_note)

The third argument to sendmessage() is supposed to be a
dict.  (it is frontend agnostic)  This appears to be fixed
in the CVS version.  I'll find out soon enough ...
History
Date User Action Args
2009-02-03 14:20:02adminlinkissue569178 messages
2009-02-03 14:20:02admincreate