Project

General

Profile

« Previous | Next » 

Revision 8f3ebbd4

Added by Katja Luther almost 6 years ago

ref #3746: fix not saving period data in details view

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/description/detail/DistributionDetailElement.java
63 63
	/** {@inheritDoc} */
64 64
	@Override
65 65
	public void handleEvent(Object eventSource) {
66
		if(eventSource == selection_namedArea){
66
	    super.handleEvent(eventSource);
67
	    if(eventSource == selection_namedArea){
67 68
			getEntity().setArea(selection_namedArea.getEntity());
68 69
		}else if(eventSource == combo_presenceAbsence){
69 70
			getEntity().setStatus(combo_presenceAbsence.getSelection());

Also available in: Unified diff