Closed
Bug 1054141
Opened 10 years ago
Closed 10 years ago
add the ability to filter on the user that made the change
Categories
(bugzilla.mozilla.org :: Extensions, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: glob, Assigned: glob)
Details
Attachments
(1 file)
6.52 KB,
patch
|
dylan
:
review+
|
Details | Diff | Splinter Review |
it would be nice to be able to filter out changes made by specific users.
Comment 2•10 years ago
|
||
Comment on attachment 8487252 [details] [diff] [review]
1054141_1.patch
Review of attachment 8487252 [details] [diff] [review]:
-----------------------------------------------------------------
Nice. Testing this made me want to use the bugmail filter on production.
::: extensions/BugmailFilter/Extension.pm
@@ +463,5 @@
> + 'bugmail_filters',
> + 'changer_id',
> + {
> + TYPE => 'INT3',
> + NOTNULL => 0,
nit: these fat commas are very far from their keywords. Perhaps re-align them?
Attachment #8487252 -
Flags: review?(dylan) → review+
schema only:
To ssh://gitolite3@git.mozilla.org/webtools/bmo/bugzilla.git
4c16c87..7b055b9 master -> master
To ssh://gitolite3@git.mozilla.org/webtools/bmo/bugzilla.git
84c12dd..550d53c master -> master
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
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
•