Project

General

Profile

« Previous | Next » 

Revision 341ee745

Added by Katja Luther about 5 years ago

adadpt editor to changes in TypeDesignationBase

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/name/NameTypeDesignationElement.java
88 88
			getEntity().setTypeStatus(combo_typeStatus.getSelection());
89 89
		} else if (eventSource == checkbox_notDesignated) {
90 90
			getEntity().setNotDesignated(checkbox_notDesignated.getSelection());
91
		} else if (eventSource == selection_reference) {
92
			getEntity().setCitation(selection_reference.getSelection());
93
		} else if (eventSource == text_referenceDetail) {
94
			getEntity().setCitationMicroReference(
95
					text_referenceDetail.getText());
96 91
		}
92
//		else if (eventSource == selection_reference) {
93
//			getEntity().setCitation(selection_reference.getSelection());
94
//		} else if (eventSource == text_referenceDetail) {
95
//			getEntity().setCitationMicroReference(
96
//					text_referenceDetail.getText());
97
//		}
97 98
	}
98 99
}

Also available in: Unified diff