Commit c5f776d9 authored by myk%mozilla.org's avatar myk%mozilla.org

Fix for bug 101875: Put the product column before the component column rather than after.

Patch by Paul Baker <pbaker@where2getit.com>. Low risk, r=myk, no second review needed.
parent a0f65b00
......@@ -39,7 +39,7 @@ GetVersionTable();
my @masterlist = ("opendate", "changeddate", "severity", "priority",
"platform", "owner", "reporter", "status", "resolution",
"component", "product", "version", "os", "votes");
"product", "component", "version", "os", "votes");
if (Param("usetargetmilestone")) {
push(@masterlist, "target_milestone");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment