Project

General

Profile

« Previous | Next » 

Revision aef87bc3

Added by Katja Luther about 5 years ago

ref #3836: minor

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/description/detail/IndividualsAssociationDetailElement.java
61 61
		}
62 62

  
63 63
		createTimePeriod(formElement, entity, style);
64
		if (entity.getFeature().getRecommendedModifierEnumeration() != null){
64
		if (entity.getFeature().getRecommendedModifierEnumeration() != null && entity.getFeature().getRecommendedModifierEnumeration().isEmpty()){
65 65
            createModifier(formElement, entity, style);
66 66
        }
67 67
	}

Also available in: Unified diff