Open
Bug 386934
Opened 19 years ago
Updated 6 years ago
add pronouns for default assignee and default qa contact
Categories
(Bugzilla :: Query/Bug List, enhancement)
Tracking
()
NEW
People
(Reporter: timeless, Unassigned)
Details
Attachments
(1 file, 1 obsolete file)
|
2.59 KB,
patch
|
bugreport
:
review-
|
Details | Diff | Splinter Review |
philor (and I, I suppose) want to be able to run a query like this:
qacontact notequal %defaultqacontact%
(and presumably someone somewhere will want to do)
assignee notequal %defaultassignee%
Comment 2•19 years ago
|
||
I like this idea. joel, justdave, could you please have a look at this patch?
OS: Windows XP → All
Hardware: PC → All
Attachment #271009 -
Flags: review?(justdave)
Attachment #271009 -
Flags: review?(bugreport)
Attachment #271009 -
Flags: review?
Comment 3•19 years ago
|
||
Comment on attachment 271009 [details] [diff] [review]
maybe this works
This might work if the subroutine call had a reference to the list and someone tested it.
Attachment #271009 -
Flags: review?(justdave)
Attachment #271009 -
Flags: review?(bugreport)
Attachment #271009 -
Flags: review-
Attachment #271009 -
Attachment is obsolete: true
Attachment #275653 -
Flags: review?(bugreport)
Comment 5•18 years ago
|
||
Comment on attachment 275653 [details] [diff] [review]
references
Earlier in Search.pm, there is an optional join with components as ...
push @supptables, "INNER JOIN components AS map_components " .
"ON bugs.component_id = map_components.id";
When we join components again, we should use the same name "map_components" and use an INNER JOIN (since all bugs have to have a component). This way, the table won't actually get joined twice.
Also, please do confirm that you've tested this.
Attachment #275653 -
Flags: review?(bugreport) → review-
Updated•12 years ago
|
Assignee: timeless → query-and-buglist
Updated•12 years ago
|
Status: ASSIGNED → NEW
Updated•9 years ago
|
Keywords: good-first-bug,
outreachy
Whiteboard: [good first bug]
Comment 6•7 years ago
|
||
Removing good-first-bug keyword because team does not have bandwidth to mentor at the moment.
Keywords: good-first-bug
Comment 7•7 years ago
|
||
Removing outreachy because team does not have bandwidth to mentor this cycle.
Keywords: outreachy
Updated•6 years ago
|
Whiteboard: [good first bug]
You need to log in
before you can comment on or make changes to this bug.
Description
•