Roundup Tracker - Issues

Message321

Author richard
Recipients
Date 2002-09-02.21:52:46
Message-id
In-reply-to
Logged In: YES 
user_id=6405

The nosy reactor has some code that checks for changes to 
assignedto and modifies the nosy list accordingly. You need to change 
line 144 from: 
 
if newvalues.has_key('assignedto'): 
 
to 
 
if newvalues.has_key('assignedto') and newvalues['assignedto'] is not 
None: 
 
History
Date User Action Args
2009-02-03 14:20:03adminlinkissue603696 messages
2009-02-03 14:20:03admincreate