diff options
author | terry%netscape.com <> | 1999-03-09 11:33:58 +0100 |
---|---|---|
committer | terry%netscape.com <> | 1999-03-09 11:33:58 +0100 |
commit | 0454e22cff08db09ab097132341f03f996b3a8a8 (patch) | |
tree | 976353fad315239614a14fe1201624f50fa72351 /bug_status.html | |
parent | 2ad64f0e999e4110714f8727aff649f02630be02 (diff) | |
download | bugzilla-0454e22cff08db09ab097132341f03f996b3a8a8.tar.gz bugzilla-0454e22cff08db09ab097132341f03f996b3a8a8.tar.xz |
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.
Diffstat (limited to 'bug_status.html')
-rwxr-xr-x | bug_status.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/bug_status.html b/bug_status.html index e351b414a..a3706dffc 100755 --- a/bug_status.html +++ b/bug_status.html @@ -129,7 +129,8 @@ This field describes the impact of a bug. <a name="priority"><h2>Priority</h2></a> 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: <p> <p> @@ -204,6 +205,6 @@ status field appropriately. <hr> <address><a href="http://home.netscape.com/people/terry/">Terry Weissman <terry@netscape.com></a></address> <!-- hhmts start --> -Last modified: Fri Jan 15 13:36:36 1999 +Last modified: Mon Mar 8 18:31:07 1999 <!-- hhmts end --> </body> </html> |