Closed
Bug 153811
Opened 23 years ago
Closed 21 years ago
default severity should be parametrized
Categories
(Bugzilla :: Administration, task)
Tracking
()
RESOLVED
FIXED
Bugzilla 2.20
People
(Reporter: s-daley, Assigned: kiko)
References
Details
Attachments
(1 file)
1.77 KB,
patch
|
myk
:
review+
|
Details | Diff | Splinter Review |
I apologize if this has been submitted before.
I searched the database and found some items close to it (which I will reference)
but nothing completely like it.
When doing a clean BugZilla installation, running checksetup creates a localconfig
file that you can modify at your hearts content. One of the items in here that
appears to be modifiable is severity. I changed the severities to put them more
in line with what my company uses. Unfortunately now when I try to enter a bug
it complains about potential data corruption. The culprit seems to be with
enter_bug.cgi
Version 2.14.2 approximate line 234
You make the popup box for severity but normal is hard-coded as the default.
If you've modified the severities in your localconfig, this may not be the case
anymore. It might be better if you allow default severity to be set up in
the parameters also.
This bug is probably related and/or could be resolved with (bug 107886)
Comment 1•23 years ago
|
||
If we do bug 146104, one of the things that could allow would be selection of
the default from a list.
Gerv
Depends on: 146104
Assignee | ||
Comment 2•21 years ago
|
||
Adds a default severity. This is *identical* do default priority.
Assignee: justdave → kiko
Status: NEW → ASSIGNED
Assignee | ||
Comment 3•21 years ago
|
||
Comment on attachment 159999 [details] [diff] [review]
kiko_v1: fix
This is essential for people running customized severities.
Attachment #159999 -
Flags: review?(myk)
Comment 4•21 years ago
|
||
Comment on attachment 159999 [details] [diff] [review]
kiko_v1: fix
Looks good, works well. r=myk
Attachment #159999 -
Flags: review?(myk) → review+
Updated•21 years ago
|
Flags: approval+
Assignee | ||
Comment 5•21 years ago
|
||
Fixed in CVS HEAD.
/cvsroot/mozilla/webtools/bugzilla/defparams.pl,v <-- defparams.pl
new revision: 1.138; previous revision: 1.137
/cvsroot/mozilla/webtools/bugzilla/enter_bug.cgi,v <-- enter_bug.cgi
new revision: 1.97; previous revision: 1.96
This could have been done years ago! Slackers! :-)
Status: ASSIGNED → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Updated•21 years ago
|
Target Milestone: --- → Bugzilla 2.20
Comment 6•21 years ago
|
||
*** Bug 262154 has been marked as a duplicate of this bug. ***
![]() |
||
Comment 7•20 years ago
|
||
*** Bug 107886 has been marked as a duplicate of this bug. ***
Updated•13 years ago
|
QA Contact: matty_is_a_geek → default-qa
You need to log in
before you can comment on or make changes to this bug.
Description
•