Project

General

Profile

« Previous | Next » 

Revision eea5c6dc

Added by Niels Hoffmann almost 13 years ago

Temporary fix for #2366; fixes #2368; Refactoring annotations in the name editor

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/newWizard/NewClassificationWizard.java
27 27

  
28 28
	private ClassificationWizardPage classificationWizardPage;
29 29

  
30
	/* (non-Javadoc)
31
	 * @see eu.etaxonomy.taxeditor.newWizard.AbstractNewEntityWizard#setEntity(java.lang.Object)
32
	 */
33
	@Override
34
	public void setEntity(Classification entity) {
35
		entity = CdmStore.getService(IClassificationService.class).load(entity.getUuid());
36
		super.setEntity(entity);
37
	}
38
	
30 39
	@Override
31 40
	public void addPages() {
32 41
		classificationWizardPage = new ClassificationWizardPage(formFactory, getConversationHolder(), getEntity());

Also available in: Unified diff