ref #6974: move the configurator page behind the file selection page
[taxeditor.git] / eu.etaxonomy.taxeditor.store / src / main / java / eu / etaxonomy / taxeditor / io / e4 / in / excel / specimen / SpecimenCdmExcelImportWizardE4.java
index 7ef3ec97bbb7c62b8f2b8cc6c257b16e3f90259a..a6c6fc7242bc0e3d5389a1eb870489133febe1a7 100644 (file)
@@ -60,13 +60,13 @@ public class SpecimenCdmExcelImportWizardE4 extends AbstractImportWizardE4<Speci
        /** {@inheritDoc} */
        @Override
        public void addPages() {
-               super.addPages();
                dataSourcePage = ContextInjectionFactory.make(ImportFromFileDataSourceWizardPageE4.class, context);
         dataSourcePage.setTitle("Choose Specimen CDM Excel");
         dataSourcePage.setDescription("Please choose an xls file in the SpecimenCdmExcel format.");
         dataSourcePage.setExtensions(new String[]{"*.xlsx", "*.xls", "*.*"});
 
                addPage(dataSourcePage);
+               super.addPages();
        }
 
 }