Don't complain that the user isn't doing anything if he is actually
changing keywords. git-svn-id: svn://10.0.0.236/trunk@57681 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -397,7 +397,9 @@ if ($::FORM{'keywords'}) {
|
||||
}
|
||||
}
|
||||
|
||||
if ($::comma eq "") {
|
||||
my $keywordaction = $::FORM{'keywordaction'} || "makeexact";
|
||||
|
||||
if ($::comma eq "" && 0 == @keywordlist && $keywordaction ne "makeexact") {
|
||||
if (!defined $::FORM{'comment'} || $::FORM{'comment'} =~ /^\s*$/) {
|
||||
print "Um, you apparently did not change anything on the selected\n";
|
||||
print "bugs. <p>Click <b>Back</b> and try again.\n";
|
||||
@@ -445,9 +447,6 @@ sub SnapShotKeywords {
|
||||
}
|
||||
|
||||
|
||||
my $keywordaction = $::FORM{'keywordaction'} || "makeexact";
|
||||
|
||||
|
||||
my $whoid = DBNameToIdAndCheck($::FORM{'who'});
|
||||
my $timestamp;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user