minor
authorKatja Luther <k.luther@bgbm.org>
Mon, 13 Dec 2021 14:48:59 +0000 (15:48 +0100)
committerKatja Luther <k.luther@bgbm.org>
Mon, 13 Dec 2021 14:48:59 +0000 (15:48 +0100)
eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/EditorUtil.java

index 73fd81152fa9f9c1a6bb1bf7547d0775b00f6ede..95dced8e0daed6e0e23a269848d20ae8bc372145 100644 (file)
@@ -238,6 +238,7 @@ public class EditorUtil extends AbstractUtility {
                    if (!inputNode.equals(editorNode)){
                        alreadyOpenInOtherClassification = part;
                    }else{
+                       ((TaxonNameEditorE4) part.getObject()).init(input);
                        partService.activate(part, true);
                        return;
                    }