Project

General

Profile

« Previous | Next » 

Revision 5bfd26ae

Added by Katja Luther over 5 years ago

ref #3535: source taxon should not be selectable for move description or description elements

View differences:

eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/view/descriptive/operation/MoveDescriptionToOtherTaxonOperation.java
96 96
            CdmStore.getService(IDescriptionService.class).saveOrUpdate(description);
97 97
        }
98 98

  
99
	//	CdmStore.getService(IDescriptionService.class).moveTaxonDescription(description.getUuid(), newAcceptedTaxonNode.getTaxon().getUuid());
99
		CdmStore.getService(IDescriptionService.class).moveTaxonDescription(description.getUuid(), newAcceptedTaxonNode.getTaxon().getUuid());
100 100
		monitor.worked(40);
101 101

  
102 102
		return postExecute(description);

Also available in: Unified diff