Commit 300fc2c7 authored by terry%netscape.com's avatar terry%netscape.com

Allow importing of groupset.

parent 6f3e5c80
...@@ -81,7 +81,7 @@ can teach me."; ...@@ -81,7 +81,7 @@ can teach me.";
# Do remapping of things from BugSplat world to Bugzilla. # Do remapping of things from BugSplat world to Bugzilla.
if ($prod eq "Communicator") { if ($prod eq "Communicator") {
$prod = "Mozilla"; $prod = "Browser";
$version = "other"; $version = "other";
} }
...@@ -133,7 +133,7 @@ if ($::FORM{'qa_contact'} ne "") { ...@@ -133,7 +133,7 @@ if ($::FORM{'qa_contact'} ne "") {
my @list = ('reporter', 'assigned_to', 'product', 'version', 'rep_platform', my @list = ('reporter', 'assigned_to', 'product', 'version', 'rep_platform',
'op_sys', 'bug_status', 'bug_severity', 'priority', 'component', 'op_sys', 'bug_status', 'bug_severity', 'priority', 'component',
'short_desc', 'long_desc', 'creation_ts', 'delta_ts', 'short_desc', 'long_desc', 'creation_ts', 'delta_ts',
'bug_file_loc', 'qa_contact'); 'bug_file_loc', 'qa_contact', 'groupset');
my @vallist; my @vallist;
foreach my $i (@list) { foreach my $i (@list) {
......
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