Roundup Tracker - Issues

Message608

Author pohly
Recipients
Date 2003-01-29.16:35:51
Message-id
In-reply-to
In 0.5.5 I enabled multiselect for the issue status in
issue.search
(<select name="status" multiple>) and one of my custom
multilink properties.

This triggered a problem in cgi/client.py:searchAction():
   if not self.form[key].value: continue
in line 937 fails because the form[key] then is a list of 
FieldStorages, not a FieldStorage itself. Attached is a
patch for 
this problem which works fine for me.
History
Date User Action Args
2009-02-03 14:20:13adminlinkissue676874 messages
2009-02-03 14:20:13admincreate