fix #6974: move the configurator page behind the file selection page
authorKatja Luther <k.luther@bgbm.org>
Mon, 16 Oct 2017 14:06:37 +0000 (16:06 +0200)
committerKatja Luther <k.luther@bgbm.org>
Mon, 16 Oct 2017 14:06:37 +0000 (16:06 +0200)
eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/io/e4/in/abcd/AbcdImportWizardE4.java

index 3a440e4cfa437da002f4034d9421727740016176..65179505573a73caa72019159d85544799bb78df 100644 (file)
@@ -81,7 +81,6 @@ public class AbcdImportWizardE4 extends AbstractImportWizardE4<Abcd206ImportConf
        /** {@inheritDoc} */
        @Override
        public void addPages() {
-               super.addPages();
 
                classificationChooserWizardPage = ContextInjectionFactory.make(ClassificationChooserWizardPageE4.class, context);
 
@@ -89,5 +88,7 @@ public class AbcdImportWizardE4 extends AbstractImportWizardE4<Abcd206ImportConf
 
                addPage(classificationChooserWizardPage);
                addPage(dataSourcePage);
+               super.addPages();
+
        }
 }