Project

General

Profile

« Previous | Next » 

Revision 18b043ef

Added by Patrick Plitzner over 5 years ago

ref #6554 Implement update() for DeterminationDetailElement

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/occurrence/DeterminationDetailElement.java
54 54

  
55 55
	}
56 56

  
57
	@Override
58
	protected void update(DerivedUnitFacade entity) {
59
	    super.update(entity);
60
	    section_currentDetermination.setEntity(entity);
61
	    section_determinationHistory.setEntity(entity);
62
	}
63

  
57 64
	/* (non-Javadoc)
58 65
	 * @see eu.etaxonomy.taxeditor.ui.section.AbstractCdmDetailElement#handleEvent(java.lang.Object)
59 66
	 */

Also available in: Unified diff