Skip to content

Commit 91332f6

Browse files
committed
fix title property for RHM/NJ imports
1 parent 44692e5 commit 91332f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/stemmaweb/Controller/Stemweb.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ sub _process_stemweb_result {
222222
foreach my $tree (split(/\s*;\s*/, $answer->{result})) {
223223
$c->log->debug("Found tree $tree");
224224
my $req = {
225-
identifier => $title . "_$ct",
225+
name => $title . "_$ct",
226226
newick => "$tree;",
227227
from_jobid => $answer->{jobid}
228228
};

0 commit comments

Comments
 (0)