From d4cccf9c745354a2a58a3cabdefc84840972825e Mon Sep 17 00:00:00 2001 From: Patrick Plitzner Date: Thu, 28 Feb 2019 11:00:56 +0100 Subject: [PATCH] ref #8146 Add termType to vocabulary selection dialog --- .../newWizard/NewFeatureVocabularyWizard.java | 10 ++++++++++ .../selection/TermVocabularySelectionDialog.java | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/newWizard/NewFeatureVocabularyWizard.java b/eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/newWizard/NewFeatureVocabularyWizard.java index 09bfc64fc..9eea89256 100644 --- a/eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/newWizard/NewFeatureVocabularyWizard.java +++ b/eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/newWizard/NewFeatureVocabularyWizard.java @@ -9,6 +9,7 @@ package eu.etaxonomy.taxeditor.newWizard; import eu.etaxonomy.cdm.api.service.IVocabularyService; +import eu.etaxonomy.cdm.model.common.DefinedTermBase; import eu.etaxonomy.cdm.model.common.TermType; import eu.etaxonomy.cdm.model.common.TermVocabulary; import eu.etaxonomy.taxeditor.store.CdmStore; @@ -22,6 +23,12 @@ public class NewFeatureVocabularyWizard extends AbstractNewEntityWizard