Roundup Tracker - Issues

Issue 1414149

classification
Entering 0 not accepted as value for a number (with patch)
Type: Severity: normal
Components: Web interface Versions:
process
Status: closed fixed
:
: richard : dlinke, richard
Priority: normal :

Created on 2006-01-25 00:00 by dlinke, last changed 2006-01-25 00:00 by dlinke.

Files
File name Uploaded Description Edit Remove
form_parser.patch dlinke, 2006-01-25 00:00 patch against fresh cvs checkout
Messages
msg2120 Author: [hidden] (dlinke) Date: 2006-01-25 00:00
When a user enters 0 (integer) in a number-field the
value is not written to the db (at least with sqlite).
The workaround is to enter 0.0 - but this is quite
puzzling for non-computer experts.

Attached is a patch showing how I solved the problem.
Please take a look if it's solved at the right place.

David
msg2121 Author: [hidden] (richard) Date: 2006-01-25 02:23
Logged In: YES 
user_id=6405

Thanks for the report & detective work. Have implemented a 
better solution which caters for all backends. 
 
History
Date User Action Args
2006-01-25 00:00:56dlinkecreate