Issue 676874
Created on 2003-01-29 16:35 by pohly, last changed 2003-01-29 16:35 by pohly.
File name |
Uploaded |
Description |
Edit |
Remove |
diff
|
pohly,
2003-01-29 16:37
|
|
|
|
msg608 |
Author: [hidden] (pohly) |
Date: 2003-01-29 16:35 |
|
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.
|
msg609 |
Author: [hidden] (pohly) |
Date: 2003-01-29 16:37 |
|
Logged In: YES
user_id=416927
Forgot the checkmark for upload...
|
|
Date |
User |
Action |
Args |
2003-01-29 16:35:51 | pohly | create | |
|