summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2005-05-04 04:41:22 +0200
committerlpsolit%gmail.com <>2005-05-04 04:41:22 +0200
commit91225228cd8b8f132a496c2d078c14ffb8ecbab3 (patch)
tree1db6dbb76ed32bbcce300b087054c733b9378a0b /docs
parente51425da1f1fe8ee831bfb8d4c091d9e08ae4dce (diff)
downloadbugzilla-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 'docs')
-rw-r--r--docs/xml/administration.xml2
1 files changed, 1 insertions, 1 deletions
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 @@
<listitem>
<para>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".</para>