Project

General

Profile

« Previous | Next » 

Revision aa95aad0

Added by Patrick Plitzner over 5 years ago

fix #7868 Allow creating a new vocabulary in vocabulary selection dialog

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/dialog/selection/TermVocabularySelectionDialog.java
19 19
import eu.etaxonomy.cdm.model.common.TermVocabulary;
20 20
import eu.etaxonomy.cdm.persistence.dto.UuidAndTitleCache;
21 21
import eu.etaxonomy.taxeditor.newWizard.AbstractNewEntityWizard;
22
import eu.etaxonomy.taxeditor.newWizard.NewVocabularyWizard;
22 23
import eu.etaxonomy.taxeditor.store.CdmStore;
23 24

  
24 25
/**
......
75 76

  
76 77
	@Override
77 78
	protected String[] getNewWizardText() {
78
		return null;
79
        return new String[]{ "New Vocabulary"};
79 80
	}
80 81

  
81 82
	@Override
82 83
	protected AbstractNewEntityWizard getNewEntityWizard(String parameter) {
83
		return null;
84
        return new NewVocabularyWizard();
84 85
	}
85 86

  
86 87
}

Also available in: Unified diff