Project

General

Profile

« Previous | Next » 

Revision 86e84ca0

Added by Alex Theys about 12 years ago

AT: commiting latest changes to the Palm Use data extension, to enable the TaxEditor to create the necessary objects (use marker and vocabularies)

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/combo/TermComboElement.java
191 191
			if (label == null) {
192 192
				if (term.getTitleCache() != null) {
193 193
					label = term.getTitleCache();
194
					StoreUtil.warn(getClass(),
195
							"Term does not have a representation: " + term
196
									+ ", " + term.getUuid());
194
					//StoreUtil.warn(getClass(),
195
					//		"Term does not have a representation: " + term
196
					//				+ ", " + term.getUuid());
197 197
				} else {
198 198
					label = "Unknown";
199 199
					StoreUtil.error(getClass(),

Also available in: Unified diff