Project

General

Profile

« Previous | Next » 

Revision 940769b9

Added by Katja Luther over 6 years ago

ref #6974: move the configurator page behind the file selection page

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/io/e4/in/excel/specimen/SpecimenCdmExcelImportWizardE4.java
60 60
	/** {@inheritDoc} */
61 61
	@Override
62 62
	public void addPages() {
63
		super.addPages();
64 63
		dataSourcePage = ContextInjectionFactory.make(ImportFromFileDataSourceWizardPageE4.class, context);
65 64
        dataSourcePage.setTitle("Choose Specimen CDM Excel");
66 65
        dataSourcePage.setDescription("Please choose an xls file in the SpecimenCdmExcel format.");
67 66
        dataSourcePage.setExtensions(new String[]{"*.xlsx", "*.xls", "*.*"});
68 67

  
69 68
		addPage(dataSourcePage);
69
		super.addPages();
70 70
	}
71 71

  
72 72
}

Also available in: Unified diff