This commit is contained in:
Eelco Dolstra 2008-11-17 15:31:30 +00:00
parent ab2b40239f
commit 51e617e9e8

View file

@ -153,7 +153,7 @@ sub updateProject {
}
}
# Get rid of deleted inputs/
# Get rid of deleted inputs.
my @inputs = $jobset->jobsetinputs->all;
foreach my $input (@inputs) {
$input->delete unless defined $inputNames{$input->name};