diff options
author | lpsolit%gmail.com <> | 2005-05-04 04:41:22 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2005-05-04 04:41:22 +0200 |
commit | 91225228cd8b8f132a496c2d078c14ffb8ecbab3 (patch) | |
tree | 1db6dbb76ed32bbcce300b087054c733b9378a0b /template/en/default/global | |
parent | e51425da1f1fe8ee831bfb8d4c091d9e08ae4dce (diff) | |
download | bugzilla-91225228cd8b8f132a496c2d078c14ffb8ecbab3.tar.gz bugzilla-91225228cd8b8f132a496c2d078c14ffb8ecbab3.tar.xz |
Bug 279303: Negative numbers are rejected as invalid sortkeys for milestones - Patch by Peter D. Stout <pds@edgedynamics.com> r=LpSolit a=justdave
Diffstat (limited to 'template/en/default/global')
-rw-r--r-- | template/en/default/global/user-error.html.tmpl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index 6c1af5b26..b7cefa9a3 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -720,7 +720,8 @@ [% ELSIF error == "milestone_sortkey_invalid" %] [% title = "Invalid Milestone Sortkey" %] The sortkey '[% sortkey FILTER html %]' for milestone ' - [% name FILTER html %]' is not a valid (positive) number. + [% name FILTER html %]' is not in the range -32768 ≤ sortkey + ≤ 32767. [% ELSIF error == "misarranged_dates" %] [% title = "Misarranged Dates" %] |