Closed
Bug 365546
Opened 18 years ago
Closed 18 years ago
"Undefined" when choosing request type on IT request page
Categories
(bugzilla.mozilla.org :: General, defect)
bugzilla.mozilla.org
General
Tracking
()
RESOLVED
FIXED
People
(Reporter: clouserw, Assigned: reed)
References
()
Details
It seems like this bug would have been filed already, but a search for "it request undefined" showed nothing, so...
Steps to reproduce:
1) Go to https://bugzilla.mozilla.org/enter_bug.cgi?product=mozilla.org&format=itrequest
2) Choose a "request type"
Results:
The word "undefined" appears to the right of the radio buttons
Expected results:
A brief description of the request type appears to the right of the radio buttons (like it used to)
Assignee | ||
Comment 1•18 years ago
|
||
Ok, I tracked this down. It was broken by bug 338796.
To fix,
change line 60 of template/en/custom/bug/create/create-itrequest.html.tmpl
from "[% FOREACH comp IN component_ %]"
to "[% FOREACH comp IN product.components %]"
Assignee: justdave → reed
Assignee | ||
Updated•18 years ago
|
Status: NEW → ASSIGNED
Comment 2•18 years ago
|
||
confirmed, that fixes it. This is fixed in production.
Reporter | ||
Comment 3•18 years ago
|
||
Yep, thanks.
Status: ASSIGNED → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Updated•13 years ago
|
Component: Bugzilla: Other b.m.o Issues → General
Product: mozilla.org → bugzilla.mozilla.org
You need to log in
before you can comment on or make changes to this bug.
Description
•