Commit 7fe123d5 authored by jake%acutex.net's avatar jake%acutex.net

Bug 113975 - Changing only cc on mass change page incorrectly gives an error…

Bug 113975 - Changing only cc on mass change page incorrectly gives an error that you didn't select anything to change. r= myk x2
parent de2a3a6b
...@@ -834,7 +834,10 @@ if ($::FORM{'keywords'}) { ...@@ -834,7 +834,10 @@ if ($::FORM{'keywords'}) {
my $keywordaction = $::FORM{'keywordaction'} || "makeexact"; my $keywordaction = $::FORM{'keywordaction'} || "makeexact";
if ($::comma eq "" && 0 == @keywordlist && $keywordaction ne "makeexact") { if ($::comma eq ""
&& 0 == @keywordlist && $keywordaction ne "makeexact"
&& defined $::FORM{'masscc'} && ! $::FORM{'masscc'}
) {
if (!defined $::FORM{'comment'} || $::FORM{'comment'} =~ /^\s*$/) { if (!defined $::FORM{'comment'} || $::FORM{'comment'} =~ /^\s*$/) {
PuntTryAgain("Um, you apparently did not change anything on the " . PuntTryAgain("Um, you apparently did not change anything on the " .
"selected bugs."); "selected bugs.");
......
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