Closed
Bug 658905
Opened 15 years ago
Closed 15 years ago
flag_handler() gets arguments in the wrong order in importxml.pl
Categories
(Bugzilla :: Bug Import/Export & Moving, defect)
Tracking
()
RESOLVED
FIXED
Bugzilla 4.0
People
(Reporter: LpSolit, Assigned: LpSolit)
References
Details
Attachments
(1 file)
|
580 bytes,
patch
|
glob
:
review+
|
Details | Diff | Splinter Review |
This bug exists since the rewrite of importxml.pl in Bugzilla 2.22, and nobody ever noticed this. :( The comp ID is passed before the prod ID, but flag_handler() collects them in the opposite order.
Attachment #534324 -
Flags: review?(glob)
Comment on attachment 534324 [details] [diff] [review]
patch, v1
r=glob
Attachment #534324 -
Flags: review?(glob) → review+
| Assignee | ||
Updated•15 years ago
|
Flags: approval?
Flags: approval4.0+
Flags: approval+
| Assignee | ||
Comment 2•15 years ago
|
||
Committing to: bzr+ssh://lpsolit%40gmail.com@bzr.mozilla.org/bugzilla/trunk/
modified importxml.pl
Committed revision 7822.
Committing to: bzr+ssh://lpsolit%40gmail.com@bzr.mozilla.org/bugzilla/4.0/
modified importxml.pl
Committed revision 7598.
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•