ref #9611: adapt handler to changes in method signatur
[taxeditor.git] / eu.etaxonomy.taxeditor.navigation / src / main / java / eu / etaxonomy / taxeditor / navigation / navigator / e4 / handler / SetSecReferenceForSubtreeHandlerE4.java
index 991fcbdb81152a9c04243ff396dfe627d98660ed..1bb6eb18908cb730ff51a8a889ca645f88f74136 100755 (executable)
@@ -107,7 +107,7 @@ public class SetSecReferenceForSubtreeHandlerE4 extends CdmHandlerE4 {
             }
         }
 
-        configurator = new SecundumForSubtreeConfigurator(taxonNode.getUuid());
+        configurator = new SecundumForSubtreeConfigurator(taxonNode.getUuid(), null, null, false);
         SetSecundumForSubtreeConfigurationWizard wizard = new SetSecundumForSubtreeConfigurationWizard(configurator);
 
         WizardDialog dialog = new WizardDialog(shell, wizard);