Closed
Bug 274236
Opened 21 years ago
Closed 21 years ago
Variable component overlaps in ThrowCodeError
Categories
(Bugzilla :: Bugzilla-General, defect)
Bugzilla
Bugzilla-General
Tracking
()
RESOLVED
FIXED
Bugzilla 2.18
People
(Reporter: goobix, Assigned: goobix)
References
Details
Attachments
(1 file)
|
2.48 KB,
patch
|
Wurblzap
:
review+
|
Details | Diff | Splinter Review |
In editflagtypes.cgi, if I want to insert an invalid product/component
combination, I get:
>> The component Template::Document=HASH(0x1d63e10) does not exist in the
product a.
This is in correlation with bug 233049 comment #3.
The reason for this is that component is already used in Template Toolkit and
should be replaced with something else.
| Assignee | ||
Comment 1•21 years ago
|
||
Assignee: justdave → vladd
Status: NEW → ASSIGNED
| Assignee | ||
Updated•21 years ago
|
Flags: blocking2.20?
Flags: blocking2.18?
| Assignee | ||
Updated•21 years ago
|
Target Milestone: --- → Bugzilla 2.18
| Assignee | ||
Updated•21 years ago
|
Attachment #168518 -
Flags: review?(wurblzap)
Comment 2•21 years ago
|
||
Isn't this bug a dupe of bug 254487?
| Assignee | ||
Comment 3•21 years ago
|
||
*** Bug 254487 has been marked as a duplicate of this bug. ***
Comment 4•21 years ago
|
||
Comment on attachment 168518 [details] [diff] [review]
v1
Now I understand. Thanks for pointing that out :-)
Attachment #168518 -
Flags: review?(wurblzap) → review+
Updated•21 years ago
|
Flags: blocking2.20?
Flags: blocking2.18?
Flags: approval?
Flags: approval2.18?
Whiteboard: patch awaiting approval
Updated•21 years ago
|
Flags: approval?
Flags: approval2.18?
Flags: approval2.18+
Flags: approval+
Updated•21 years ago
|
Whiteboard: patch awaiting approval → patch awaiting checkin
| Assignee | ||
Comment 5•21 years ago
|
||
Checking in editflagtypes.cgi;
/cvsroot/mozilla/webtools/bugzilla/editflagtypes.cgi,v <-- editflagtypes.cgi
new revision: 1.12; previous revision: 1.11
done
Checking in process_bug.cgi;
/cvsroot/mozilla/webtools/bugzilla/process_bug.cgi,v <-- process_bug.cgi
new revision: 1.220; previous revision: 1.219
done
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.42; previous revision: 1.41
done
Checking in editflagtypes.cgi;
/cvsroot/mozilla/webtools/bugzilla/editflagtypes.cgi,v <-- editflagtypes.cgi
new revision: 1.7.2.4; previous revision: 1.7.2.3
done
Checking in process_bug.cgi;
/cvsroot/mozilla/webtools/bugzilla/process_bug.cgi,v <-- process_bug.cgi
new revision: 1.205.2.10; previous revision: 1.205.2.9
done
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.39.2.2; previous revision: 1.39.2.1
done
Status: ASSIGNED → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Whiteboard: patch awaiting checkin
Updated•13 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
•