Project

General

Profile

« Previous | Next » 

Revision 5f352a56

Added by Katja Luther about 5 years ago

ref #3836: show modifier part only if recommended modifier voc exist

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/description/detail/CategoricalDataDetailElement.java
46 46
		section_stateData.setEntity(entity);
47 47
		section_stateData.setLayoutData(LayoutConstants.FILL_HORIZONTALLY(2, 1));
48 48
		createTimePeriod(formElement, entity, style);
49
		createModifier(formElement, entity, style);
49
		if (entity.getFeature().getRecommendedModifierEnumeration() != null){
50
		    createModifier(formElement, entity, style);
51
		}
50 52
	}
51 53

  
52 54
	/* (non-Javadoc)

Also available in: Unified diff