Closed
Bug 1054138
Opened 10 years ago
Closed 10 years ago
add the ability to filter on "fields containing the string"
Categories
(bugzilla.mozilla.org :: Extensions, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: glob, Assigned: glob)
Details
Attachments
(1 file)
13.23 KB,
patch
|
dkl
:
review+
|
Details | Diff | Splinter Review |
due to the level of field granularity it's currently impossible to filter out changes to some fields. eg. specific flags or tracking fields.
it won't be that much work to add the ability to filter on "fields containing", and ask the user for a string.
eg. Field: ( Contains: )
[ qe-verify ]
- adds a "Contains:" to the field selector on bugmail filter prefs
- internally stored as "~$value"
- updates matching and checking code
Attachment #8478798 -
Flags: review?(dkl)
Comment 2•10 years ago
|
||
Comment on attachment 8478798 [details] [diff] [review]
1054138_1.patch
Review of attachment 8478798 [details] [diff] [review]:
-----------------------------------------------------------------
Looks good and works as expected. r=dkl
Attachment #8478798 -
Flags: review?(dkl) → review+
To ssh://gitolite3@git.mozilla.org/webtools/bmo/bugzilla.git
bd23fbf..e1e2ca4 master -> master
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
somehow i missed that hyphens should be allowed in the field name (my example of qe-verify even had a hyphen!):
To ssh://gitolite3@git.mozilla.org/webtools/bmo/bugzilla.git
adfbc67..7f1e1ce master -> master
Comment 6•10 years ago
|
||
thank you thank you thank you
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
•