Project

General

Profile

« Previous | Next » 

Revision eeaf651a

Added by Katja Luther almost 7 years ago

ref #6390: fix display of misapplied names in name editor

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/taxon/TaxonRelationshipDetailElement.java
93 93
				getEntity().getCitationMicroReference(),null,
94 94
				SWT.WRAP);
95 95

  
96
		checkbox_doubtful = formFactory.createCheckbox(formElement,
97
					entity.getClass().getSimpleName() + " Misappl. doubtful", entity.isDoubtful(), style);
96
		
98 97
	
99 98
	
100 99
		checkbox_published = formFactory.createCheckbox(formElement,
101
					"Taxon is published", taxon.isPublish(), style);
100
					"Published", taxon.isPublish(), style);
102 101
			
103 102
			
104 103
		secReference = formFactory.createSelectionElement(Reference.class,
105
				getConversationHolder(), formElement, "err. Secundum",
104
				getConversationHolder(), formElement, "Err. Secundum",
106 105
				taxon.getSec(), EntitySelectionElement.ALL,
107 106
				style);
108 107
	
......
110 109
	            formElement, "Detail",
111 110
	            taxon.getSecMicroReference(),null,
112 111
	            SWT.WRAP);
112
		checkbox_doubtful = formFactory.createCheckbox(formElement,
113
				" Misappl. doubtful", entity.isDoubtful(), style);
113 114

  
114 115
		
115 116
	}

Also available in: Unified diff