Project

General

Profile

« Previous | Next » 

Revision 4ee434a0

Added by Katja Luther almost 7 years ago

ref #6789: change sensu and err sec

View differences:

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

  
91 91
		sensuReference = formFactory.createSelectionElement(Reference.class,
92 92
			getConversationHolder(), formElement, "Sensu",
93
			getEntity().getCitation(), EntitySelectionElement.ALL,
93
			taxon.getSec(), EntitySelectionElement.ALL,
94 94
			style);
95 95

  
96 96
		text_sensu_microreference = formFactory.createTextWithLabelElement(
97 97
				formElement, "Detail",
98
				getEntity().getCitationMicroReference(),null,
98
				taxon.getSecMicroReference(),null,
99 99
				SWT.WRAP);
100 100

  
101 101
		
......
107 107
			
108 108
		secReference = formFactory.createSelectionElement(Reference.class,
109 109
				getConversationHolder(), formElement, "Err. Secundum",
110
				taxon.getSec(), EntitySelectionElement.ALL,
110
				entity.getCitation(), EntitySelectionElement.ALL,
111 111
				style);
112 112
	
113 113
		text_secundum_microreference = formFactory.createTextWithLabelElement(
114 114
	            formElement, "Detail",
115
	            taxon.getSecMicroReference(),null,
115
	            entity.getCitationMicroReference(),null,
116 116
	            SWT.WRAP);
117 117
		checkbox_doubtful = formFactory.createCheckbox(formElement,
118 118
				"Misappl. doubtful", entity.isDoubtful(), style);

Also available in: Unified diff