diff options
Diffstat (limited to 'process_bug.cgi')
-rwxr-xr-x | process_bug.cgi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/process_bug.cgi b/process_bug.cgi index 761783a92..63e1147fa 100755 --- a/process_bug.cgi +++ b/process_bug.cgi @@ -249,6 +249,11 @@ SWITCH: for ($::FORM{'knob'}) { last SWITCH; }; /^reassignbycomponent$/ && do { + if ($::FORM{'product'} eq $::dontchange) { + print "You must specify a product to help determine the new\n"; + print "owner of these bugs.\n"; + exit 0 + } if ($::FORM{'component'} eq $::dontchange) { print "You must specify a component whose owner should get\n"; print "assigned these bugs.\n"; |