Closed
Bug 126469
Opened 23 years ago
Closed 23 years ago
Keywords don't show up on query page
Categories
(Bugzilla :: Query/Bug List, defect, P1)
Tracking
()
RESOLVED
DUPLICATE
of bug 118774
People
(Reporter: jacob, Assigned: jacob)
Details
(Keywords: regression)
Attachments
(1 file)
(deleted),
patch
|
Details | Diff | Splinter Review |
Keywords no longer show up on the new query page. This is because the
'have_keywords' template variable was evaluating to scalar(%::legal_keywords),
but the legal_keywords variable is an array, not a hash.
Simple patch forthcoming.
Assignee | ||
Comment 1•23 years ago
|
||
Assignee | ||
Comment 2•23 years ago
|
||
Can't ship 2.16 with this issue
Severity: normal → blocker
Status: NEW → ASSIGNED
Priority: -- → P1
Target Milestone: --- → Bugzilla 2.16
Assignee | ||
Comment 3•23 years ago
|
||
Dupe of previously burried bug 118774.
*** This bug has been marked as a duplicate of 118774 ***
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
Comment 4•23 years ago
|
||
clearing milestones on DUPLICATE/WONTFIX/WORKSFORME/INVALID bugs (so they'll
show up as needing triage if they get reopened)
Target Milestone: Bugzilla 2.16 → ---
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
•