What steps will reproduce the problem?
1. Create a survey with a Checkbox List, and no specified image
2. Take the survey.
What is the expected output? What do you see instead?
A survey with a choice checkbox list.
Instead it fails with an exception of ValueError because the image has no file
associated with it.
What version of the product are you using? On what operating system?
subversion revision 92.
Please provide any additional information below.
By patching the form from:
"if opt.image.url:" to "if opt.image and opt.image.url:" fixes this (on line
129 of forms.py)
Original issue reported on code.google.com by scan...@gmail.com on 28 Oct 2008 at 3:36
Original issue reported on code.google.com by
scan...@gmail.com
on 28 Oct 2008 at 3:36