Closed
Bug 449184
Opened 18 years ago
Closed 18 years ago
Classification should not appear in new bugmail when useclassification = 0
Categories
(Bugzilla :: Creating/Changing Bugs, defect)
Tracking
()
RESOLVED
FIXED
Bugzilla 3.2
People
(Reporter: himorin, Assigned: himorin)
References
Details
(Keywords: regression)
Attachments
(1 file)
|
819 bytes,
patch
|
LpSolit
:
review+
|
Details | Diff | Splinter Review |
With setting useclassification to no ('useclassification' = 0 in data/param), bugzilla sends bugmail (for new bug creation) with Classification: line.
Example
Summary: test bug
Classification: Unclassified
Product: TestProduct
Version: unspecified
Classification line should be hidden when user specified not to use classification.
same (patch) for 3.1.4 and trunk.
Attachment #332322 -
Flags: review?
Comment 1•18 years ago
|
||
Comment on attachment 332322 [details] [diff] [review]
patch v.1
Nice catch. r=LpSolit
Attachment #332322 -
Flags: review? → review+
Comment 2•18 years ago
|
||
Safe enough to go into 3.2 RC1.
Flags: approval3.2+
Flags: approval+
Target Milestone: --- → Bugzilla 3.2
Comment 3•18 years ago
|
||
Was introduced by bug 365735 in Bugzilla 3.2. Bugzilla 3.0.x is not affected.
Depends on: 365735
Updated•18 years ago
|
Keywords: regression
Comment 4•18 years ago
|
||
tip:
Checking in Bugzilla/BugMail.pm;
/cvsroot/mozilla/webtools/bugzilla/Bugzilla/BugMail.pm,v <-- BugMail.pm
new revision: 1.119; previous revision: 1.118
done
3.1.4:
Checking in Bugzilla/BugMail.pm;
/cvsroot/mozilla/webtools/bugzilla/Bugzilla/BugMail.pm,v <-- BugMail.pm
new revision: 1.118.2.1; previous revision: 1.118
done
Status: ASSIGNED → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•