]> git.ipfire.org Git - thirdparty/bugzilla.git/commit
Timetrack fields, "Orig Est."+"Hours Left", accept numbers with commas or point 32/head
authorDanny Dierickx <danny.dierickx@gmail.com>
Tue, 8 Nov 2016 13:31:52 +0000 (14:31 +0100)
committerGitHub <noreply@github.com>
Tue, 8 Nov 2016 13:31:52 +0000 (14:31 +0100)
commita16e8ee98e6b18f96da1faf86ad82cc20000856c
tree1a2be6553a9a55bb23faf835dfd99320b58e8e80
parent3c60fba26b1fa51ec302d05dc6e76236d2f54ba4
Timetrack fields, "Orig Est."+"Hours Left", accept numbers with commas or point

For non-US locales the bug entry/update page shows values with commas as decimal seperator in the timetracking fields "Orig Est." and "Hours Left". However when saving/updating bugzilla refuses these values. (see bug 1122419)
These 2 changed lines let bugzilla accept/process these "comma-values" as "point-values".
This patch *should* not influence systems with US locale.
Bugzilla/Bug.pm