bsed / ala

Automatically exported from code.google.com/p/ala
0 stars 0 forks source link

Check for and update validation of numeric fields in forms. #491

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I can default numeric types to use "must be a number" validation, however 
validation rules will need to be manually applied where missing for integers or 
>= 0.

Original issue reported on code.google.com by chris.go...@gmail.com on 19 Dec 2013 at 3:39

GoogleCodeExporter commented 9 years ago
Sensible defaults have inferred from the data type, however if more specific 
rules are required they must be added to the models.

Original comment by chris.go...@gmail.com on 19 Dec 2013 at 6:24

GoogleCodeExporter commented 9 years ago
Still need to add the validation to the external web service & documentation.

Original comment by chris.go...@gmail.com on 19 Dec 2013 at 6:25

GoogleCodeExporter commented 9 years ago
Bumped the priority down as it now only affects the external API, which already 
validates numerics. (just not defaulting to min >= 0)

Original comment by chris.go...@gmail.com on 19 Dec 2013 at 11:51

GoogleCodeExporter commented 9 years ago
Also need to validate numbers in the output targets as these don't currently 
appear to be validating correctly.

Original comment by CoolDa...@gmail.com on 6 Jul 2014 at 6:59