From: terry%netscape.com <>
Date: Tue, 9 Mar 1999 10:33:58 +0000 (+0000)
Subject: Added params to control how priorities are set in a new bug. You can
X-Git-Tag: bugzilla-2.4~31
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0454e22cff08db09ab097132341f03f996b3a8a8;p=thirdparty%2Fbugzilla.git
Added params to control how priorities are set in a new bug. You can
now choose whether to let submitters of new bugs choose a priority, or whether
they should just accept the default priority (which is now no longer hardcoded
to "P2", but is instead a param.) The default value of the params will cause
the same behavior as before.
---
diff --git a/CHANGES b/CHANGES
index a33713f440..06514c038d 100644
--- a/CHANGES
+++ b/CHANGES
@@ -10,6 +10,12 @@ query the CVS tree. For example,
will tell you what has been changed in the last week.
+3/8/99 Added params to control how priorities are set in a new bug. You can
+now choose whether to let submitters of new bugs choose a priority, or whether
+they should just accept the default priority (which is now no longer hardcoded
+to "P2", but is instead a param.) The default value of the params will cause
+the same behavior as before.
+
3/3/99 Added a "disallownew" field to the products table. If non-zero, then
don't let people file new bugs against this product. (This is for when a
product is retired, but you want to keep the bug reports around for posterity.)
diff --git a/bug_status.html b/bug_status.html
index e351b414ad..a3706dffcd 100755
--- a/bug_status.html
+++ b/bug_status.html
@@ -129,7 +129,8 @@ This field describes the impact of a bug.
Priority
This field describes the importance and order in which a bug should be
-fixed. The available priorities are:
+fixed. This field is utilized by the programmers/engineers to
+prioritized their work to be done. The available priorities are:
@@ -204,6 +205,6 @@ status field appropriately.