Closed
Bug 289570
Opened 20 years ago
Closed 20 years ago
Blank value always shown on target type code error from editflagtypes.cgi
Categories
(Bugzilla :: Administration, task)
Tracking
()
RESOLVED
FIXED
Bugzilla 2.20
People
(Reporter: wicked, Assigned: wicked)
Details
Attachments
(1 file)
|
830 bytes,
patch
|
LpSolit
:
review+
|
Details | Diff | Splinter Review |
The editflagtype.cgi scripts throws flag_type_target_type_invalid code error when the passed target_type variable is not valid. This error tries to display the value passed but it incorrectly uses variables hash to retrieve the value. This always results in a blank target type.
| Assignee | ||
Comment 1•20 years ago
|
||
Attachment #180066 -
Flags: review?(LpSolit)
Comment 2•20 years ago
|
||
Comment on attachment 180066 [details] [diff] [review] Remove incorrect variables hash reference, V1 r=LpSolit
Attachment #180066 -
Flags: review?(LpSolit) → review+
Updated•20 years ago
|
Status: NEW → ASSIGNED
Flags: approval?
Target Milestone: --- → Bugzilla 2.20
Updated•20 years ago
|
Flags: approval? → approval+
Comment 3•20 years ago
|
||
Checking in template/en/default/global/code-error.html.tmpl; /cvsroot/mozilla/webtools/bugzilla/template/en/default/global/code-error.html.tmpl,v <-- code-error.html.tmpl new revision: 1.49; previous revision: 1.48 done
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•