ref #10196 allow Structures for StateVocabularyDtoCollectionElement
authorAndreas Müller <a.mueller@bgbm.org>
Wed, 14 Dec 2022 17:15:10 +0000 (18:15 +0100)
committerAndreas Müller <a.mueller@bgbm.org>
Wed, 14 Dec 2022 17:15:10 +0000 (18:15 +0100)
eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/element/CdmFormFactory.java

index f7a50ff040a42aba657e4e3ad32d258f355cdbe7..2c4e992a77f1d0860244e1e584b82dbbd665d159 100755 (executable)
@@ -2860,6 +2860,7 @@ public class CdmFormFactory extends FormToolkit {
             TermVocabularyDto termVocabulary = (TermVocabularyDto)entity;
             switch (termVocabulary.getTermType()) {
             case State:
+            case Structure:
                 element = new StateVocabularyDtoCollectionElement(this, parentElement, termVocabulary, removeListener, backgroundColor, style);
                 break;
             case Modifier: