Closed
Bug 1036301
Opened 11 years ago
Closed 11 years ago
change the description of the "bug id" field on bugmail filtering preferences tab to "new bug"
Categories
(bugzilla.mozilla.org :: Extensions, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: glob, Assigned: glob)
Details
Attachments
(1 file)
4.11 KB,
patch
|
dkl
:
review+
|
Details | Diff | Splinter Review |
i meant to do this as part of the initial development but forgot.
filtering on the "bug id" field is really filtering for "new bugs". as it currently stands it doesn't make sense as a bug's id cannot change.
the code was there, but it never worked because field_descs was always used in preference.
this patch changes the @fields array from an array of objects to an array of hashrefs with a name and description. this simplifies overriding a field's description.
Attachment #8455314 -
Flags: review?(dkl)
Comment 2•11 years ago
|
||
Comment on attachment 8455314 [details] [diff] [review]
1036301_1.patch
Review of attachment 8455314 [details] [diff] [review]:
-----------------------------------------------------------------
r=dkl
Attachment #8455314 -
Flags: review?(dkl) → review+
To ssh://gitolite3@git.mozilla.org/webtools/bmo/bugzilla.git
741b17a..3365665 master -> master
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Component: Extensions: Other → Extensions: BugmailFilter
Updated•5 years ago
|
Component: Extensions: BugmailFilter → Extensions
You need to log in
before you can comment on or make changes to this bug.
Description
•