Project

General

Profile

« Previous | Next » 

Revision 8f81816e

Added by Katja Luther over 4 years ago

adapt setPublishFlagConfigurator constructor call

View differences:

eu.etaxonomy.taxeditor.navigation/src/main/java/eu/etaxonomy/taxeditor/navigation/navigator/e4/handler/SetPublishFlagForSubtreeHandlerE4.java
113 113
        }
114 114

  
115 115

  
116
        configurator = new PublishForSubtreeConfigurator(taxonNode.getUuid(), true, true, true, true, null);
116
        configurator = PublishForSubtreeConfigurator.NewInstance(taxonNode.getUuid(), true, true, true, true, null);
117 117
        SetPublishForSubtreeWizard wizard = new SetPublishForSubtreeWizard(configurator);
118 118

  
119 119
        WizardDialog dialog = new WizardDialog(shell, wizard);

Also available in: Unified diff