Roundup Tracker - Issues

Message2363

Author stefan
Recipients
Date 2006-12-04.01:13:36
Message-id
In-reply-to
At roundup/cgi/form_parser.py:468

roundup checks for 'value's boolean value to determine
whether the property in question has been provided.
However, if the property is of type Boolean, and the
provided value is False, the property is treated as if
it wasn't present in the form.

It should be compared against 'None' instead.
History
Date User Action Args
2009-02-03 14:21:58adminlinkissue1608200 messages
2009-02-03 14:21:58admincreate