bug 3916: set final "no change" dropdwon in batch item modification
authorGalen Charlton <gmcharlt@gmail.com>
Fri, 2 Jul 2010 17:15:26 +0000 (13:15 -0400)
committerGalen Charlton <gmcharlt@gmail.com>
Fri, 2 Jul 2010 17:17:32 +0000 (13:17 -0400)
Classification source drop-down in the batch item modification tool
now has its default value set to the 'no change' value.

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
tools/batchMod.pl

index abeaf15..3580b91 100755 (executable)
@@ -307,7 +307,7 @@ foreach my $tag (sort keys %{$tagslib}) {
               push @authorised_values, $class_source;
               $authorised_lib{$class_source} = $class_sources->{$class_source}->{'description'};
           }
-                 $value = $default_source unless ($value);
+                 $value = '';
 
           #---- "true" authorised value
       }