Project

General

Profile

« Previous | Next » 

Revision 670cfe16

Added by Katja Luther almost 6 years ago

fix saving problem for concepts in name editor

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/taxon/TaxonRelationshipDetailElement.java
166 166

  
167 167
	@Override
168 168
	public void handleEvent(Object eventSource) {
169
		if (getEntity().getType().isAnyMisappliedName()){
169
		if (getEntity().getType().isAnyMisappliedName() || getEntity().getType().isAnySynonym()){
170 170
			 if (eventSource == secReference) {
171 171
				getEntity().setCitation(secReference.getSelection());
172 172
			} else if (eventSource == text_secundum_microreference) {

Also available in: Unified diff