Closed
Bug 213079
Opened 21 years ago
Closed 21 years ago
When severity or priority are hidden, CSS class names are incomplete in buglist
Categories
(Bugzilla :: Query/Bug List, defect)
Tracking
()
RESOLVED
FIXED
Bugzilla 2.18
People
(Reporter: kiko, Assigned: kiko)
References
Details
Attachments
(1 file)
830 bytes,
patch
|
burnus
:
review+
|
Details | Diff | Splinter Review |
When the severity or priority columns are hidden, CSS class names are incomplete
in buglist. Patch coming up
Assignee | ||
Comment 1•21 years ago
|
||
How does this look?
Assignee | ||
Updated•21 years ago
|
Attachment #128015 -
Flags: review?(jake)
Comment 2•21 years ago
|
||
*** Bug 176526 has been marked as a duplicate of this bug. ***
Updated•21 years ago
|
OS: Linux → All
Hardware: PC → All
Comment 4•21 years ago
|
||
Comment on attachment 128015 [details] [diff] [review]
kiko_v1: add severity and priority to default query
I want to research the impact of this a little...
I think you'll wind up with prority/severity twice if the user actually picked
it from their column list if you do this (and it'll probably cause an SQL error
under those circumstances). I think there's more code in Search.pm you'll have
to touch to make this work right.
Attachment #128015 -
Flags: review?(justdave)
Assignee | ||
Comment 5•21 years ago
|
||
I am running this on our local bugzilla, with no negative effects so far (I
should have said I *did* test the patch). So I don't think any SQL problems
result from it.
If you take a look at the code in that area, you'll notice that selectcolumns
may very well have duplicate items: product and bug_status, for instance are in
displaycolumns, and *all* displaycolumns keys (except bug_id, which is removed
before) are added to selectcolumns. I don't think that's a problem; it seems
that Search.pm handles duplicate columns all right.
I think this fix is correct, and the impact to code is the lowest.
Comment 6•21 years ago
|
||
Comment on attachment 128015 [details] [diff] [review]
kiko_v1: add severity and priority to default query
Works ok here and looks ok.
Attachment #128015 -
Flags: review+
Assignee | ||
Updated•21 years ago
|
Flags: approval?
Updated•21 years ago
|
Flags: approval? → approval+
Updated•21 years ago
|
Attachment #128015 -
Flags: review?(justdave)
Attachment #128015 -
Flags: review?(jake)
Comment 7•21 years ago
|
||
*** Bug 118254 has been marked as a duplicate of this bug. ***
Assignee | ||
Comment 8•21 years ago
|
||
Checked into trunk.
Funny that Jeff offered the exact same patch, over one year ago. Our radar isn't
very sharp, or Jeff isn't bothering enough people :-)
Status: ASSIGNED → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Updated•21 years ago
|
Target Milestone: --- → Bugzilla 2.18
Updated•12 years ago
|
QA Contact: matty_is_a_geek → default-qa
You need to log in
before you can comment on or make changes to this bug.
Description
•