Closed (fixed)
Project:
Timefield
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
18 Feb 2012 at 06:19 UTC
Updated:
9 Jan 2019 at 23:51 UTC
I was running into problems where validation would fail on a field because it was not technically an integer, but was numeric. This is a patch to chagne to a numeric validation, rather than the more restrictive is_int test.
| Comment | File | Size | Author |
|---|---|---|---|
| timefield_validate_numeric.patch | 1.02 KB | Anonymous (not verified) |
Comments
Comment #1
wesnick commented@keeve,
Thanks for the patch. Indeed, seems to be a warranted change. Commited in 7edf5ac, attributed to you.