From 91225228cd8b8f132a496c2d078c14ffb8ecbab3 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Wed, 4 May 2005 02:41:22 +0000 Subject: Bug 279303: Negative numbers are rejected as invalid sortkeys for milestones - Patch by Peter D. Stout r=LpSolit a=justdave --- docs/xml/administration.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/xml') diff --git a/docs/xml/administration.xml b/docs/xml/administration.xml index f0ccf027e..e8d70a102 100644 --- a/docs/xml/administration.xml +++ b/docs/xml/administration.xml @@ -672,7 +672,7 @@ Enter the name of the Milestone in the "Milestone" field. You can optionally set the "sortkey", which is a positive or negative - number (-255 to 255) that defines where in the list this particular + number (-32768 to 32767) that defines where in the list this particular milestone appears. This is because milestones often do not occur in alphanumeric order For example, "Future" might be after "Release 1.2". Select "Add". -- cgit v1.2.3-24-g4f1b