Roundup Tracker - Issues

Issue 1906147

classification
'Make a Copy' failed
Type: Severity: normal
Components: Web interface Versions:
process
Status: closed accepted
:
: richard : mephinet, richard
Priority: normal :

Created on 2008-03-03 10:16 by mephinet, last changed 2008-03-03 10:16 by mephinet.

Files
File name Uploaded Description Edit Remove
make_a_copy.patch mephinet, 2008-03-03 10:16 bugfix and unittest
Messages
msg2536 Author: [hidden] (mephinet) Date: 2008-03-03 10:16
As reported in <http://psf.upfronthosting.co.za/roundup/meta/issue148>, using the "make a copy" feature on an issue with more than one person on the nosy list results in a traceback. 
The bug is caused by the nosy list being concatenated using comma-space instead of just commas, when creating the target url for the "make a copy" link. The code that parses the url just splits using commas, so the additional space becomes part of the username, and thus the database lookup fails. For details, refer to the mentioned bug report.
The attached patch fixes the problem and contains a unittest - please review and merge!
History
Date User Action Args
2008-03-03 10:16:24mephinetcreate