Project

General

Profile

« Previous | Next » 

Revision bca0ecd6

Added by Patrick Plitzner almost 6 years ago

ref #6455 Fix editing and saving of DU facades in bulk editor

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/occurrence/DerivedUnitGeneralDetailElement.java
85 85
		    combo_specorobstype.setEnabled(showSpecimenType);
86 86
		    selection_country = formFactory.createSelectionElement(NamedArea.class, //getConversationHolder(),
87 87
		            formElement, "Country",
88
		            entity.getCountry(), EntitySelectionElement.NOTHING, style);
88
		            entity.getCountry(), EntitySelectionElement.DELETABLE, style);
89 89

  
90 90
	        if(PreferencesUtil.isCollectingAreaInGeneralSection()){
91 91
	            section_collectingAreas = formFactory.createCollectingAreasDetailSection(getConversationHolder(), formElement, ExpandableComposite.TWISTIE);

Also available in: Unified diff