This commit is contained in:
parent
ab2b40239f
commit
51e617e9e8
|
@ -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};
|
||||
|
|
Loading…
Reference in a new issue